All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

* Re: [GIT PULL] io_uring fixes for 6.3-rc4
  2023-03-24 16:28 [GIT PULL] io_uring fixes for 6.3-rc4 Jens Axboe
@ 2023-03-24 21:21 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-03-24 21:21 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, io-uring

The pull request you sent on Fri, 24 Mar 2023 10:28:40 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.3-2023-03-24

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e344eb7be2a25c66a8bac5d4388f1a4583450a72

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ 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 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.