]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring/kbuf: use region api for pbuf rings
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 29 Nov 2024 13:34:38 +0000 (13:34 +0000)
committerJens Axboe <axboe@kernel.dk>
Mon, 23 Dec 2024 15:17:16 +0000 (08:17 -0700)
commitef62de3c4ad58fab4e37bc267177bc723e48e5e2
tree5379f23461a0a71ac2833fc9e888787e7d93f289
parent90175f3f503213903b00bc7ba9f8ae436fc5c00e
io_uring/kbuf: use region api for pbuf rings

Convert internal parts of the provided buffer ring managment to the
region API. It's the last non-region mapped ring we have, so it also
kills a bunch of now unused memmap.c helpers.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/6c40cf7beaa648558acd4d84bc0fb3279a35d74b.1732886067.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/kbuf.c
io_uring/kbuf.h
io_uring/memmap.c
io_uring/memmap.h