mbox series

[GIT,PULL] io_uring fixes for 6.10-rc1

Message ID 986ba297-eb14-41cc-ba16-b74062ff3470@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 6.10-rc1 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.10-20240523

Message

Jens Axboe May 23, 2024, 4:12 p.m. UTC
Hi Linus,

Single fix here for a regression in 6.9, and then a simple cleanup
removing some dead code.

Please pull!


The following changes since commit b9dd56e813af002f45f6a494414d4a05dfdaa30e:

  Merge tag 'soundwire-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire (2024-05-21 11:23:36 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.10-20240523

for you to fetch changes up to 547988ad0f9661cd9632bdebd63cf38e008b55b2:

  io_uring: remove checks for NULL 'sq_offset' (2024-05-22 11:13:44 -0600)

----------------------------------------------------------------
io_uring-6.10-20240523

----------------------------------------------------------------
Jens Axboe (2):
      io_uring/sqpoll: ensure that normal task_work is also run timely
      io_uring: remove checks for NULL 'sq_offset'

 io_uring/io_uring.c | 6 ++----
 io_uring/sqpoll.c   | 6 ++++--
 2 files changed, 6 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org May 23, 2024, 8:49 p.m. UTC | #1
The pull request you sent on Thu, 23 May 2024 10:12:00 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.10-20240523

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/483a351ed4d464265aed61cab4a990b0023f8400

Thank you!