]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
smb: server: let send_done handle a completion without IB_SEND_SIGNALED
authorStefan Metzmacher <metze@samba.org>
Thu, 22 Jan 2026 17:16:47 +0000 (18:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Feb 2026 09:19:42 +0000 (10:19 +0100)
commit24082642654f3e5149913946e89c00a297a8868f
tree7383f07326159cde597414b64afa52851fbb8c5a
parent85bf0a73831ccca4960f3f315e9c68c72b292342
smb: server: let send_done handle a completion without IB_SEND_SIGNALED

commit 9da82dc73cb03e85d716a2609364572367a5ff47 upstream.

With smbdirect_send_batch processing we likely have requests without
IB_SEND_SIGNALED, which will be destroyed in the final request
that has IB_SEND_SIGNALED set.

If the connection is broken all requests are signaled
even without explicit IB_SEND_SIGNALED.

Cc: <stable@vger.kernel.org> # 6.18.x
Cc: Namjae Jeon <linkinjeon@kernel.org>
Cc: Steve French <smfrench@gmail.com>
Cc: Tom Talpey <tom@talpey.com>
Cc: linux-cifs@vger.kernel.org
Cc: samba-technical@lists.samba.org
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/smb/server/transport_rdma.c