Commit 869737543b39 for kernel

commit 869737543b39a145809c41a7253c6ee777e22729
Merge: 3ed1c68307c4 e1469f56089f
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Wed Dec 3 20:23:41 2025 -0800

    Merge tag 'v6.19-rc-smb-fixes' of git://git.samba.org/ksmbd

    Pull smb client and server updates from Steve French:

     - server fixes:
         - IPC use after free locking fix
         - fix locking bug in delete paths
         - fix use after free in disconnect
         - fix underflow in locking check
         - error mapping improvement
         - socket listening improvement
         - return code mapping fixes
         - crypto improvements (use default libraries)

     - cleanup patches:
         - netfs
         - client checkpatch cleanup
         - server cleanup
         - move server/client duplicate code to common code
         - fix some defines to better match protocol specification

      - smbdirect (RDMA) fixes

      - client debugging improvements for leases

    * tag 'v6.19-rc-smb-fixes' of git://git.samba.org/ksmbd: (44 commits)
      cifs: Use netfs_alloc/free_folioq_buffer()
      smb: client: show smb lease key in open_dirs output
      smb: client: show smb lease key in open_files output
      ksmbd: ipc: fix use-after-free in ipc_msg_send_request
      smb: client: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and smbd_conn_upcall()
      smb: server: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and smb_direct_cm_handler()
      smb: smbdirect: introduce SMBDIRECT_CHECK_STATUS_{WARN,DISCONNECT}()
      smb: smbdirect: introduce SMBDIRECT_DEBUG_ERR_PTR() helper
      ksmbd: vfs: fix race on m_flags in vfs_cache
      ksmbd: Replace strcpy + strcat to improve convert_to_nt_pathname
      smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.h
      ksmbd: implement error handling for STATUS_INFO_LENGTH_MISMATCH in smb server
      ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrency
      ksmbd: server: avoid busy polling in accept loop
      smb: move create_durable_reconn to common/smb2pdu.h
      smb: fix some warnings reported by scripts/checkpatch.pl
      smb: do some cleanups
      smb: move FILE_SYSTEM_SIZE_INFO to common/fscc.h
      smb: move some duplicate struct definitions to common/fscc.h
      smb: move list of FileSystemAttributes to common/fscc.h
      ...