From: Jens Axboe <[email protected]>
To: Linus Torvalds <[email protected]>
Cc: io-uring <[email protected]>
Subject: [GIT PULL] io_uring fix for 6.12-rc6
Date: Fri, 1 Nov 2024 12:10:14 -0600 [thread overview]
Message-ID: <[email protected]> (raw)
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
reply other threads:[~2024-11-01 18:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox