]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
io_uring: move cancel hash tables to kvmalloc/kvfree
authorJens Axboe <axboe@kernel.dk>
Mon, 30 Sep 2024 23:11:32 +0000 (17:11 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 29 Oct 2024 19:43:27 +0000 (13:43 -0600)
commitb6b3eb19dd86ecc3f188bd419f12cdfcfbeda5e7
tree6f725618095e97539ce449bf169796e48ae0e430
parent8abf47a8d61c9e8314ae4cfa27e18c8df67c37bc
io_uring: move cancel hash tables to kvmalloc/kvfree

Convert to using kvmalloc/kfree() for the hash tables, and while at it,
make it handle low memory situations better.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c