Subject: [GIT PULL] ksmbd server fixes
From: Steve French <smfrench@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Namjae Jeon <linkinjeon@kernel.org>, CIFS <linux-cifs@vger.kernel.org>, 
	LKML <linux-kernel@vger.kernel.org>
Date: Fri, 8 Nov 2024 16:29:59 -0600

Please pull the following changes since commit
81983758430957d9a5cb3333fe324fd70cf63e7e:

  Linux 6.12-rc5 (2024-10-27 12:52:02 -1000)

are available in the Git repository at:

  git://git.samba.org/ksmbd.git tags/v6.12-rc6-ksmbd-fixes

for you to fetch changes up to 0a77d947f599b1f39065015bec99390d0c0022ee:

  ksmbd: check outstanding simultaneous SMB operations (2024-11-05
09:26:38 +0900)

----------------------------------------------------------------
four fixes, also for stable
- fix two potential use after free issues
- fix OOM issue with many simultaneous requests
- fix missing error check in RPC pipe handling
----------------------------------------------------------------
Jinjie Ruan (1):
      ksmbd: Fix the missing xa_store error check

Namjae Jeon (3):
      ksmbd: fix slab-use-after-free in ksmbd_smb2_session_create
      ksmbd: fix slab-use-after-free in smb3_preauth_hash_rsp
      ksmbd: check outstanding simultaneous SMB operations

 fs/smb/server/connection.c        |  1 +
 fs/smb/server/connection.h        |  1 +
 fs/smb/server/mgmt/user_session.c | 15 ++++++++++-----
 fs/smb/server/server.c            | 20 ++++++++++++--------
 fs/smb/server/smb_common.c        | 10 +++++++---
 fs/smb/server/smb_common.h        |  2 +-
 6 files changed, 32 insertions(+), 17 deletions(-)

-- 
Thanks,

Steve

.
Subject: [PATCH 0/5] SMB cached directory fixes around reconnection/unmounting
From: Paul Aurich <paul@darkrain42.org>
To: linux-cifs@vger.kernel.org,
	Steve French <sfrench@samba.org>
Cc: paul@darkrain42.org,
	Paulo Alcantara <pc@manguebit.com>,
	Ronnie Sahlberg <ronniesahlberg@gmail.com>,
	Shyam Prasad N <sprasad@microsoft.com>,
	Tom Talpey <tom@talpey.com>,
	Bharath SM <bharathsm@microsoft.com>
Date: Fri,  8 Nov 2024 14:29:01 -0800

.
