[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAH2r5mteAcfR8sgQuCEKHxWn2H32BEQ0pJcTuiRmAs4Yo0dYJw@mail.gmail.com>
Date: Thu, 11 Sep 2025 22:06:56 -0500
From: Steve French <smfrench@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: LKML <linux-kernel@...r.kernel.org>, CIFS <linux-cifs@...r.kernel.org>
Subject: [GIT PULL] smb3 client fixes
Please pull the following changes since commit
76eeb9b8de9880ca38696b2fb56ac45ac0a25c6c:
Linux 6.17-rc5 (2025-09-07 14:22:57 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/v6.17-rc5-smb3-client-fixes
for you to fetch changes up to c5ea3065586d790ea5193a679b85585173d59866:
smb: client: fix data loss due to broken rename(2) (2025-09-09 18:39:58 -0500)
----------------------------------------------------------------
Two smb3 client fixes, both for stable
- Fix encryption problem with multiple compounded ops
- Fix rename error cases that could lead to data corruption
----------------------------------------------------------------
Paulo Alcantara (2):
smb: client: fix compound alignment with encryption
smb: client: fix data loss due to broken rename(2)
fs/smb/client/cifsglob.h | 13 ++-
fs/smb/client/file.c | 18 +++-
fs/smb/client/inode.c | 86 +++++++++++++++----
fs/smb/client/smb2glob.h | 3 +-
fs/smb/client/smb2inode.c | 204 +++++++++++++++++++++++++++++++++++----------
fs/smb/client/smb2ops.c | 32 ++++++-
fs/smb/client/smb2proto.h | 3 +
fs/smb/client/trace.h | 9 +-
8 files changed, 293 insertions(+), 75 deletions(-)
--
Thanks,
Steve
Powered by blists - more mailing lists