From: Linus Torvalds Date: Sun, 11 Jun 2023 17:07:35 +0000 (-0700) Subject: Merge tag '6.4-rc5-smb3-server-fixes' of git://git.samba.org/ksmbd X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=65d7ca5987f29f4c3d5c0889d2f046bb246d18d4;p=linux.git Merge tag '6.4-rc5-smb3-server-fixes' of git://git.samba.org/ksmbd Pull smb server fixes from Steve French: "Five smb3 server fixes, all also for stable: - Fix four slab out of bounds warnings: improve checks for protocol id, and for small packet length, and for create context parsing, and for negotiate context parsing - Fix for incorrect dereferencing POSIX ACLs" * tag '6.4-rc5-smb3-server-fixes' of git://git.samba.org/ksmbd: ksmbd: validate smb request protocol id ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loop ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR() ksmbd: fix out-of-bound read in parse_lease_state() ksmbd: fix out-of-bound read in deassemble_neg_contexts() --- 65d7ca5987f29f4c3d5c0889d2f046bb246d18d4