On Sun, Sep 21, 2025 at 06:44:45AM -0600, Jens Axboe wrote:
On 9/21/25 6:32 AM, gregkh@linuxfoundation.org wrote:
The patch below does not apply to the 6.12-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.12.y git checkout FETCH_HEAD git cherry-pick -x 3539b1467e94336d5854ebf976d9627bfb65d6c3 # <resolve conflicts, build, test, etc.> git commit -s git send-email --to 'stable@vger.kernel.org' --in-reply-to '2025092127-synthetic-squash-4d57@gregkh' --subject-prefix 'PATCH 6.12.y' HEAD^..
Possible dependencies:
Here's this and the others marked for 6.12-stable, already prepared them last week as I knew I'd be traveling.
As you have backported commit b6f58a3f4aa8 ("io_uring: move struct io_kiocb from task_struct to io_uring_task") does that mean we should also add commit 69a62e03f896 ("io_uring/msg_ring: don't leave potentially dangling ->tctx pointer") which claims to fix it?
I tried to apply it (same for 6.1 and 6.6), but it didn't apply cleanly.
thanks,
greg k-h