-
- Downloads
Merge tag 'io_uring-6.14-20250221' of git://git.kernel.dk/linux
Pull io_uring fixes from Jens Axboe: - Series fixing an issue with multishot read on pollable files that may return -EIOCBQUEUED from ->read_iter(). Four small patches for that, the first one deliberately done in such a way that it'd be easy to backport - Remove some dead constant definitions - Use array_index_nospec() for opcode indexing - Work-around for worker creation retries in the presence of signals * tag 'io_uring-6.14-20250221' of git://git.kernel.dk/linux: io_uring/rw: clean up mshot forced sync mode io_uring/rw: move ki_complete init into prep io_uring/rw: don't directly use ki_complete io_uring/rw: forbid multishot async reads io_uring/rsrc: remove unused constants io_uring: fix spelling error in uapi io_uring.h io_uring: prevent opcode speculation io-wq: backoff when retrying worker creation
Showing
- include/uapi/linux/io_uring.h 1 addition, 1 deletioninclude/uapi/linux/io_uring.h
- io_uring/io-wq.c 18 additions, 5 deletionsio_uring/io-wq.c
- io_uring/io_uring.c 2 additions, 0 deletionsio_uring/io_uring.c
- io_uring/rsrc.h 0 additions, 6 deletionsio_uring/rsrc.h
- io_uring/rw.c 21 additions, 9 deletionsio_uring/rw.c
Loading
Please register or sign in to comment