Merge tag 'io_uring-6.10-20240703' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 Jul 2024 17:16:54 +0000 (10:16 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 Jul 2024 17:16:54 +0000 (10:16 -0700)
commit8a9c6c40432e265600232b864f97d7c675e8be52
tree5bfba3d07adb5a080a1a1cd5530d3edf05cfc311
parent4a0929b0062a6b04207a414be9be97eb22965bc1
parent6e92c646f5a4230d939a0882f879fc50dfa116c5
Merge tag 'io_uring-6.10-20240703' of git://git.kernel.dk/linux

Pull io_uring fix from Jens Axboe:
 "A fix for a feature that went into the 6.10 merge window actually
  ended up causing a regression in building bundles for receives.

  Fix that up by ensuring we don't overwrite msg_inq before we use
  it in the loop"

* tag 'io_uring-6.10-20240703' of git://git.kernel.dk/linux:
  io_uring/net: don't clear msg_inq before io_recv_buf_select() needs it