Merge tag 'io_uring-6.3-2023-03-24' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Mar 2023 21:01:01 +0000 (14:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Mar 2023 21:01:01 +0000 (14:01 -0700)
commite344eb7be2a25c66a8bac5d4388f1a4583450a72
tree0742287b58bd6e02d4cf1a9b2f129c6dbd1312ab
parentfd3d06ff5f4fa23f32bdb7f4d9f308503801d9e0
parent02a4d923e4400a36d340ea12d8058f69ebf3a383
Merge tag 'io_uring-6.3-2023-03-24' of git://git.kernel.dk/linux

Pull io_uring fixes from Jens Axboe:

 - 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)

* tag 'io_uring-6.3-2023-03-24' of git://git.kernel.dk/linux:
  io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get()
  io_uring/net: avoid sending -ECONNABORTED on repeated connection requests