On 8/15/25 9:57 AM, Greg KH wrote:
On Fri, Aug 15, 2025 at 09:46:53AM -0600, Jens Axboe wrote:
On 8/15/25 9:26 AM, gregkh@linuxfoundation.org wrote:
The patch below does not apply to the 6.6-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to stable@vger.kernel.org.
To reproduce the conflict and resubmit, you may use the following commands:
git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ linux-6.6.y git checkout FETCH_HEAD git cherry-pick -x 41b70df5b38bc80967d2e0ed55cc3c3896bba781 # <resolve conflicts, build, test, etc.> git commit -s git send-email --to 'stable@vger.kernel.org' --in-reply-to '2025081549-shorter-borrower-941d@gregkh' --subject-prefix 'PATCH 6.6.y' HEAD^..
Here's one for 6.6-stable.
-- Jens Axboe
From c16cb4e2a4b1a487ca7feae5931dfb22ac495b76 Mon Sep 17 00:00:00 2001 From: Jens Axboe axboe@kernel.dk Date: Tue, 12 Aug 2025 08:30:11 -0600 Subject: [PATCH] io_uring/net: commit partial buffers on retry
Commit a6dfda7da5c65b282c1663326be16e57aec3d1bd upstream.
Nit, wrong git id :(
I'll go fix it, thanks.
Oops sorry about that, guess I took it from the other my other backport rather than upstream.