Linux CIFS filesystem development
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Stefan Metzmacher <metze@samba.org>
Cc: stable@vger.kernel.org, patches@lists.linux.dev,
	Steve French <smfrench@gmail.com>, Tom Talpey <tom@talpey.com>,
	Long Li <longli@microsoft.com>,
	linux-cifs@vger.kernel.org, samba-technical@lists.samba.org,
	Steve French <stfrench@microsoft.com>,
	Sasha Levin <sashal@kernel.org>
Subject: Re: [PATCH 6.16 563/627] smb: client: let send_done() cleanup before calling smbd_disconnect_rdma_connection()
Date: Wed, 13 Aug 2025 10:10:23 +0200	[thread overview]
Message-ID: <2025081301-carpool-gully-cbfc@gregkh> (raw)
In-Reply-To: <6acc8228-da51-4528-87c4-4cb2c96d3e8a@samba.org>

On Wed, Aug 13, 2025 at 10:04:11AM +0200, Stefan Metzmacher wrote:
> Am 13.08.25 um 09:59 schrieb Greg Kroah-Hartman:
> > On Wed, Aug 13, 2025 at 08:17:53AM +0200, Stefan Metzmacher wrote:
> > > Hi Greg,
> > > 
> > > Am 12.08.25 um 19:34 schrieb Greg Kroah-Hartman:
> > > > 6.16-stable review patch.  If anyone has any objections, please let me know.
> > > > 
> > > > ------------------
> > > > 
> > > > From: Stefan Metzmacher <metze@samba.org>
> > > > 
> > > > [ Upstream commit 5349ae5e05fa37409fd48a1eb483b199c32c889b ]
> > > 
> > > This needs this patch
> > > https://lore.kernel.org/linux-cifs/20250812164506.29170-1-metze@samba.org/T/#u
> > > as follow up fix that is not yet upstream.
> > > 
> > > The same applies to all other branches (6.15, 6.12, 6.6, ...)
> > 
> > Thanks, now queued up.
> 
> Even if it's not upstream yet?
> I thought the policy is that upstream is required first...
> 
> It's only here
> https://git.samba.org/?p=sfrench/cifs-2.6.git;a=shortlog;h=refs/heads/for-next
> as
> https://git.samba.org/?p=sfrench/cifs-2.6.git;a=commitdiff;h=8b2b8a6a5827848250c0caf075b23256bab4ac88
> 
> But that commit hash can change on rebase.

Ah, I thought since this was in linux-next it would not rebase.  Having
public trees that rebase is dangerous...

Anyway, I'll go drop both of these now, please let us know when you want
these added back.

thanks,

greg k-h

  reply	other threads:[~2025-08-13  8:10 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20250812173419.303046420@linuxfoundation.org>
2025-08-12 17:32 ` [PATCH 6.16 431/627] smb: client: allow parsing zero-length AV pairs Greg Kroah-Hartman
2025-08-12 17:34 ` [PATCH 6.16 559/627] smb: server: remove separate empty_recvmsg_queue Greg Kroah-Hartman
2025-08-12 17:34 ` [PATCH 6.16 560/627] smb: server: make sure we call ib_dma_unmap_single() only if we called ib_dma_map_single already Greg Kroah-Hartman
2025-08-12 17:34 ` [PATCH 6.16 561/627] smb: server: let recv_done() consistently call put_recvmsg/smb_direct_disconnect_rdma_connection Greg Kroah-Hartman
2025-08-12 17:34 ` [PATCH 6.16 562/627] smb: server: let recv_done() avoid touching data_transfer after cleanup/move Greg Kroah-Hartman
2025-08-12 17:34 ` [PATCH 6.16 563/627] smb: client: let send_done() cleanup before calling smbd_disconnect_rdma_connection() Greg Kroah-Hartman
2025-08-13  6:17   ` Stefan Metzmacher
2025-08-13  7:59     ` Greg Kroah-Hartman
2025-08-13  8:04       ` Stefan Metzmacher
2025-08-13  8:10         ` Greg Kroah-Hartman [this message]
2025-08-17  9:45           ` Stefan Metzmacher
2025-08-17 10:00             ` Greg Kroah-Hartman
2025-08-12 17:34 ` [PATCH 6.16 564/627] smb: client: remove separate empty_packet_queue Greg Kroah-Hartman
2025-08-12 17:34 ` [PATCH 6.16 565/627] smb: client: make sure we call ib_dma_unmap_single() only if we called ib_dma_map_single already Greg Kroah-Hartman
2025-08-12 17:34 ` [PATCH 6.16 566/627] smb: client: let recv_done() cleanup before notifying the callers Greg Kroah-Hartman
2025-08-12 17:34 ` [PATCH 6.16 567/627] smb: client: let recv_done() avoid touching data_transfer after cleanup/move Greg Kroah-Hartman
2025-08-12 17:34 ` [PATCH 6.16 570/627] smb: client: return an error if rdma_connect does not return within 5 seconds Greg Kroah-Hartman
2025-08-12 17:34 ` [PATCH 6.16 588/627] smb: client: set symlink type as native for POSIX mounts Greg Kroah-Hartman
2025-08-12 17:34 ` [PATCH 6.16 589/627] smb: client: default to nonativesocket under " Greg Kroah-Hartman

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=2025081301-carpool-gully-cbfc@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=linux-cifs@vger.kernel.org \
    --cc=longli@microsoft.com \
    --cc=metze@samba.org \
    --cc=patches@lists.linux.dev \
    --cc=samba-technical@lists.samba.org \
    --cc=sashal@kernel.org \
    --cc=smfrench@gmail.com \
    --cc=stable@vger.kernel.org \
    --cc=stfrench@microsoft.com \
    --cc=tom@talpey.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox