]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'io_uring-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 17 Jan 2026 04:56:56 +0000 (20:56 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 17 Jan 2026 04:56:56 +0000 (20:56 -0800)
commit216c7a0326c6c598c7c3d4450200af33982e35e2
treeeb04d1237da98a717d34a9fa06aba87b37ab457d
parent39d3389331abd712461f50249722f7ed9d815068
parentda579f05ef0faada3559e7faddf761c75cdf85e1
Merge tag 'io_uring-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux

Pull io_uring fix from Jens Axboe:
 "Just a single fix moving local task_work inside the cancelation loop,
  rather than only before cancelations.

  If any cancelations generate task_work, we do need to re-run it"

* tag 'io_uring-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:
  io_uring: move local task_work in exit cancel loop