The patchset has 3 patches that fix some problems related to session state check/transition to avoid use-after-free issues. Winston Wen (3): cifs: fix session state transition to avoid use-after-free issue cifs: fix session state check in reconnect to avoid use-after-free issue cifs: fix session state check in smb2_find_smb_ses fs/smb/client/connect.c | 7 ++++--- fs/smb/client/smb2pdu.c | 6 ++++++ fs/smb/client/smb2transport.c | 7 +++++++ 3 files changed, 17 insertions(+), 3 deletions(-)