public inbox for [email protected]
 help / color / mirror / Atom feed
* [GIT PULL] io_uring fixes for 6.11-rc1
@ 2024-07-22 13:59 Jens Axboe
  2024-07-22 20:45 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2024-07-22 13:59 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: io-uring

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(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] io_uring fixes for 6.11-rc1
  2024-07-22 13:59 [GIT PULL] io_uring fixes for 6.11-rc1 Jens Axboe
@ 2024-07-22 20:45 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2024-07-22 20:45 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, io-uring

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] io_uring fixes for 6.11-rc1
@ 2024-07-27 13:06 Jens Axboe
  2024-07-27 22:38 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2024-07-27 13:06 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: io-uring

Hi Linus,

A few fixes that should go into the 6.11-rc1 kernel release:

- 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)

Please pull!


The following changes since commit bcc87d978b834c298bbdd9c52454c5d0a946e97e:

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

are available in the Git repository at:

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

for you to fetch changes up to 358169617602f6f71b31e5c9532a09b95a34b043:

  io_uring/napi: pass ktime to io_napi_adjust_timeout (2024-07-26 08:31:59 -0600)

----------------------------------------------------------------
io_uring-6.11-20240726

----------------------------------------------------------------
Jens Axboe (1):
      io_uring/msg_ring: fix uninitialized use of target_req->flags

Pavel Begunkov (8):
      io_uring: tighten task exit cancellations
      io_uring: don't allow netpolling with SETUP_IOPOLL
      io_uring: fix io_match_task must_hold
      io_uring: simplify io_uring_cmd return
      io_uring: kill REQ_F_CANCEL_SEQ
      io_uring: align iowq and task request error handling
      io_uring/napi: use ktime in busy polling
      io_uring/napi: pass ktime to io_napi_adjust_timeout

 include/linux/io_uring_types.h |  5 +---
 io_uring/io_uring.c            | 13 ++++++---
 io_uring/io_uring.h            |  2 +-
 io_uring/msg_ring.c            |  6 ++---
 io_uring/napi.c                | 60 +++++++++++++++++++++---------------------
 io_uring/napi.h                | 10 +++----
 io_uring/timeout.c             |  2 +-
 io_uring/uring_cmd.c           |  2 +-
 8 files changed, 51 insertions(+), 49 deletions(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] io_uring fixes for 6.11-rc1
  2024-07-27 13:06 Jens Axboe
@ 2024-07-27 22:38 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2024-07-27 22:38 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, io-uring

The pull request you sent on Sat, 27 Jul 2024 07:06:53 -0600:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-07-27 22:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-22 13:59 [GIT PULL] io_uring fixes for 6.11-rc1 Jens Axboe
2024-07-22 20:45 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2024-07-27 13:06 Jens Axboe
2024-07-27 22:38 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox