Hi Linus, A few fixes that should go into the 5.19 release. All are fixing issues that either happened in this release, or going to stable. In detail: - A small series of fixlets for the poll handling, all destined for stable (Pavel) - Fix a merge error from myself that caused a potential -EINVAL for the recv/recvmsg flag setting (me) - Fix a kbuf recycling issue for partial IO (me) - Use the original request for the inflight tracking (me) - Fix an issue introduced this merge window with trace points using a custom decoder function, which won't work for perf (Dylan) Please pull! The following changes since commit 6436c770f120a9ffeb4e791650467f30f1d062d1: io_uring: recycle provided buffer if we punt to io-wq (2022-06-17 06:24:26 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/io_uring-5.19-2022-06-24 for you to fetch changes up to 386e4fb6962b9f248a80f8870aea0870ca603e89: io_uring: use original request task for inflight tracking (2022-06-23 11:06:43 -0600) ---------------------------------------------------------------- io_uring-5.19-2022-06-24 ---------------------------------------------------------------- Dylan Yudaken (1): io_uring: move io_uring_get_opcode out of TP_printk Jens Axboe (3): io_uring: mark reissue requests with REQ_F_PARTIAL_IO io_uring: fix merge error in checking send/recv addr2 flags io_uring: use original request task for inflight tracking Pavel Begunkov (4): io_uring: fix req->apoll_events io_uring: fail links when poll fails io_uring: fix wrong arm_poll error handling io_uring: fix double poll leak on repolling fs/io_uring.c | 26 ++++++++++++++----------- include/trace/events/io_uring.h | 42 ++++++++++++++++++++++++++++++++++------- 2 files changed, 50 insertions(+), 18 deletions(-) -- Jens Axboe