Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linux
Pull more io_uring updates from Jens Axboe: "Nothing major in here, just two different parts: - A small series from Breno that enables passing the full SQE down for ->uring_cmd(). This is a prerequisite for enabling full network socket operations. Queued up a bit late because of some stylistic concerns that got resolved, would be nice to have this in 6.4-rc1 so the dependent work will be easier to handle for 6.5. - Fix for the huge page coalescing, which was a regression introduced in the 6.3 kernel release (Tobias)" * tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linux: io_uring: Remove unnecessary BUILD_BUG_ON io_uring: Pass whole sqe to commands io_uring: Create a helper to return the SQE size io_uring/rsrc: check for nonconsecutive pages
No related branches found
No related tags found
Showing
- drivers/block/ublk_drv.c 20 additions, 20 deletionsdrivers/block/ublk_drv.c
- drivers/nvme/host/ioctl.c 1 addition, 1 deletiondrivers/nvme/host/ioctl.c
- include/linux/io_uring.h 6 additions, 1 deletioninclude/linux/io_uring.h
- io_uring/io_uring.h 10 additions, 0 deletionsio_uring/io_uring.h
- io_uring/opdef.c 1 addition, 1 deletionio_uring/opdef.c
- io_uring/rsrc.c 6 additions, 1 deletionio_uring/rsrc.c
- io_uring/uring_cmd.c 3 additions, 9 deletionsio_uring/uring_cmd.c
- io_uring/uring_cmd.h 0 additions, 8 deletionsio_uring/uring_cmd.h
Loading
Please register or sign in to comment