Commit 8eae393cbfd7 for kernel

commit 8eae393cbfd79311c0736a5012d2c5b546d3b817
Merge: d96fcfe1b7f9 d2c46c9f7a9b
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Jul 10 18:11:20 2026 -0700

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

    Pull smb client fixes from Steve French:
     - DFS cache allocation fix
     - DFS referral bounds check fix
     - Fix absolute symlinks when mounting with POSIX extensions
     - Fixes for incorrect nlink returned by fstat
     - Fix atime in read completion
     - Fix busy dentry on umount
     - ioctl_query_info buffer overflow fix
     - Two fixes for creating special files with SFU
     - Fix mode mask in parse_dacl
     - SMB1 is_path_accessible wildcard fix and minor SMB1 cleanup
     - smb2_check_message fix
     - Debug message improvement
     - Minor cleanup

    * tag 'v7.2-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
      cifs: Remove CIFSSMBSetPathInfoFB() fallback function
      cifs: Fix and improve cifs_is_path_accessible() function
      smb: client: mask server-provided mode to 07777 in modefromsid
      cifs: Show reason why autodisabling serverino support
      smb/client: fix incorrect nlink returned by fstat()
      smb/client: zero-initialize stack-allocated cifs_open_info_data
      smb/client: pass cifs_open_info_data to SMB2_open()
      smb/client: use stack-allocated smb2_file_all_info in smb3_query_mf_symlink()
      smb: client: fix overflow in passthrough ioctl bounds check
      smb: client: fix busy dentry warning on unmount after DIO
      cifs: Fix support for creating SFU fifo
      cifs: Fix support for creating SFU socket
      smb: client: fix atime clamp check in read completion
      cifs: validate DFS referral string offsets
      smb: client: use GFP_KERNEL for DFS cache allocations
      smb: client: restrict implied bcc[0] exemption to responses without data area
      smb: client: preserve leading slash for POSIX absolute symlink targets
      smb: client: refactor cifs_revalidate_mapping() to use clear_and_wake_up_bit()