Re: [PATCH] io_uring/rsrc: fix slab-out-of-bounds in io_buffer_register_bvec

From: Ming Lei

Date: Wed Dec 17 2025 - 21:59:08 EST


On Thu, Dec 18, 2025 at 9:13 AM veygax <veyga@xxxxxxxxxx> wrote:
>
> On 18/12/2025 00:56, Keith Busch wrote:
> > I believe you're supposed to use the bio_add_page() API rather than open
> > code the bvec setup.
>
> True, but I wanted fine control to prove my theory

But almost there aren't such cases for in-tree uses, :-)

Thanks,