Hi Linus, Two small changes fixing issues from the 5.18 merge window: - Fix wrong ordering of a tracepoint (Dylan) - Fix MSG_RING on IOPOLL rings (me) Please pull! The following changes since commit a196c78b5443fc61af2c0490213b9d125482cbd1: io_uring: assign non-fixed early for async work (2022-05-02 08:09:39 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/io_uring-5.18-2022-05-18 for you to fetch changes up to aa184e8671f0f911fc2fb3f68cd506e4d7838faa: io_uring: don't attempt to IOPOLL for MSG_RING requests (2022-05-17 12:46:04 -0600) ---------------------------------------------------------------- io_uring-5.18-2022-05-18 ---------------------------------------------------------------- Dylan Yudaken (1): io_uring: fix ordering of args in io_uring_queue_async_work Jens Axboe (1): io_uring: don't attempt to IOPOLL for MSG_RING requests fs/io_uring.c | 3 +++ include/trace/events/io_uring.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) -- Jens Axboe