-
- Downloads
Merge tag 'io_uring-6.13-20241220' of git://git.kernel.dk/linux
Pull io_uring fixes from Jens Axboe: - Fix for a file ref leak for registered ring fds - Turn the ->timeout_lock into a raw spinlock, as it nests under the io-wq lock which is a raw spinlock as it's called from the scheduler side - Limit ring resizing to DEFER_TASKRUN for now. We will broaden this in the future, but for now, ensure that it's only feasible on rings with a single user - Add sanity check for io-wq enqueuing * tag 'io_uring-6.13-20241220' of git://git.kernel.dk/linux: io_uring: check if iowq is killed before queuing io_uring/register: limit ring resizing to DEFER_TASKRUN io_uring: Fix registered ring file refcount leak io_uring: make ctx->timeout_lock a raw spinlock
No related branches found
No related tags found
Showing
- include/linux/io_uring.h 1 addition, 3 deletionsinclude/linux/io_uring.h
- include/linux/io_uring_types.h 1 addition, 1 deletioninclude/linux/io_uring_types.h
- io_uring/io_uring.c 11 additions, 6 deletionsio_uring/io_uring.c
- io_uring/register.c 3 additions, 0 deletionsio_uring/register.c
- io_uring/timeout.c 20 additions, 20 deletionsio_uring/timeout.c
Loading
Please register or sign in to comment