Merge tag 'for-6.8/io_uring-2024-01-18' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Jan 2024 02:17:57 +0000 (18:17 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Jan 2024 02:17:57 +0000 (18:17 -0800)
commite9a5a78d1ad8ceb4e3df6d6ad93360094c84ac40
tree743d1966043208e133cdae58232b382afabfeae9
parent6f3625006b157c5a460970ca4d651b100bfa67bf
parentb4bc35cf8704db86203c0739711dab1804265bf3
Merge tag 'for-6.8/io_uring-2024-01-18' of git://git.kernel.dk/linux

Pull io_uring fixes from Jens Axboe:
 "Nothing major in here, just a few fixes and cleanups that arrived
  after the initial merge window pull request got finalized, as well as
  a fix for a patch that got merged earlier"

* tag 'for-6.8/io_uring-2024-01-18' of git://git.kernel.dk/linux:
  io_uring: combine cq_wait_nr checks
  io_uring: clean *local_work_add var naming
  io_uring: clean up local tw add-wait sync
  io_uring: adjust defer tw counting
  io_uring/register: guard compat syscall with CONFIG_COMPAT
  io_uring/rsrc: improve code generation for fixed file assignment
  io_uring/rw: cleanup io_rw_done()
io_uring/io_uring.c