From: Jens Axboe <[email protected]>
To: Linus Torvalds <[email protected]>
Cc: io-uring <[email protected]>
Subject: [GIT PULL] io_uring fixes for 6.3-rc4
Date: Fri, 24 Mar 2023 10:28:40 -0600 [thread overview]
Message-ID: <[email protected]> (raw)
Hi Linus,
A few fixes that should go into the 6.3 release, both heading to
stable as well:
- Fix an issue with repeated -ECONNREFUSED on a socket (me)
- Fix a NULL pointer deference due to a stale lookup cache for
allocating direct descriptors (Savino)
Please pull!
The following changes since commit d2acf789088bb562cea342b6a24e646df4d47839:
io_uring/rsrc: fix folio accounting (2023-03-16 09:32:18 -0600)
are available in the Git repository at:
git://git.kernel.dk/linux.git tags/io_uring-6.3-2023-03-24
for you to fetch changes up to 02a4d923e4400a36d340ea12d8058f69ebf3a383:
io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get() (2023-03-22 11:04:55 -0600)
----------------------------------------------------------------
io_uring-6.3-2023-03-24
----------------------------------------------------------------
Jens Axboe (1):
io_uring/net: avoid sending -ECONNABORTED on repeated connection requests
Savino Dicanosa (1):
io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get()
io_uring/filetable.c | 3 +++
io_uring/net.c | 25 ++++++++++++++++---------
io_uring/rsrc.c | 1 +
3 files changed, 20 insertions(+), 9 deletions(-)
--
Jens Axboe
next reply other threads:[~2023-03-24 16:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-24 16:28 Jens Axboe [this message]
2023-03-24 21:21 ` [GIT PULL] io_uring fixes for 6.3-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 \
[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