From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BDDC138FA6; Tue, 22 Jul 2025 12:29:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753187345; cv=none; b=NTVEgcmVmJdwK6F3fjYdyy6sEQDd4kTN/VSNgjlBz+GzmVeL33ACuXN0zsJk6nCcDxtKrKSLeX6VnFUPekd/PRJQiZYop4sJ+F0Th4LDpF+Umnaw1PGrthsboBymusLp2HLf6TxFAfxoNVujzluLaVDHMvT/i+qyKbbqFT346c8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753187345; c=relaxed/simple; bh=agCvsFi3mrQg5yU7w0G/sKmhRPc+EfkR79PXNC2mctk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fCXKCpb0N6X1UPOZIaDrnMsbpX7xGfqEtMmRRKLYQM239QqQzD0iVuOeGgKBwVDyIiYsoHdvdH1uSFQB9LZ33YzoZWfnAWelgRs2UEEjgjMQbCb7PCYwGe7FCKBG8Qj7yF3+tHd+Wb1y2WJSdGF+K5FPfqcgPqV4qE3ZcbxqkGY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=xrU3JwKI; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="xrU3JwKI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D008EC4CEEB; Tue, 22 Jul 2025 12:29:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1753187345; bh=agCvsFi3mrQg5yU7w0G/sKmhRPc+EfkR79PXNC2mctk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xrU3JwKIOmct0nO0nAI/xLltFRR1MjWW/AZ7kfQTtBDjz91IC+OLzYDZ0xs5WIOUj HY1znfdKhQj3+q1QlKGPzPNvBbTM76IB6QZj9Ax/XbtgEn3pdoCc9Yzr6AAUzfDG7f aj5R/acFr02ztGtUuzQ5q7HWb0F20wswHqK7+99I= Date: Tue, 22 Jul 2025 14:29:02 +0200 From: Greg Kroah-Hartman To: Stefan Metzmacher Cc: Sasha Levin , Stable , stable-commits@vger.kernel.org, Steve French , Paulo Alcantara , Ronnie Sahlberg , Shyam Prasad N , Tom Talpey , Bharath SM , Steve French Subject: Re: Patch "smb: client: make use of common smbdirect_socket_parameters" has been added to the 6.12-stable tree Message-ID: <2025072253-blend-fondue-a487@gregkh> References: <20250629142801.1093341-1-sashal@kernel.org> <73624e22-5421-492c-8725-88284f976dc9@samba.org> <2025070824-untreated-bouncing-deb0@gregkh> <28fde5eb-42d0-4e41-b048-d5b6f1593bcf@samba.org> <2025071523-recant-from-b56a@gregkh> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2025071523-recant-from-b56a@gregkh> On Tue, Jul 15, 2025 at 06:39:39PM +0200, Greg Kroah-Hartman wrote: > On Tue, Jul 15, 2025 at 05:57:10PM +0200, Stefan Metzmacher wrote: > > Hi Greg, > > > > > > any reason why this is only backported to 6.12, but not 6.15? > > > > > > Looks like Sasha's scripts missed them, thanks for catching. We need to > > > run the "what patches are only in older trees" script again one of these > > > days to sweep all of these up... > > > > > > > I'm looking at v6.15.5 and v6.12.36 and the following are missing > > > > from 6.15: > > > > > > > > bced02aca343 David Howells Wed Apr 2 20:27:26 2025 +0100 cifs: Fix reading into an ITER_FOLIOQ from the smbdirect code > > > > 87dcc7e33fc3 David Howells Wed Jun 25 14:15:04 2025 +0100 cifs: Fix the smbd_response slab to allow usercopy > > > > b8ddcca4391e Stefan Metzmacher Wed May 28 18:01:40 2025 +0200 smb: client: make use of common smbdirect_socket_parameters > > > > 69cafc413c2d Stefan Metzmacher Wed May 28 18:01:39 2025 +0200 smb: smbdirect: introduce smbdirect_socket_parameters > > > > c39639bc7723 Stefan Metzmacher Wed May 28 18:01:37 2025 +0200 smb: client: make use of common smbdirect_socket > > > > f4b05342c293 Stefan Metzmacher Wed May 28 18:01:36 2025 +0200 smb: smbdirect: add smbdirect_socket.h > > > > a6ec1fcafd41 Stefan Metzmacher Wed May 28 18:01:33 2025 +0200 smb: smbdirect: add smbdirect.h with public structures > > > > 6509de31b1b6 Stefan Metzmacher Wed May 28 18:01:31 2025 +0200 smb: client: make use of common smbdirect_pdu.h > > > > a9bb4006c4f3 Stefan Metzmacher Wed May 28 18:01:30 2025 +0200 smb: smbdirect: add smbdirect_pdu.h with protocol definitions > > > > > > > > With these being backported to 6.15 too, the following is missing in > > > > both: > > > > > > > > commit 1944f6ab4967db7ad8d4db527dceae8c77de76e9 > > > > Author: Stefan Metzmacher > > > > AuthorDate: Wed Jun 25 10:16:38 2025 +0200 > > > > Commit: Steve French > > > > CommitDate: Wed Jun 25 11:12:54 2025 -0500 > > > > > > > > smb: client: let smbd_post_send_iter() respect the peers max_send_size and transmit all data > > > > > > > > As it was marked as > > > > Cc: # sp->max_send_size should be info->max_send_size in backports > > > > > > > > But now that the patches up to b8ddcca4391e are backported it can be cherry-picked just > > > > fine to both branches. > > > > > > Ok, will do. I think I might have dropped these from 6.15 previously as > > > the "noautosel" tag threw me... > > > > Any idea when this will happen? > > Ugh, sorry, missed that this release cycle, I'll do it next one, my > fault. Sorry for the delay, now all queued up. greg k-h