mbox series

[GIT,PULL] Follow up io_uring fix for 6.12-rc4

Message ID 46257b01-db4d-4454-a1db-9e528bb8097e@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] Follow up io_uring fix for 6.12-rc4 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.12-20241019

Message

Jens Axboe Oct. 19, 2024, 9:54 p.m. UTC
Hi Linus,

Got a report this morning for a regression that was introduced in -rc2.
Since it's pretty silly, the fix is obvious and would be a shame to have
this miss -rc4 since people are hitting it. A test case has been added
for this issue.

Fix for a regression introduced in 6.12-rc2, where a condition check was
negated and hence -EAGAIN would bubble back up up to userspace rather
than trigger a retry condition.

Please pull!

The following changes since commit 8f7033aa4089fbaf7a33995f0f2ee6c9d7b9ca1b:

  io_uring/sqpoll: ensure task state is TASK_RUNNING when running task_work (2024-10-17 08:38:04 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.12-20241019

for you to fetch changes up to ae6a888a4357131c01d85f4c91fb32552dd0bf70:

  io_uring/rw: fix wrong NOWAIT check in io_rw_init_file() (2024-10-19 09:25:45 -0600)

----------------------------------------------------------------
io_uring-6.12-20241019

----------------------------------------------------------------
Jens Axboe (1):
      io_uring/rw: fix wrong NOWAIT check in io_rw_init_file()

 io_uring/rw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Oct. 20, 2024, 12:59 a.m. UTC | #1
The pull request you sent on Sat, 19 Oct 2024 15:54:45 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.12-20241019

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/715ca9dd687f89ddaac8ec8ccb3b5e5a30311a99

Thank you!