]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'io_uring-7.1-20260605' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Jun 2026 20:52:15 +0000 (13:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Jun 2026 20:52:15 +0000 (13:52 -0700)
commitc10130c234c81f4a7a143edbf413080235f8d8ce
tree2df9e75d904b69f481646c6a99cadbbdbe72101f
parent06121e12c27aef6e1a09b4cdec809b9c91f6eb59
parented46f39c47eb5530a9c161481a2080d3a869cfaf
Merge tag 'io_uring-7.1-20260605' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux

Pull io_uring fix from Jens Axboe:
 "A single fix for a missing flag mask when multishot is used with
  an incrementally consumed buffer ring, potentially leading to
  application confusion because of lack of IORING_CQE_F_BUF_MORE
  consistency"

* tag 'io_uring-7.1-20260605' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:
  io_uring/net: inherit IORING_CQE_F_BUF_MORE across bundle recv retries