* [PATCH] io_uring/rsrc: clean up buffer cloning arg validation (for 6.18-stable tree)
@ 2026-02-20 18:19 Joanne Koong
2026-02-22 15:33 ` Jens Axboe
0 siblings, 1 reply; 3+ messages in thread
From: Joanne Koong @ 2026-02-20 18:19 UTC (permalink / raw)
To: stable; +Cc: clm, Jens Axboe
Commit id upstream: b8201b50e403815f941d1c6581a27fdbfe7d0fd4
("io_uring/rsrc: clean up buffer cloning arg validation")
Link to the patch:
https://lore.kernel.org/io-uring/20251204215116.2642044-1-joannelkoong@gmail.com/#t
Kernel version to apply it to: 6.18-stable tree
Hi stable@,
Chris Mason recently detected that this patch is a required dependency
for commit 5b804b8f1e0d ("io_uring/rsrc: fix lost entries after cloned
range") in the 6.18-stable tree [1]. Without this patch, the changes
in commit 5b804b8f1e0d use an incorrect value for nbufs when it
assigns "i = nbufs" [2].
Could you please apply this patch to the 6.18-stable tree as a
dependency fix needed for commit 5b804b8f1e0d?
Thanks,
Joanne
[1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.18.y&id=5b804b8f1e0d66413774d43f7a4b78bba0ca6272
[2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/io_uring/rsrc.c?h=linux-6.18.y#n1252.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] io_uring/rsrc: clean up buffer cloning arg validation (for 6.18-stable tree)
2026-02-20 18:19 [PATCH] io_uring/rsrc: clean up buffer cloning arg validation (for 6.18-stable tree) Joanne Koong
@ 2026-02-22 15:33 ` Jens Axboe
2026-02-25 0:54 ` Greg Kroah-Hartman
0 siblings, 1 reply; 3+ messages in thread
From: Jens Axboe @ 2026-02-22 15:33 UTC (permalink / raw)
To: Joanne Koong, stable; +Cc: clm, Greg Kroah-Hartman
On 2/20/26 11:19 AM, Joanne Koong wrote:
> Commit id upstream: b8201b50e403815f941d1c6581a27fdbfe7d0fd4
> ("io_uring/rsrc: clean up buffer cloning arg validation")
> Link to the patch:
> https://lore.kernel.org/io-uring/20251204215116.2642044-1-joannelkoong@gmail.com/#t
> Kernel version to apply it to: 6.18-stable tree
>
> Hi stable@,
>
> Chris Mason recently detected that this patch is a required dependency
> for commit 5b804b8f1e0d ("io_uring/rsrc: fix lost entries after cloned
> range") in the 6.18-stable tree [1]. Without this patch, the changes
> in commit 5b804b8f1e0d use an incorrect value for nbufs when it
> assigns "i = nbufs" [2].
>
> Could you please apply this patch to the 6.18-stable tree as a
> dependency fix needed for commit 5b804b8f1e0d?
>
> Thanks,
> Joanne
>
> [1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.18.y&id=5b804b8f1e0d66413774d43f7a4b78bba0ca6272
> [2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/io_uring/rsrc.c?h=linux-6.18.y#n1252.
FWIW, this is approved on my end. CC Greg.
--
Jens Axboe
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] io_uring/rsrc: clean up buffer cloning arg validation (for 6.18-stable tree)
2026-02-22 15:33 ` Jens Axboe
@ 2026-02-25 0:54 ` Greg Kroah-Hartman
0 siblings, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2026-02-25 0:54 UTC (permalink / raw)
To: Jens Axboe; +Cc: Joanne Koong, stable, clm
On Sun, Feb 22, 2026 at 08:33:24AM -0700, Jens Axboe wrote:
> On 2/20/26 11:19 AM, Joanne Koong wrote:
> > Commit id upstream: b8201b50e403815f941d1c6581a27fdbfe7d0fd4
> > ("io_uring/rsrc: clean up buffer cloning arg validation")
> > Link to the patch:
> > https://lore.kernel.org/io-uring/20251204215116.2642044-1-joannelkoong@gmail.com/#t
> > Kernel version to apply it to: 6.18-stable tree
> >
> > Hi stable@,
> >
> > Chris Mason recently detected that this patch is a required dependency
> > for commit 5b804b8f1e0d ("io_uring/rsrc: fix lost entries after cloned
> > range") in the 6.18-stable tree [1]. Without this patch, the changes
> > in commit 5b804b8f1e0d use an incorrect value for nbufs when it
> > assigns "i = nbufs" [2].
> >
> > Could you please apply this patch to the 6.18-stable tree as a
> > dependency fix needed for commit 5b804b8f1e0d?
> >
> > Thanks,
> > Joanne
> >
> > [1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.18.y&id=5b804b8f1e0d66413774d43f7a4b78bba0ca6272
> > [2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/io_uring/rsrc.c?h=linux-6.18.y#n1252.
>
> FWIW, this is approved on my end. CC Greg.
Now queued up, thanks.
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-02-25 0:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-20 18:19 [PATCH] io_uring/rsrc: clean up buffer cloning arg validation (for 6.18-stable tree) Joanne Koong
2026-02-22 15:33 ` Jens Axboe
2026-02-25 0:54 ` Greg Kroah-Hartman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox