mbox series

[GIT,PULL] io_uring fixes for 6.11-rc1

Message ID 3b4379ca-3504-4afd-aa51-a00f1d6022e7@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 6.11-rc1 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.11-20240722

Message

Jens Axboe July 22, 2024, 1:59 p.m. UTC
Hi Linus,

Two minor fixes in here, both heading to stable. In detail:

- Fix error where forced async uring_cmd getsockopt returns the wrong
  value on execution, leading to it never being completed (Pavel)

- Fix io_alloc_pbuf_ring() using a NULL check rather than IS_ERR (Pavel)

Please pull!


The following changes since commit f557af081de6b45a25e27d633b4d8d2dbc2f428e:

  Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux (2024-07-20 09:11:27 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.11-20240722

for you to fetch changes up to bcc87d978b834c298bbdd9c52454c5d0a946e97e:

  io_uring: fix error pbuf checking (2024-07-20 11:04:57 -0600)

----------------------------------------------------------------
io_uring-6.11-20240722

----------------------------------------------------------------
Pavel Begunkov (2):
      io_uring: fix lost getsockopt completions
      io_uring: fix error pbuf checking

 io_uring/kbuf.c      | 4 +++-
 io_uring/uring_cmd.c | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org July 22, 2024, 8:45 p.m. UTC | #1
The pull request you sent on Mon, 22 Jul 2024 07:59:49 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.11-20240722

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

Thank you!