From: Sasha Levin <sashal@kernel.org>
To: stable@vger.kernel.org, henrique.carvalho@suse.com
Cc: Sasha Levin <sashal@kernel.org>
Subject: Re: [PATCH 6.13.y] smb: client: Fix match_session bug preventing session reuse
Date: Mon, 17 Mar 2025 15:51:57 -0400 [thread overview]
Message-ID: <20250317154044-1e151d712e310112@stable.kernel.org> (raw)
In-Reply-To: <20250317181622.2243629-1-henrique.carvalho@suse.com>
[ Sasha's backport helper bot ]
Hi,
Summary of potential issues:
⚠️ Found matching upstream commit but patch is missing proper reference to it
Found matching upstream commit: 605b249ea96770ac4fac4b8510a99e0f8442be5e
Note: The patch differs from the upstream commit:
---
1: 605b249ea9677 ! 1: 09e6c5e075985 smb: client: Fix match_session bug preventing session reuse
@@ Commit message
Reviewed-by: Enzo Matsumiya <ematsumiya@suse.de>
Signed-off-by: Henrique Carvalho <henrique.carvalho@suse.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
+ (cherry picked from commit 605b249ea96770ac4fac4b8510a99e0f8442be5e)
## fs/smb/client/connect.c ##
@@ fs/smb/client/connect.c: static int match_session(struct cifs_ses *ses,
@@ fs/smb/client/connect.c: static int match_session(struct cifs_ses *ses,
+ return 0;
+
+ switch (ctx_sec) {
-+ case IAKerb:
case Kerberos:
if (!uid_eq(ctx->cred_uid, ses->cred_uid))
return 0;
---
Results of testing on various branches:
| Branch | Patch Apply | Build Test |
|---------------------------|-------------|------------|
| stable/linux-6.13.y | Success | Success |
next prev parent reply other threads:[~2025-03-17 19:51 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-16 7:39 FAILED: patch "[PATCH] smb: client: Fix match_session bug preventing session reuse" failed to apply to 6.13-stable tree gregkh
2025-03-17 15:32 ` [PATCH 6.13.y] smb: client: Fix match_session bug preventing session reuse Henrique Carvalho
2025-03-17 17:16 ` Sasha Levin
2025-03-17 18:16 ` Henrique Carvalho
2025-03-17 19:51 ` Sasha Levin [this message]
2025-03-18 16:41 ` Greg KH
2025-03-18 18:08 ` [PATCH 6.13.y v3] " Henrique Carvalho
2025-03-18 20:12 ` Sasha Levin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250317154044-1e151d712e310112@stable.kernel.org \
--to=sashal@kernel.org \
--cc=henrique.carvalho@suse.com \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.