[GIT PULL] ksmbd server fixes

From: Steve French
Date: Thu Dec 05 2024 - 11:17:51 EST


Please pull the following changes since commit
40384c840ea1944d7c5a392e8975ed088ecf0b37:

Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

git://git.samba.org/ksmbd.git tags/v6.13-rc1-ksmbd-server-fixes

for you to fetch changes up to 06a025448b572c3bd78dd23a31488a0907cd9512:

ksmbd: align aux_payload_buf to avoid OOB reads in cryptographic
operations (2024-12-04 19:45:28 -0600)

----------------------------------------------------------------
Four kernel server fixes, most for stable as well
- Three fixes for potential out of bound accesses in read and write paths
(e.g. when alternate data streams enabled)
- GCC 15 build fix

----------------------------------------------------------------
Brahmajit Das (1):
smb: server: Fix building with GCC 15

Jordy Zomer (2):
ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_read
ksmbd: fix Out-of-Bounds Write in ksmbd_vfs_stream_write

Norbert Szetei (1):
ksmbd: align aux_payload_buf to avoid OOB reads in cryptographic
operations

fs/smb/server/smb2pdu.c | 8 +++++++-
fs/smb/server/smb_common.c | 4 ++--
2 files changed, 9 insertions(+), 3 deletions(-)

--
Thanks,

Steve