]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ksmbd: add missing compound request handing in some commands
authorNamjae Jeon <linkinjeon@kernel.org>
Mon, 18 Dec 2023 15:34:11 +0000 (00:34 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 Dec 2023 09:41:57 +0000 (10:41 +0100)
commit97f5c1e3086c8ba1473c265d9a5523cc9ef5579e
tree3f4660d13eceabd46738ca1e1364d5d9d6c97822
parent676392184785ace61e939831e7ca44a03d438c3b
ksmbd: add missing compound request handing in some commands

[ Upstream commit 7b7d709ef7cf285309157fb94c33f625dd22c5e1 ]

This patch add the compound request handling to the some commands.
Existing clients do not send these commands as compound requests,
but ksmbd should consider that they may come.

Cc: stable@vger.kernel.org
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/ksmbd/smb2pdu.c