Merge tag 'io_uring-6.15-20250424' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Apr 2025 18:31:47 +0000 (11:31 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Apr 2025 18:31:47 +0000 (11:31 -0700)
commit0537fbb6ecae857ee862e88a6ead1ff2f918b67f
tree6a2011ca7c7a2952260a4e67a711b46eeb543d89
parent6e3597f12dce7d5041e604fec3602493e38c330a
parentedd43f4d6f50ec3de55a0c9e9df6348d1da51965
Merge tag 'io_uring-6.15-20250424' of git://git.kernel.dk/linux

Pull io_uring fixes from Jens Axboe:

 - Fix an older bug for handling of fallback task_work, when the task is
   exiting. Found by code inspection while reworking cancelation.

 - Fix duplicate flushing in one of the CQE posting helpers.

* tag 'io_uring-6.15-20250424' of git://git.kernel.dk/linux:
  io_uring: fix 'sync' handling of io_fallback_tw()
  io_uring: don't duplicate flushing in io_req_post_cqe