mbox series

[GIT,PULL] io_uring fixes for 6.10-rc6

Message ID 2f83d5f9-29a8-4d61-a14c-3ada09cf2d2a@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 6.10-rc6 | expand

Pull-request

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

Message

Jens Axboe June 27, 2024, 5:55 p.m. UTC
Hi Linus,

Removal of a struct member that's unused since the 6.10 merge window,
and a fix for a regression in SQPOLL wakeups, bringing it back to how it
worked before the SQPOLL local task_work.

Please pull!


The following changes since commit a23800f08a60787dfbf2b87b2e6ed411cb629859:

  io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed (2024-06-20 06:51:56 -0600)

are available in the Git repository at:

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

for you to fetch changes up to dbcabac138fdfc730ba458ed2199ff1f29a271fc:

  io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPI (2024-06-24 19:46:15 -0600)

----------------------------------------------------------------
io_uring-6.10-20240627

----------------------------------------------------------------
Jens Axboe (2):
      io_uring: remove dead struct io_submit_state member
      io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPI

 include/linux/io_uring_types.h | 1 -
 io_uring/io_uring.c            | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org June 28, 2024, 12:35 a.m. UTC | #1
The pull request you sent on Thu, 27 Jun 2024 11:55:03 -0600:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0f47788b3326150a4a3338312f03d2ef3614b53a

Thank you!