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.9-rc4
Date: Fri, 12 Apr 2024 10:46:23 -0600 [thread overview]
Message-ID: <d9cb3787-7373-4963-b3dd-1ce21ecd415e@kernel.dk> (raw)
Hi Linus,
A few little fixes that should go into the 6.9 kernel release:
- Fix for sigmask restoring while waiting for events (Alexey)
- Typo fix in comment (Haiyue)
- Fix for a msg_control retstore on SEND_ZC retries (Pavel)
Please pull!
The following changes since commit 561e4f9451d65fc2f7eef564e0064373e3019793:
io_uring/kbuf: hold io_buffer_list reference over mmap (2024-04-02 19:03:27 -0600)
are available in the Git repository at:
git://git.kernel.dk/linux.git tags/io_uring-6.9-20240412
for you to fetch changes up to ff81dade48608363136d52bb2493a6df76458b28:
io-uring: correct typo in comment for IOU_F_TWQ_LAZY_WAKE (2024-04-09 15:00:35 -0600)
----------------------------------------------------------------
io_uring-6.9-20240412
----------------------------------------------------------------
Alexey Izbyshev (1):
io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure
Haiyue Wang (1):
io-uring: correct typo in comment for IOU_F_TWQ_LAZY_WAKE
Pavel Begunkov (1):
io_uring/net: restore msg_control on sendzc retry
include/linux/io_uring_types.h | 2 +-
io_uring/io_uring.c | 26 +++++++++++++-------------
io_uring/net.c | 1 +
3 files changed, 15 insertions(+), 14 deletions(-)
--
Jens Axboe
next reply other threads:[~2024-04-12 16:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-12 16:46 Jens Axboe [this message]
2024-04-12 17:45 ` [GIT PULL] io_uring fixes for 6.9-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=d9cb3787-7373-4963-b3dd-1ce21ecd415e@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.