mbox series

[GIT,PULL] io_uring fixes for 6.3-rc4

Message ID 07712171-44e0-5fae-c2c7-c4efd45d8f79@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 6.3-rc4 | expand

Pull-request

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

Message

Jens Axboe March 24, 2023, 4:28 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org March 24, 2023, 9:21 p.m. UTC | #1
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!