Merge tag 'io_uring-6.9-20240412' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Apr 2024 17:19:36 +0000 (10:19 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Apr 2024 17:19:36 +0000 (10:19 -0700)
commitc7adbe2eb7639c9408599dd9762ba2fa3b87297c
treeed25bd30de0e1e5aa579c5a0125a65d19502f3e2
parent90d3eaaf4f401b334aa5d156f843df3a3e7b30a0
parentff81dade48608363136d52bb2493a6df76458b28
Merge tag 'io_uring-6.9-20240412' of git://git.kernel.dk/linux

Pull io_uring fixes from Jens Axboe:

 - Fix for sigmask restoring while waiting for events (Alexey)

 - Typo fix in comment (Haiyue)

 - Fix for a msg_control retstore on SEND_ZC retries (Pavel)

* tag 'io_uring-6.9-20240412' of git://git.kernel.dk/linux:
  io-uring: correct typo in comment for IOU_F_TWQ_LAZY_WAKE
  io_uring/net: restore msg_control on sendzc retry
  io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure