smb: client: terminate session upon failed client required signing
authorAaditya Kansal <aadityakansal390@gmail.com>
Thu, 5 Feb 2026 01:00:12 +0000 (06:30 +0530)
committerSteve French <stfrench@microsoft.com>
Mon, 16 Feb 2026 00:35:34 +0000 (18:35 -0600)
commitdc96f01d54cc7c785c98ee6e2b53075949ac16ed
tree99e56bf3c96c35ec1806d6a054b6c6d8ab4a27a7
parent14f66f44646333d2bfd7ece36585874fd72f8286
smb: client: terminate session upon failed client required signing

Currently, when smb signature verification fails, the behaviour is to log
the failure without any action to terminate the session.

Call cifs_reconnect() when client required signature verification fails.
Otherwise, log the error without reconnecting.

Signed-off-by: Aaditya Kansal <aadityakansal390@gmail.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/smb1transport.c