Commit 1d22968feb20 for kernel

commit 1d22968feb2095136dd5f03aae2832a6b6aa6628
Merge: e81dd54f62c7 dc96f01d54cc
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Feb 17 15:02:49 2026 -0800

    Merge tag 'v7.0-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6

    Pull smb client fixes from Steve French:

     - Fix three potential double free vulnerabilities

     - Fix data corruption due to racy lease checks

     - Enforce SMB1 signing verification checks

     - Fix invalid mount option parsing

     - Remove unneeded tracepoint

     - Various minor error code corrections

     - Minor cleanup

    * tag 'v7.0-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
      smb: client: terminate session upon failed client required signing
      cifs: some missing initializations on replay
      cifs: remove unnecessary tracing after put tcon
      cifs: update internal module version number
      smb: client: fix data corruption due to racy lease checks
      smb/client: move NT_STATUS_MORE_ENTRIES
      smb/client: rename to NT_ERROR_INVALID_DATATYPE
      smb/client: rename to NT_STATUS_SOME_NOT_MAPPED
      smb/client: map NT_STATUS_PRIVILEGE_NOT_HELD
      smb/client: map NT_STATUS_MORE_PROCESSING_REQUIRED
      smb/client: map NT_STATUS_BUFFER_OVERFLOW
      smb/client: map NT_STATUS_NOTIFY_ENUM_DIR
      cifs: SMB1 split: Remove duplicate include of cifs_debug.h
      smb: client: fix regression with mount options parsing