From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: io-uring <io-uring@vger.kernel.org>
Subject: [GIT PULL] io_uring fixes for 6.14-rc4
Date: Fri, 21 Feb 2025 09:46:48 -0700 [thread overview]
Message-ID: <12ab89dd-5bcc-4d94-ade0-3856a1f35ec3@kernel.dk> (raw)
Hi Linus,
Some fixes for io_uring that should go into the 6.14 kernel release.
This pull request contains:
- Series fixing an issue with multishot read on pollable files that may
return -EIOCBQUEUED from ->read_iter(). 4 small patches for that, the
first one deliberately done in such a way that it'd be easy to
backport.
- Remove some dead constant definitions.
- Use array_index_nospec() for opcode indexing.
- Work-around for worker creation retries in the presence of signals.
Please pull!
The following changes since commit d6211ebbdaa541af197b50b8dd8f22642ce0b87f:
io_uring/uring_cmd: unconditionally copy SQEs at prep time (2025-02-13 10:24:39 -0700)
are available in the Git repository at:
git://git.kernel.dk/linux.git tags/io_uring-6.14-20250221
for you to fetch changes up to 4614de748e78a295ee9b1f54ca87280b101fbdf0:
io_uring/rw: clean up mshot forced sync mode (2025-02-19 13:42:22 -0700)
----------------------------------------------------------------
io_uring-6.14-20250221
----------------------------------------------------------------
Caleb Sander Mateos (1):
io_uring/rsrc: remove unused constants
Jens Axboe (1):
io_uring: fix spelling error in uapi io_uring.h
Pavel Begunkov (5):
io_uring: prevent opcode speculation
io_uring/rw: forbid multishot async reads
io_uring/rw: don't directly use ki_complete
io_uring/rw: move ki_complete init into prep
io_uring/rw: clean up mshot forced sync mode
Uday Shankar (1):
io-wq: backoff when retrying worker creation
include/uapi/linux/io_uring.h | 2 +-
io_uring/io-wq.c | 23 ++++++++++++++++++-----
io_uring/io_uring.c | 2 ++
io_uring/rsrc.h | 6 ------
io_uring/rw.c | 30 +++++++++++++++++++++---------
5 files changed, 42 insertions(+), 21 deletions(-)
--
Jens Axboe
next reply other threads:[~2025-02-21 16:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-21 16:46 Jens Axboe [this message]
2025-02-21 17:42 ` [GIT PULL] io_uring fixes for 6.14-rc4 pr-tracker-bot
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 \
--in-reply-to=12ab89dd-5bcc-4d94-ade0-3856a1f35ec3@kernel.dk \
--to=axboe@kernel.dk \
--cc=io-uring@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.