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