* [GIT PULL] smb3 client fix
@ 2025-11-27 3:04 Steve French
2025-11-27 4:27 ` pr-tracker-bot
0 siblings, 1 reply; 32+ messages in thread
From: Steve French @ 2025-11-27 3:04 UTC (permalink / raw)
To: Linus Torvalds; +Cc: CIFS, LKML
Please pull the following changes since commit
ac3fd01e4c1efce8f2c054cdeb2ddd2fc0fb150d:
Linux 6.18-rc7 (2025-11-23 14:53:16 -0800)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/v6.18rc7-SMB-client-fix
for you to fetch changes up to 3184b6a5a24ec9ee74087b2a550476f386df7dc2:
smb: client: fix memory leak in cifs_construct_tcon() (2025-11-25
18:00:06 -0600)
----------------------------------------------------------------
smb client multiuser (with cifscreds) mount fix
----------------------------------------------------------------
Paulo Alcantara (1):
smb: client: fix memory leak in cifs_construct_tcon()
fs/smb/client/connect.c | 1 +
1 file changed, 1 insertion(+)
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 32+ messages in thread* [GIT PULL] smb3 client fix
@ 2026-04-03 3:03 Steve French
2026-04-03 4:12 ` pr-tracker-bot
0 siblings, 1 reply; 32+ messages in thread
From: Steve French @ 2026-04-03 3:03 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML, CIFS
Please pull the following changes since commit
7aaa8047eafd0bd628065b15757d9b48c5f9c07d:
Linux 7.0-rc6 (2026-03-29 15:40:00 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/v7.0-rc6-smb3-client-fix
for you to fetch changes up to 78ec5bf2f589ec7fd8f169394bfeca541b077317:
fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath
(2026-03-31 18:21:14 -0500)
----------------------------------------------------------------
SMB3 client fix
- Fix potential out of bounds read in mount
----------------------------------------------------------------
Fredric Cover (1):
fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath
fs/smb/client/fs_context.c | 4 ++++
1 file changed, 4 insertions(+)
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 32+ messages in thread* [GIT PULL] smb3 client fix
@ 2026-03-26 20:59 Steve French
2026-03-26 21:12 ` pr-tracker-bot
0 siblings, 1 reply; 32+ messages in thread
From: Steve French @ 2026-03-26 20:59 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML, CIFS
Please pull the following changes since commit
c369299895a591d96745d6492d4888259b004a9e:
Linux 7.0-rc5 (2026-03-22 14:42:17 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/v7.0-rc5-smb3-client-fix
for you to fetch changes up to 34420cb92dbb9e37ff6c6603f4f5e1807db3f1de:
smb/client: ensure smb2_mapping_table rebuild on cmd changes
(2026-03-23 08:17:26 -0500)
----------------------------------------------------------------
SMB3 client fix
- Fix rebuild of mapping table
----------------------------------------------------------------
Huiwen He (1):
smb/client: ensure smb2_mapping_table rebuild on cmd changes
fs/smb/client/Makefile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 32+ messages in thread* [GIT PULL] smb3 client fix
@ 2025-08-22 3:12 Steve French
2025-08-22 13:36 ` pr-tracker-bot
0 siblings, 1 reply; 32+ messages in thread
From: Steve French @ 2025-08-22 3:12 UTC (permalink / raw)
To: Linus Torvalds; +Cc: CIFS, LKML
Please pull the following changes since commit
c17b750b3ad9f45f2b6f7e6f7f4679844244f0b9:
Linux 6.17-rc2 (2025-08-17 15:22:10 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/6.17-rc2-smb3-client-fix
for you to fetch changes up to 453a6d2a68e54a483d67233c6e1e24c4095ee4be:
cifs: Fix oops due to uninitialised variable (2025-08-19 11:16:14 -0500)
----------------------------------------------------------------
Fix for netfs smb3 oops
----------------------------------------------------------------
David Howells (1):
cifs: Fix oops due to uninitialised variable
fs/smb/client/smb2ops.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 32+ messages in thread* [GIT PULL] smb3 client fix
@ 2025-03-21 3:43 Steve French
2025-03-21 4:34 ` pr-tracker-bot
0 siblings, 1 reply; 32+ messages in thread
From: Steve French @ 2025-03-21 3:43 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML, CIFS
Please pull the following changes since commit
4701f33a10702d5fc577c32434eb62adde0a1ae1:
Linux 6.14-rc7 (2025-03-16 12:55:17 -1000)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/v6.14-rc7-smb3-client-fix
for you to fetch changes up to 7643dbd9db09fffebb4a62cd27599f17f4148b17:
smb: client: don't retry IO on failed negprotos with soft mounts
(2025-03-17 17:33:13 -0500)
----------------------------------------------------------------
smb3 client reconnect fix
----------------------------------------------------------------
Paulo Alcantara (1):
smb: client: don't retry IO on failed negprotos with soft mounts
fs/smb/client/cifssmb.c | 46 +++++++++++--------
fs/smb/client/smb2pdu.c | 96 ++++++++++++++++++----------------------
2 files changed, 69 insertions(+), 73 deletions(-)
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 32+ messages in thread* [GIT PULL] smb3 client fix
@ 2025-02-23 1:03 Steve French
2025-02-23 5:07 ` pr-tracker-bot
0 siblings, 1 reply; 32+ messages in thread
From: Steve French @ 2025-02-23 1:03 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML, CIFS
Please pull the following changes since commit
e9a8cac0bf895efe0bc7b11d174e8dae9b195da8:
Merge tag 'v6.14-rc3-smb3-client-fixes' of
git://git.samba.org/sfrench/cifs-2.6 (2025-02-20 08:59:00 -0800)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/v6.14-rc3-smb3-client-fix-part2
for you to fetch changes up to 860ca5e50f73c2a1cef7eefc9d39d04e275417f7:
smb: client: Add check for next_buffer in
receive_encrypted_standard() (2025-02-20 12:10:39 -0600)
----------------------------------------------------------------
SMB client fix
- Fix potential null pointer dereference
----------------------------------------------------------------
Haoxiang Li (1):
smb: client: Add check for next_buffer in receive_encrypted_standard()
fs/smb/client/smb2ops.c | 4 ++++
1 file changed, 4 insertions(+)
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 32+ messages in thread* [GIT PULL] smb3 client fix
@ 2025-02-14 17:38 Steve French
2025-02-14 22:53 ` pr-tracker-bot
0 siblings, 1 reply; 32+ messages in thread
From: Steve French @ 2025-02-14 17:38 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML, CIFS
Please pull the following changes since commit
a64dcfb451e254085a7daee5fe51bf22959d52d3:
Linux 6.14-rc2 (2025-02-09 12:45:03 -0800)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/v6.14-rc2-smb3-client-fixes
for you to fetch changes up to f1bf10d7e909fe898a112f5cae1e97ce34d6484d:
cifs: pick channels for individual subrequests (2025-02-11 18:51:07 -0600)
----------------------------------------------------------------
SMB3 client multichannel fix
- fix channel allocation, especially when using larger rasize
----------------------------------------------------------------
Shyam Prasad N (1):
cifs: pick channels for individual subrequests
fs/smb/client/cifsglob.h | 1 -
fs/smb/client/file.c | 7 ++++---
2 files changed, 4 insertions(+), 4 deletions(-)
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 32+ messages in thread* [GIT PULL] smb3 client fix
@ 2025-01-11 16:08 Steve French
2025-01-11 20:01 ` pr-tracker-bot
0 siblings, 1 reply; 32+ messages in thread
From: Steve French @ 2025-01-11 16:08 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML, CIFS
Please pull the following changes since commit
9d89551994a430b50c4fffcb1e617a057fa76e20:
Linux 6.13-rc6 (2025-01-05 14:13:40 -0800)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/6.13-rc6-SMB3-client-fix
for you to fetch changes up to 20b1aa912316ffb7fbb5f407f17c330f2a22ddff:
smb: client: sync the root session and superblock context passwords
before automounting (2025-01-10 17:55:35 -0600)
----------------------------------------------------------------
DFS (smb3 global namespace) client fix
- fix unneeded session setup retry due to stale password e.g. for DFS automounts
----------------------------------------------------------------
Meetakshi Setiya (1):
smb: client: sync the root session and superblock context
passwords before automounting
fs/smb/client/namespace.c | 19 ++++++++++++++++++-
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 32+ messages in thread* [GIT PULL] smb3 client fix
@ 2024-11-09 16:19 Steve French
2024-11-09 22:01 ` pr-tracker-bot
0 siblings, 1 reply; 32+ messages in thread
From: Steve French @ 2024-11-09 16:19 UTC (permalink / raw)
To: Linus Torvalds; +Cc: CIFS, LKML
Please pull the following changes since commit
59b723cd2adbac2a34fc8e12c74ae26ae45bf230:
Linux 6.12-rc6 (2024-11-03 14:05:52 -1000)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/v6.12-rc6-smb3-client-fix
for you to fetch changes up to ef7134c7fc48e1441b398e55a862232868a6f0a7:
smb: client: Fix use-after-free of network namespace. (2024-11-03
19:28:31 -0600)
----------------------------------------------------------------
Fix net namespace refcount use after free issue
----------------------------------------------------------------
Kuniyuki Iwashima (1):
smb: client: Fix use-after-free of network namespace.
fs/smb/client/connect.c | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 32+ messages in thread* [GIT PULL] smb3 client fix
@ 2024-07-13 18:53 Steve French
2024-07-13 20:06 ` pr-tracker-bot
0 siblings, 1 reply; 32+ messages in thread
From: Steve French @ 2024-07-13 18:53 UTC (permalink / raw)
To: Linus Torvalds; +Cc: CIFS, LKML
Please pull the following changes since commit
34afb82a3c67f869267a26f593b6f8fc6bf35905:
Merge tag '6.10-rc6-smb3-server-fixes' of git://git.samba.org/ksmbd
(2024-07-09 08:16:18 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/6.10-rc7-smb3-client-fix
for you to fetch changes up to d2346e2836318a227057ed41061114cbebee5d2a:
cifs: fix setting SecurityFlags to true (2024-07-13 09:24:27 -0500)
----------------------------------------------------------------
small cifs SecurityFlags fix, also for stable
----------------------------------------------------------------
Steve French (1):
cifs: fix setting SecurityFlags to true
Documentation/admin-guide/cifs/usage.rst | 36
+++++++++++-------------------------
fs/smb/client/cifsglob.h | 4 ++--
2 files changed, 13 insertions(+), 27 deletions(-)
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 32+ messages in thread* [GIT PULL] smb3 client fix
@ 2024-07-06 21:56 Steve French
2024-07-07 1:38 ` pr-tracker-bot
0 siblings, 1 reply; 32+ messages in thread
From: Steve French @ 2024-07-06 21:56 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML, CIFS, David Howells
Please pull the following changes since commit
22a40d14b572deb80c0648557f4bd502d7e83826:
Linux 6.10-rc6 (2024-06-30 14:40:44 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/6.10-rc6-smb3-client-fix
for you to fetch changes up to 08f70c0a930c00d25015fed7e3b7c5370d60be24:
cifs: Fix read-performance regression by dropping readahead
expansion (2024-07-02 21:23:41 -0500)
----------------------------------------------------------------
fix for smb3 readahead performance regression
----------------------------------------------------------------
David Howells (1):
cifs: Fix read-performance regression by dropping readahead expansion
fs/smb/client/file.c | 30 ------------------------------
1 file changed, 30 deletions(-)
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 32+ messages in thread* [GIT PULL] SMB3 client fix
@ 2023-09-30 15:33 Steve French
2023-09-30 17:02 ` pr-tracker-bot
0 siblings, 1 reply; 32+ messages in thread
From: Steve French @ 2023-09-30 15:33 UTC (permalink / raw)
To: Linus Torvalds; +Cc: CIFS, LKML
Please pull the following changes since commit
6465e260f48790807eef06b583b38ca9789b6072:
Linux 6.6-rc3 (2023-09-24 14:31:13 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/6.6-rc3-smb3-client-fix
for you to fetch changes up to e6e43b8aa7cd3c3af686caf0c2e11819a886d705:
fs/smb/client: Reset password pointer to NULL (2023-09-28 14:49:51 -0500)
----------------------------------------------------------------
small smb3 client fix for password freeing potential oops (also for stable)
----------------------------------------------------------------
Quang Le (1):
fs/smb/client: Reset password pointer to NULL
fs/smb/client/fs_context.c | 1 +
1 file changed, 1 insertion(+)
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 32+ messages in thread* [GIT PULL] smb3 client fix
@ 2023-08-18 15:55 Steve French
2023-08-18 17:48 ` pr-tracker-bot
0 siblings, 1 reply; 32+ messages in thread
From: Steve French @ 2023-08-18 15:55 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML, CIFS
Please pull the following changes since commit
2d7b8c6b90e4054a35eb59cd6d7c66e903e8ae4b:
Merge tag '6.5-rc6-smb3-client-fixes' of
git://git.samba.org/sfrench/cifs-2.6 (2023-08-15 20:00:40 +0000)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/6.5-rc6-smb3-client-fix
for you to fetch changes up to 270d73e6507f9c7fff43844d74f86365df000b36:
smb: client: fix null auth (2023-08-16 00:26:07 -0500)
----------------------------------------------------------------
small SMB mount option fix, also for stable
- fix minor regression from move to the new mount api
----------------------------------------------------------------
Scott Mayhew (1):
smb: client: fix null auth
fs/smb/client/fs_context.c | 4 ++++
1 file changed, 4 insertions(+)
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 32+ messages in thread* [GIT PULL] smb3 client fix
@ 2023-02-09 4:43 Steve French
2023-02-09 17:02 ` Linus Torvalds
2023-02-09 18:10 ` pr-tracker-bot
0 siblings, 2 replies; 32+ messages in thread
From: Steve French @ 2023-02-09 4:43 UTC (permalink / raw)
To: Linus Torvalds; +Cc: CIFS, LKML
Please pull the following changes since commit
aa5465aeca3c66fecdf7efcf554aed79b4c4b211:
cifs: Fix use-after-free in rdata->read_into_pages() (2023-02-06
22:50:25 -0600)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/6.2-rc8-smb3-client-fix
for you to fetch changes up to aa5465aeca3c66fecdf7efcf554aed79b4c4b211:
cifs: Fix use-after-free in rdata->read_into_pages() (2023-02-06
22:50:25 -0600)
----------------------------------------------------------------
small fix for use after free in readpages
----------------------------------------------------------------
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [GIT PULL] smb3 client fix
2023-02-09 4:43 Steve French
@ 2023-02-09 17:02 ` Linus Torvalds
2023-02-09 17:25 ` Steve French
2023-02-09 18:10 ` pr-tracker-bot
1 sibling, 1 reply; 32+ messages in thread
From: Linus Torvalds @ 2023-02-09 17:02 UTC (permalink / raw)
To: Steve French; +Cc: CIFS, LKML
On Wed, Feb 8, 2023 at 8:44 PM Steve French <smfrench@gmail.com> wrote:
>
> git://git.samba.org/sfrench/cifs-2.6.git tags/6.2-rc8-smb3-client-fix
Hmm. Malformed git pull request with no shortlog or diffstat?
I've pulled it, because I can see the SHA1 matching, and it is indeed
a "small fix for use after free in readpages", but I really do want to
see proper pull requests...
Linus
^ permalink raw reply [flat|nested] 32+ messages in thread* Re: [GIT PULL] smb3 client fix
2023-02-09 17:02 ` Linus Torvalds
@ 2023-02-09 17:25 ` Steve French
0 siblings, 0 replies; 32+ messages in thread
From: Steve French @ 2023-02-09 17:25 UTC (permalink / raw)
To: Linus Torvalds; +Cc: CIFS, LKML
sorry - cut and paste error
On Thu, Feb 9, 2023 at 11:02 AM Linus Torvalds
<torvalds@linux-foundation.org> wrote:
>
> On Wed, Feb 8, 2023 at 8:44 PM Steve French <smfrench@gmail.com> wrote:
> >
> > git://git.samba.org/sfrench/cifs-2.6.git tags/6.2-rc8-smb3-client-fix
>
> Hmm. Malformed git pull request with no shortlog or diffstat?
>
> I've pulled it, because I can see the SHA1 matching, and it is indeed
> a "small fix for use after free in readpages", but I really do want to
> see proper pull requests...
>
> Linus
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [GIT PULL] smb3 client fix
2023-02-09 4:43 Steve French
2023-02-09 17:02 ` Linus Torvalds
@ 2023-02-09 18:10 ` pr-tracker-bot
1 sibling, 0 replies; 32+ messages in thread
From: pr-tracker-bot @ 2023-02-09 18:10 UTC (permalink / raw)
To: Steve French; +Cc: Linus Torvalds, CIFS, LKML
The pull request you sent on Wed, 8 Feb 2023 22:43:48 -0600:
> git://git.samba.org/sfrench/cifs-2.6.git tags/6.2-rc8-smb3-client-fix
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/94a1f56db688f134c763a4b2a5926b437f1ab4b9
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 32+ messages in thread
* [GIT PULL] smb3 client fix
@ 2023-01-28 0:45 Steve French
2023-01-28 1:45 ` pr-tracker-bot
0 siblings, 1 reply; 32+ messages in thread
From: Steve French @ 2023-01-28 0:45 UTC (permalink / raw)
To: Linus Torvalds; +Cc: CIFS, David Howells
Please pull the following changes since commit
2241ab53cbb5cdb08a6b2d4688feb13971058f65:
Linux 6.2-rc5 (2023-01-21 16:27:01 -0800)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/6.2-rc5-smb3-client-fixes
for you to fetch changes up to b7ab9161cf5ddc42a288edf9d1a61f3bdffe17c7:
cifs: Fix oops due to uncleared server->smbd_conn in reconnect
(2023-01-25 09:57:48 -0600)
----------------------------------------------------------------
Fix for reconnect oops in smbdirect (RDMA), also is marked for stable
----------------------------------------------------------------
David Howells (1):
cifs: Fix oops due to uncleared server->smbd_conn in reconnect
fs/cifs/smbdirect.c | 1 +
1 file changed, 1 insertion(+)
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 32+ messages in thread
end of thread, other threads:[~2026-04-03 4:12 UTC | newest]
Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-27 3:04 [GIT PULL] smb3 client fix Steve French
2025-11-27 4:27 ` pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2026-04-03 3:03 Steve French
2026-04-03 4:12 ` pr-tracker-bot
2026-03-26 20:59 Steve French
2026-03-26 21:12 ` pr-tracker-bot
2025-08-22 3:12 Steve French
2025-08-22 13:36 ` pr-tracker-bot
2025-03-21 3:43 Steve French
2025-03-21 4:34 ` pr-tracker-bot
2025-02-23 1:03 Steve French
2025-02-23 5:07 ` pr-tracker-bot
2025-02-14 17:38 Steve French
2025-02-14 22:53 ` pr-tracker-bot
2025-01-11 16:08 Steve French
2025-01-11 20:01 ` pr-tracker-bot
2024-11-09 16:19 Steve French
2024-11-09 22:01 ` pr-tracker-bot
2024-07-13 18:53 Steve French
2024-07-13 20:06 ` pr-tracker-bot
2024-07-06 21:56 Steve French
2024-07-07 1:38 ` pr-tracker-bot
2023-09-30 15:33 [GIT PULL] SMB3 " Steve French
2023-09-30 17:02 ` pr-tracker-bot
2023-08-18 15:55 [GIT PULL] smb3 " Steve French
2023-08-18 17:48 ` pr-tracker-bot
2023-02-09 4:43 Steve French
2023-02-09 17:02 ` Linus Torvalds
2023-02-09 17:25 ` Steve French
2023-02-09 18:10 ` pr-tracker-bot
2023-01-28 0:45 Steve French
2023-01-28 1:45 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox