[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAH2r5muykPAu=GaXaHRsfK2nU0jkREv4Pqd6cM5joLDbT+pZTA@mail.gmail.com>
Date: Fri, 23 Aug 2024 10:40:19 -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
47ac09b91befbb6a235ab620c32af719f8208399:
Linux 6.11-rc4 (2024-08-18 13:17:27 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/v6.11-rc4-client-fixes
for you to fetch changes up to 5e51224d2afbda57f33f47485871ee5532145e18:
smb/client: fix typo: GlobalMid_Sem -> GlobalMid_Lock (2024-08-22
15:44:19 -0500)
----------------------------------------------------------------
Four cifs.ko client fixes
- fix refcount leak (can cause rmmod fail)
- fix byte range locking problem with cached reads
- fix for mount failure if reparse point unrecognized
- minor typo
----------------------------------------------------------------
ChenXiaoSong (1):
smb/client: fix typo: GlobalMid_Sem -> GlobalMid_Lock
Paulo Alcantara (1):
smb: client: ignore unhandled reparse tags
Steve French (2):
smb3: fix broken cached reads when posix locks
smb3: fix problem unloading module due to leaked refcount on shutdown
fs/smb/client/cifsfs.c | 6 +++---
fs/smb/client/cifsglob.h | 6 +++---
fs/smb/client/connect.c | 3 +++
fs/smb/client/file.c | 4 +---
fs/smb/client/ioctl.c | 2 ++
fs/smb/client/link.c | 1 +
fs/smb/client/reparse.c | 11 +++++++----
7 files changed, 20 insertions(+), 13 deletions(-)
--
Thanks,
Steve
Powered by blists - more mailing lists