Files
linux-stable-mirror/io_uring
Jens AxboeandGreg Kroah-Hartman ceab30fec9 io_uring/rw: recycle buffers manually for non-mshot reads
Commit d8e1dec2f8 upstream.

The mshot side of reads already does this, but the regular read path
does not. This leads to needing recycling checks sprinkled in various
spots in the "go async" path, like arming poll. In preparation for
getting rid of those, ensure that read recycles appropriately.

Link: https://lore.kernel.org/r/20250821020750.598432-8-axboe@kernel.dk
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2026-02-12 13:14:56 +01:00
..