Commit 558c3eca715e for kernel

commit 558c3eca715ea0110fe6fce38b063a6f9936188c
Merge: 632360e8f5fc dcd4313f0987
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri May 22 10:52:26 2026 -0700

    Merge tag 'v7.1-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6

    Pull smb client fixes from Steve French:
     - Fix missing lock
     - Fix dentry in use after unmounting
     - cifs.upcall security fix
     - require CAP_NET_ADMIN for swn netlink
     - change allocation in DUP_CTX_STR to GFP_KERNEL
     - minor smbdirect debug fix
     - handle_read_data() folio fix

    * tag 'v7.1-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
      smb: client: change allocation requirements in DUP_CTX_STR macro
      smb: client: require net admin for CIFS SWN netlink
      smb: smbdirect: divide, not multiply, milliseconds by 1000
      cifs: Fix busy dentry used after unmounting
      smb: client: use data_len for SMB2 READ encrypted folioq copy
      smb: client: reject userspace cifs.spnego descriptions
      smb: client: protect tc_count increment in smb2_find_smb_sess_tcon_unlocked()