Merge tag 'io_uring-6.2-2023-01-27' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 28 Jan 2023 00:15:06 +0000 (16:15 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 28 Jan 2023 00:15:06 +0000 (16:15 -0800)
commitf851453bf19554a42eb480b65436b9500c3cf392
tree45f05ae256a5b4e467e6d6db13ba030132c87edd
parent28cca23da7240df597240a492a7a7d4ce990026b
parentef5c600adb1d985513d2b612cc90403a148ff287
Merge tag 'io_uring-6.2-2023-01-27' of git://git.kernel.dk/linux

Pull io_uring fixes from Jens Axboe:
 "Two small fixes for this release:

   - Sanitize how async prep is done for drain requests, so we ensure
     that it always gets done (Dylan)

   - A ring provided buffer recycling fix for multishot receive (me)"

* tag 'io_uring-6.2-2023-01-27' of git://git.kernel.dk/linux:
  io_uring: always prep_async for drain requests
  io_uring/net: cache provided buffer group value for multishot receives