mbox series

[GIT,PULL] io_uring fixes for 6.1-rc3

Message ID 0644eeea-0e0a-d09c-2b65-365b7ab823ba@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 6.1-rc3 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.1-2022-10-28

Message

Jens Axboe Oct. 28, 2022, 9:12 p.m. UTC
Hi Linus,

Just a fix for a locking regression introduced with the deferred
task_work running from this merge window. Please pull!


The following changes since commit cc767e7c6913f770741d9fad1efa4957c2623744:

  io_uring/net: fail zc sendmsg when unsupported by socket (2022-10-22 08:43:03 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.1-2022-10-28

for you to fetch changes up to b3026767e15b488860d4bbf1649d69612bab2c25:

  io_uring: unlock if __io_run_local_work locked inside (2022-10-27 09:52:12 -0600)

----------------------------------------------------------------
io_uring-6.1-2022-10-28

----------------------------------------------------------------
Dylan Yudaken (2):
      io_uring: use io_run_local_work_locked helper
      io_uring: unlock if __io_run_local_work locked inside

 io_uring/io_uring.c | 11 +++++------
 io_uring/io_uring.h | 13 +++++++++++--
 2 files changed, 16 insertions(+), 8 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 30, 2022, 1:29 a.m. UTC | #1
The pull request you sent on Fri, 28 Oct 2022 15:12:00 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.1-2022-10-28

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

Thank you!