Merge tag '6.11-rc4-server-fixes' of git://git.samba.org/ksmbd
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 Aug 2024 02:03:07 +0000 (19:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 Aug 2024 02:03:07 +0000 (19:03 -0700)
Pull smb server fixes from Steve French:

 - important reconnect fix

 - fix for memcpy issues on mount

 - two minor cleanup patches

* tag '6.11-rc4-server-fixes' of git://git.samba.org/ksmbd:
  ksmbd: Replace one-element arrays with flexible-array members
  ksmbd: fix spelling mistakes in documentation
  ksmbd: fix race condition between destroy_previous_session() and smb2 operations()
  ksmbd: Use unsafe_memcpy() for ntlm_negotiate


Trivial merge