]> git.itanic.dy.fi Git - linux-stable/commit
io_uring/kbuf: get rid of lower BGID lists
authorJens Axboe <axboe@kernel.dk>
Thu, 14 Mar 2024 16:45:07 +0000 (10:45 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Apr 2024 14:38:16 +0000 (16:38 +0200)
commite08987e2e34420d93c80c744ce79f502426027f0
tree55dc6ced5c589d2520e94667e8938665196da261
parent310203fd7c901e5a41c33676d597d895ec0583f2
io_uring/kbuf: get rid of lower BGID lists

commit 09ab7eff38202159271534d2f5ad45526168f2a5 upstream.

Just rely on the xarray for any kind of bgid. This simplifies things, and
it really doesn't bring us much, if anything.

Cc: stable@vger.kernel.org # v6.4+
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/io_uring_types.h
io_uring/io_uring.c
io_uring/kbuf.c