Commit d874ca052238 for kernel

commit d874ca0522389405e26bc2ba38b59c9849c52cc1
Merge: b36eb6e3f5d8 e3beefd3af09
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Mar 13 10:46:32 2026 -0700

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

    Pull smb client fixes from Steve French:
     - Fix reconnect when using non-default port
     - Fix default retransmission behavior
     - Fix open handle reuse in cifs_open
     - Fix export for smb2-mapperror-test
     - Fix potential corruption on write retry
     - Fix potentially uninitialized superblock flags
     - Fix missing O_DIRECT and O_SYNC flags on create

    * tag 'v7.0-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
      cifs: make default value of retrans as zero
      smb: client: fix open handle lookup in cifs_open()
      smb: client: fix iface port assignment in parse_server_interfaces
      smb/client: only export symbol for 'smb2maperror-test' module
      smb: client: fix in-place encryption corruption in SMB2_write()
      smb: client: fix sbflags initialization
      smb: client: fix atomic open with O_DIRECT & O_SYNC