io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] io_uring fixes for 5.14-rc6
@ 2021-08-13 19:02 Jens Axboe
  2021-08-14  1:12 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2021-08-13 19:02 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: io-uring

Hi Linus,

A bit bigger than the previous weeks, but mostly just a few stable bound
fixes. In detail:

- Followup fixes to patches from last week for io-wq, turns out they
  weren't complete (Hao)

- Two lockdep reported fixes out of the RT camp (me)

- Sync the io_uring-cp example with liburing, as a few bug fixes never
  made it to the kernel carried version (me)

- SQPOLL related TIF_NOTIFY_SIGNAL fix (Nadav)

- Use WRITE_ONCE() when writing sq flags (Nadav)

- io_rsrc_put_work() deadlock fix (Pavel)

Please pull!


The following changes since commit 21698274da5b6fc724b005bc7ec3e6b9fbcfaa06:

  io-wq: fix lack of acct->nr_workers < acct->max_workers judgement (2021-08-06 08:28:18 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/io_uring-5.14-2021-08-13

for you to fetch changes up to 8f40d0370795313b6f1b1782035919cfc76b159f:

  tools/io_uring/io_uring-cp: sync with liburing example (2021-08-13 08:58:11 -0600)

----------------------------------------------------------------
io_uring-5.14-2021-08-13

----------------------------------------------------------------
Hao Xu (2):
      io-wq: fix bug of creating io-wokers unconditionally
      io-wq: fix IO_WORKER_F_FIXED issue in create_io_worker()

Jens Axboe (3):
      io_uring: rsrc ref lock needs to be IRQ safe
      io_uring: drop ctx->uring_lock before flushing work item
      tools/io_uring/io_uring-cp: sync with liburing example

Nadav Amit (2):
      io_uring: clear TIF_NOTIFY_SIGNAL when running task work
      io_uring: Use WRITE_ONCE() when writing to sq_flags

Pavel Begunkov (1):
      io_uring: fix ctx-exit io_rsrc_put_work() deadlock

 fs/io-wq.c                   | 26 ++++++++++++++------
 fs/io_uring.c                | 58 ++++++++++++++++++++++----------------------
 tools/io_uring/io_uring-cp.c | 31 ++++++++++++++++++++---
 3 files changed, 75 insertions(+), 40 deletions(-)

-- 
Jens Axboe


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

* Re: [GIT PULL] io_uring fixes for 5.14-rc6
  2021-08-13 19:02 [GIT PULL] io_uring fixes for 5.14-rc6 Jens Axboe
@ 2021-08-14  1:12 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-08-14  1:12 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, io-uring

The pull request you sent on Fri, 13 Aug 2021 13:02:29 -0600:

> git://git.kernel.dk/linux-block.git tags/io_uring-5.14-2021-08-13

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

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:[~2021-08-14  1:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-13 19:02 [GIT PULL] io_uring fixes for 5.14-rc6 Jens Axboe
2021-08-14  1:12 ` 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;
as well as URLs for NNTP newsgroup(s).