public inbox for [email protected]
 help / color / mirror / Atom feed
From: Jens Axboe <[email protected]>
To: Linus Torvalds <[email protected]>
Cc: io-uring <[email protected]>
Subject: [GIT PULL] io_uring fixes for 5.19-rc4
Date: Fri, 24 Jun 2022 11:42:19 -0600	[thread overview]
Message-ID: <[email protected]> (raw)

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



             reply	other threads:[~2022-06-24 17:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-24 17:42 Jens Axboe [this message]
2022-06-24 18:44 ` [GIT PULL] io_uring fixes for 5.19-rc4 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox