]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag '5.15-rc2-ksmbd-fixes' of git://git.samba.org/ksmbd
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 26 Sep 2021 19:46:45 +0000 (12:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 26 Sep 2021 19:46:45 +0000 (12:46 -0700)
commitc1cf3c3198b424c0f7146b3adde4472debfd0626
tree4914d4daa067fb4c1b3b5cf0cf44029e96730cc4
parent6d48a9a6f7dd9c74abfbde0efabf3cf94ddef253
parent74ebf2bc881f7669510e6b1b2a89ea41d9d23290
Merge tag '5.15-rc2-ksmbd-fixes' of git://git.samba.org/ksmbd

Pull ksmbd fixes from Steve French:
 "Five fixes for the ksmbd kernel server, including three security
  fixes:

   - remove follow symlinks support

   - use LOOKUP_BENEATH to prevent out of share access

   - SMB3 compounding security fix

   - fix for returning the default streams correctly, fixing a bug when
     writing ppt or doc files from some clients

   - logging more clearly that ksmbd is experimental (at module load
     time)"

* tag '5.15-rc2-ksmbd-fixes' of git://git.samba.org/ksmbd:
  ksmbd: use LOOKUP_BENEATH to prevent the out of share access
  ksmbd: remove follow symlinks support
  ksmbd: check protocol id in ksmbd_verify_smb_message()
  ksmbd: add default data stream name in FILE_STREAM_INFORMATION
  ksmbd: log that server is experimental at module load