In the Linux kernel, the following vulnerability has been resolved:
smb: server: split ksmbdrdmastoplistening() out of ksmbdrdma_destroy()
We can't call destroyworkqueue(smbdirectwq); before stopsessions()!
Otherwise already existing connections try to use smbdirectwq as a NULL pointer.