-
- Downloads
Merge tag 'io_uring-6.11-20240726' of git://git.kernel.dk/linux
Pull io_uring fixes from Jens Axboe: - Fix a syzbot issue for the msg ring cache added in this release. No ill effects from this one, but it did make KMSAN unhappy (me) - Sanitize the NAPI timeout handling, by unifying the value handling into all ktime_t rather than converting back and forth (Pavel) - Fail NAPI registration for IOPOLL rings, it's not supported (Pavel) - Fix a theoretical issue with ring polling and cancelations (Pavel) - Various little cleanups and fixes (Pavel) * tag 'io_uring-6.11-20240726' of git://git.kernel.dk/linux: io_uring/napi: pass ktime to io_napi_adjust_timeout io_uring/napi: use ktime in busy polling io_uring/msg_ring: fix uninitialized use of target_req->flags io_uring: align iowq and task request error handling io_uring: kill REQ_F_CANCEL_SEQ io_uring: simplify io_uring_cmd return io_uring: fix io_match_task must_hold io_uring: don't allow netpolling with SETUP_IOPOLL io_uring: tighten task exit cancellations
No related branches found
No related tags found
Showing
- include/linux/io_uring_types.h 1 addition, 4 deletionsinclude/linux/io_uring_types.h
- io_uring/io_uring.c 9 additions, 4 deletionsio_uring/io_uring.c
- io_uring/io_uring.h 1 addition, 1 deletionio_uring/io_uring.h
- io_uring/msg_ring.c 3 additions, 3 deletionsio_uring/msg_ring.c
- io_uring/napi.c 30 additions, 30 deletionsio_uring/napi.c
- io_uring/napi.h 5 additions, 5 deletionsio_uring/napi.h
- io_uring/timeout.c 1 addition, 1 deletionio_uring/timeout.c
- io_uring/uring_cmd.c 1 addition, 1 deletionio_uring/uring_cmd.c
Loading
Please register or sign in to comment