mbox series

[GIT,PULL] io_uring fix for 6.12-rc6

Message ID 8a3c26ea-bebb-401c-9fa3-e900aacfa77d@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fix for 6.12-rc6 | expand

Pull-request

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

Message

Jens Axboe Nov. 1, 2024, 6:10 p.m. UTC
Hi Linus,

Just a single fix for a report that came in this week.

- Fix not honoring IOCB_NOWAIT for starting buffered writes in terms of
  calling sb_start_write(), leading to a deadlock if someone is
  attempting to freeze the file system with writes in progress, as each
  side will end up waiting for the other to make progress.

Please pull!

The following changes since commit ae6a888a4357131c01d85f4c91fb32552dd0bf70:

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

are available in the Git repository at:

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

for you to fetch changes up to 1d60d74e852647255bd8e76f5a22dc42531e4389:

  io_uring/rw: fix missing NOWAIT check for O_DIRECT start write (2024-10-31 08:21:02 -0600)

----------------------------------------------------------------
io_uring-6.12-20241101

----------------------------------------------------------------
Jens Axboe (1):
      io_uring/rw: fix missing NOWAIT check for O_DIRECT start write

 io_uring/rw.c | 23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 2, 2024, 1:47 a.m. UTC | #1
The pull request you sent on Fri, 1 Nov 2024 12:10:14 -0600:

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

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

Thank you!