diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-08-08 20:15:13 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-08-08 20:15:13 -0700 |
commit | eb555cb5b794f4e12a9897f3d46d5a72104cd4a7 (patch) | |
tree | ab35899895fd36207fab74cf323c93e2ca41d463 /MAINTAINERS | |
parent | f30adc0d332fdfe5315cb98bd6a7ff0d5cf2aa38 (diff) | |
parent | 8f0541186e9ad1b62accc9519cc2b7a7240272a7 (diff) | |
download | linux-stable-eb555cb5b794f4e12a9897f3d46d5a72104cd4a7.tar.gz linux-stable-eb555cb5b794f4e12a9897f3d46d5a72104cd4a7.tar.bz2 linux-stable-eb555cb5b794f4e12a9897f3d46d5a72104cd4a7.zip |
Merge tag '5.20-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Pull ksmbd updates from Steve French:
- fixes for memory access bugs (out of bounds access, oops, leak)
- multichannel fixes
- session disconnect performance improvement, and session register
improvement
- cleanup
* tag '5.20-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd:
ksmbd: fix heap-based overflow in set_ntacl_dacl()
ksmbd: prevent out of bound read for SMB2_TREE_CONNNECT
ksmbd: prevent out of bound read for SMB2_WRITE
ksmbd: fix use-after-free bug in smb2_tree_disconect
ksmbd: fix memory leak in smb2_handle_negotiate
ksmbd: fix racy issue while destroying session on multichannel
ksmbd: use wait_event instead of schedule_timeout()
ksmbd: fix kernel oops from idr_remove()
ksmbd: add channel rwlock
ksmbd: replace sessions list in connection with xarray
MAINTAINERS: ksmbd: add entry for documentation
ksmbd: remove unused ksmbd_share_configs_cleanup function
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 56ca13d5155e..b7221f4143cb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11063,6 +11063,7 @@ R: Sergey Senozhatsky <senozhatsky@chromium.org> L: linux-cifs@vger.kernel.org S: Maintained T: git git://git.samba.org/ksmbd.git +F: Documentation/filesystems/cifs/ksmbd.rst F: fs/ksmbd/ F: fs/smbfs_common/ |