Please pull the following changes since commit 80e54e84911a923c40d7bee33a34c1b4be148d7a: Linux 6.14-rc6 (2025-03-09 13:45:25 -1000) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/v6.14-rc6-smb3-client-fixes for you to fetch changes up to 605b249ea96770ac4fac4b8510a99e0f8442be5e: smb: client: Fix match_session bug preventing session reuse (2025-03-13 08:41:28 -0500) ---------------------------------------------------------------- Six small SMB3 client fixes, all also for stable - four mount parm validation fixes for incorrect upper bounds checks - fix for guest mounts when null alt password specified - fix session reuse bug ---------------------------------------------------------------- Henrique Carvalho (1): smb: client: Fix match_session bug preventing session reuse Murad Masimov (4): cifs: Fix integer overflow while processing acregmax mount option cifs: Fix integer overflow while processing acdirmax mount option cifs: Fix integer overflow while processing actimeo mount option cifs: Fix integer overflow while processing closetimeo mount option Paulo Alcantara (1): smb: client: fix regression with guest option fs/smb/client/connect.c | 16 ++++++++++++---- fs/smb/client/fs_context.c | 18 +++++++++++------- 2 files changed, 23 insertions(+), 11 deletions(-) -- Thanks, Steve