Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag '6.2-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull cifs fix from Steve French:
"Fix for reconnect oops in smbdirect (RDMA), also is marked for stable"

* tag '6.2-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
cifs: Fix oops due to uncleared server->smbd_conn in reconnect

+1
+1
fs/cifs/smbdirect.c
··· 1405 1405 destroy_workqueue(info->workqueue); 1406 1406 log_rdma_event(INFO, "rdma session destroyed\n"); 1407 1407 kfree(info); 1408 + server->smbd_conn = NULL; 1408 1409 } 1409 1410 1410 1411 /*