Commit 8ba098e6b6ff for kernel

commit 8ba098e6b6ff0db8edf28528d1552be261af30d4
Merge: a11f030c83e6 fa724e235cfd
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Thu Jul 30 17:41:25 2026 -0700

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

    Pull smb client fixes from Steve French:

     - fix SMB1 read and write potential buffer leaks

     - netfs error handling fix

     - fix check for last write time in truncate and setattr and cleanup use
       of smb_store_release()

     - fscache fix and cleanup

     - validate idmap key payload length

     - minor SMB1 error mapping cleanup

     - witness protocol memory allocation fix

    * tag 'v7.2-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
      cifs: add fscache_resize_cookie() to cifs_setsize()
      cifs: fix time_last_write stamp placement in setattr/truncate paths
      cifs: consolidate time_last_write stamp into _cifsFileInfo_put()
      smb: client: simplify cifs_fscache_get_super_cookie()
      smb: client: free partially allocated transform folio queue
      cifs: validate idmap key payload length
      smb: client: remove conditional return with no effect
      smb: client: fix buffer leaks in SMB1 read and write
      smb: client: use GFP_KERNEL for registry allocation