-
- Downloads
Merge tag 'io_uring-6.7-2023-11-10' of git://git.kernel.dk/linux
Pull io_uring fixes from Jens Axboe: "Mostly just a few fixes and cleanups caused by the read multishot support. Outside of that, a stable fix for how a connect retry is done" * tag 'io_uring-6.7-2023-11-10' of git://git.kernel.dk/linux: io_uring: do not clamp read length for multishot read io_uring: do not allow multishot read to set addr or len io_uring: indicate if io_kbuf_recycle did recycle anything io_uring/rw: add separate prep handler for fixed read/write io_uring/rw: add separate prep handler for readv/writev io_uring/net: ensure socket is marked connected on connect retry io_uring/rw: don't attempt to allocate async data if opcode doesn't need it
No related branches found
No related tags found
Showing
- io_uring/kbuf.c 3 additions, 3 deletionsio_uring/kbuf.c
- io_uring/kbuf.h 8 additions, 5 deletionsio_uring/kbuf.h
- io_uring/net.c 11 additions, 13 deletionsio_uring/net.c
- io_uring/opdef.c 4 additions, 4 deletionsio_uring/opdef.c
- io_uring/rw.c 52 additions, 20 deletionsio_uring/rw.c
- io_uring/rw.h 2 additions, 0 deletionsio_uring/rw.h
Loading
Please register or sign in to comment