mbox series

[GIT,PULL] io_uring fixes for 5.19-rc4

Message ID 7c74945d-1300-5e59-3afe-fad2cdabfe32@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 5.19-rc4 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/io_uring-5.19-2022-06-24

Message

Jens Axboe June 24, 2022, 5:42 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org June 24, 2022, 6:44 p.m. UTC | #1
The pull request you sent on Fri, 24 Jun 2022 11:42:19 -0600:

> git://git.kernel.dk/linux-block.git tags/io_uring-5.19-2022-06-24

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/598f2404879336277a4320ac5000394b873e049a

Thank you!