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