Merge tag 'io_uring-7.2-20260724' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Jul 2026 02:58:03 +0000 (19:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Jul 2026 02:58:03 +0000 (19:58 -0700)
commit73387b89d99f7b588870c5a98eb6a89689c65a1a
tree68178e7fe8e754264d75193f227c2c185662890c
parent8e371eff3f72afde801c36007fa15fc7dd5314f3
parente366c15e1610ef11d0717ecd875ae63050282676
Merge tag 'io_uring-7.2-20260724' of git://git./linux/kernel/git/axboe/linux

Pull io_uring fixes from Jens Axboe:

 - Fix a missing ERESTARTSYS conversion in the read paths, which got
   messed up back when some code consolidation was done for read
   multishot support

 - zcrx UAPI rename, dropping the abbreviated "notif" naming in favor of
   "event" for consistency and to be less ambiguous for users. This was
   added for 7.2, so let's rename it while we still can. No functional
   or code changes, just a strict rename

* tag 'io_uring-7.2-20260724' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:
  io_uring/zcrx: rename notif to event
  io_uring/zcrx: rename ZCRX_NOTIF_NO_BUFFERS
  io_uring/zcrx: drop "notif" from stats struct names
  io_uring/rw: fix missing ERESTARTSYS conversion in read paths
io_uring/zcrx.c