* [GIT PULL] io_uring fixes for 6.3-rc4
@ 2023-03-24 16:28 Jens Axboe
2023-03-24 21:21 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2023-03-24 16:28 UTC (permalink / raw)
To: Linus Torvalds; +Cc: io-uring
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-24 21:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-24 16:28 [GIT PULL] io_uring fixes for 6.3-rc4 Jens Axboe
2023-03-24 21:21 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox