mbox series

[GIT,PULL] io_uring fixes for 6.13-final

Message ID 4194f9f4-07fc-431b-9af1-5888c07193ba@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 6.13-final | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.13-20250116

Message

Jens Axboe Jan. 17, 2025, 12:06 a.m. UTC
Hi Linus,

One fix for the error handling in buffer cloning, and one fix for the
ring resizing. Two minor followups for the latter as well. Both of these
issues only affect 6.13, so not marked for stable.

Please pull!


The following changes since commit bd2703b42decebdcddf76e277ba76b4c4a142d73:

  io_uring: don't touch sqd->thread off tw add (2025-01-10 14:00:25 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.13-20250116

for you to fetch changes up to 6f7a644eb7db10f9993039bab7740f7982d4edf4:

  io_uring/register: cache old SQ/CQ head reading for copies (2025-01-15 08:39:15 -0700)

----------------------------------------------------------------
io_uring-6.13-20250116

----------------------------------------------------------------
Jens Axboe (4):
      io_uring/rsrc: fixup io_clone_buffers() error handling
      io_uring/register: use stable SQ/CQ ring data during resize
      io_uring/register: document io_register_resize_rings() shared mem usage
      io_uring/register: cache old SQ/CQ head reading for copies

 io_uring/register.c | 52 +++++++++++++++++++++++++++++++---------------------
 io_uring/rsrc.c     | 10 +---------
 2 files changed, 32 insertions(+), 30 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 17, 2025, 1:39 a.m. UTC | #1
The pull request you sent on Thu, 16 Jan 2025 17:06:47 -0700:

> git://git.kernel.dk/linux.git tags/io_uring-6.13-20250116

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a634dda26186cf9a51567020fcce52bcba5e1e59

Thank you!