Merge tag 'io_uring-6.16-20250710' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 11 Jul 2025 17:29:30 +0000 (10:29 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 11 Jul 2025 17:29:30 +0000 (10:29 -0700)
commitcb3002e0e977a6342c19ba957b971f7ce17ef958
tree3119b691b25415d928ba31ad31ff9d3ee82401f5
parentc7979c3917fa1326dae3607e1c6a04c12057b194
parent9dff55ebaef7e94e5dedb6be28a1cafff65cc467
Merge tag 'io_uring-6.16-20250710' of git://git.kernel.dk/linux

Pull io_uring fixes from Jens Axboe:

 - Remove a pointless warning in the zcrx code

 - Fix for MSG_RING commands, where the allocated io_kiocb
   needs to be freed under RCU as well

 - Revert the work-around we had in place for the anon inodes
   pretending to be regular files. Since that got reworked
   upstream, the work-around is no longer needed

* tag 'io_uring-6.16-20250710' of git://git.kernel.dk/linux:
  Revert "io_uring: gate REQ_F_ISREG on !S_ANON_INODE as well"
  io_uring/msg_ring: ensure io_kiocb freeing is deferred for RCU
  io_uring/zcrx: fix pp destruction warnings
io_uring/zcrx.c