]> www.infradead.org Git - users/hch/block.git/commit
Merge tag 'v6.12-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 28 Sep 2024 15:35:21 +0000 (08:35 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 28 Sep 2024 15:35:21 +0000 (08:35 -0700)
commit9717d5343849beb4ccf96df7bbf347660fd8898d
treeb84f1fd00cba6e81f3ac06516f59be80bfbbe7ed
parentf04ff5a02b66f99fce7c3293025169e440da8096
parent9e676e571d39eb6189bf6d55a9c401ba2dd13410
Merge tag 'v6.12-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd

Pull smb server fixes from Steve French:

 - fix querying dentry for char/block special files

 - small cleanup patches

* tag 'v6.12-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd:
  ksmbd: Correct typos in multiple comments across various files
  ksmbd: fix open failure from block and char device file
  ksmbd: remove unsafe_memcpy use in session setup
  ksmbd: Replace one-element arrays with flexible-array members
  ksmbd: fix warning: comparison of distinct pointer types lacks a cast