public inbox for [email protected]
 help / color / mirror / Atom feed
* [GIT PULL] io_uring fix for 6.12-rc6
@ 2024-11-01 18:10 Jens Axboe
  0 siblings, 0 replies; only message in thread
From: Jens Axboe @ 2024-11-01 18:10 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: io-uring

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(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-11-01 18:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-01 18:10 [GIT PULL] io_uring fix for 6.12-rc6 Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox