public inbox for [email protected]
 help / color / mirror / Atom feed
* [GIT PULL] io_uring fixes for 6.6-rc1
@ 2023-09-08 15:02 Jens Axboe
  2023-09-09  5:05 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2023-09-08 15:02 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: io-uring

Hi Linus,

A few fixes that should go into the 6.6-rc merge window:

- Fix for a regression this merge window caused by the SQPOLL affinity
  patch, where we can race with SQPOLL thread shutdown and cause an oops
  when trying to set affinity (Gabriel)

- Fix for a regression this merge window where fdinfo reading with for a
  ring setup with IORING_SETUP_NO_SQARRAY will attempt to deference the
  non-existing SQ ring array (me)

- Add the patch that allows more finegrained control over who can use
  io_uring (Matteo)

- Locking fix for a regression added this merge window for IOPOLL
  overflow (Pavel)

- IOPOLL fix for stable, breaking our loop if helper threads are exiting
  (Pavel)

Also had a fix for unreaped iopoll requests from io-wq from Ming, but we
found an issue with that and hence it got reverted. Will get this sorted
for a future rc.

Please pull!


The following changes since commit 6c1b980a7e79e55e951b4b2c47eefebc75071209:

  Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/dma-mapping (2023-08-29 20:32:10 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.6-2023-09-08

for you to fetch changes up to 023464fe33a53d7e3fa0a1967a2adcb17e5e40e3:

  Revert "io_uring: fix IO hang in io_wq_put_and_exit from do_exit()" (2023-09-07 09:41:49 -0600)

----------------------------------------------------------------
io_uring-6.6-2023-09-08

----------------------------------------------------------------
Gabriel Krisman Bertazi (1):
      io_uring: Don't set affinity on a dying sqpoll thread

Jens Axboe (2):
      io_uring/fdinfo: only print ->sq_array[] if it's there
      Revert "io_uring: fix IO hang in io_wq_put_and_exit from do_exit()"

Matteo Rizzo (1):
      io_uring: add a sysctl to disable io_uring system-wide

Ming Lei (1):
      io_uring: fix IO hang in io_wq_put_and_exit from do_exit()

Pavel Begunkov (2):
      io_uring: break out of iowq iopoll on teardown
      io_uring: fix unprotected iopoll overflow

 Documentation/admin-guide/sysctl/kernel.rst | 29 +++++++++++++++
 io_uring/fdinfo.c                           |  2 ++
 io_uring/io-wq.c                            | 10 ++++++
 io_uring/io-wq.h                            |  1 +
 io_uring/io_uring.c                         | 56 +++++++++++++++++++++++++++--
 io_uring/sqpoll.c                           |  4 ++-
 6 files changed, 99 insertions(+), 3 deletions(-)

-- 
Jens Axboe


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

* Re: [GIT PULL] io_uring fixes for 6.6-rc1
  2023-09-08 15:02 [GIT PULL] io_uring fixes for 6.6-rc1 Jens Axboe
@ 2023-09-09  5:05 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-09-09  5:05 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, io-uring

The pull request you sent on Fri, 8 Sep 2023 09:02:25 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.6-2023-09-08

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

Thank you!

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

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

end of thread, other threads:[~2023-09-09  5:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-08 15:02 [GIT PULL] io_uring fixes for 6.6-rc1 Jens Axboe
2023-09-09  5:05 ` 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