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.11-rc3
Date: Sun, 10 Jan 2021 09:23:46 -0700	[thread overview]
Message-ID: <[email protected]> (raw)

Hi Linus,

A bit larger than I had hoped at this point, but it's all changes that
will be directed towards stable anyway. In detail:

- Fix a merge window regression on error return (Matthew)

- Remove useless variable declaration/assignment (Ye Bin)

- IOPOLL fixes (Pavel)

- Exit and cancelation fixes (Pavel)

- fasync lockdep complaint fix (Pavel)

- Ensure SQPOLL is synchronized with creator life time (Pavel)

Please pull!


The following changes since commit b1b6b5a30dce872f500dc43f067cba8e7f86fc7d:

  kernel/io_uring: cancel io_uring before task works (2020-12-30 19:36:54 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/io_uring-5.11-2021-01-10

for you to fetch changes up to d9d05217cb6990b9a56e13b56e7a1b71e2551f6c:

  io_uring: stop SQPOLL submit on creator's death (2021-01-09 09:21:43 -0700)

----------------------------------------------------------------
io_uring-5.11-2021-01-10

----------------------------------------------------------------
Matthew Wilcox (Oracle) (1):
      io_uring: Fix return value from alloc_fixed_file_ref_node

Pavel Begunkov (11):
      io_uring: synchronise IOPOLL on task_submit fail
      io_uring: patch up IOPOLL overflow_flush sync
      io_uring: drop file refs after task cancel
      io_uring: cancel more aggressively in exit_work
      io_uring: trigger eventfd for IOPOLL
      io_uring: dont kill fasync under completion_lock
      io_uring: synchronise ev_posted() with waitqueues
      io_uring: io_rw_reissue lockdep annotations
      io_uring: inline io_uring_attempt_task_drop()
      io_uring: add warn_once for io_uring_flush()
      io_uring: stop SQPOLL submit on creator's death

Ye Bin (1):
      io_uring: Delete useless variable ‘id’ in io_prep_async_work

 fs/io_uring.c | 256 ++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 167 insertions(+), 89 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2021-01-10 16:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-10 16:23 Jens Axboe [this message]
2021-01-10 21:21 ` [GIT PULL] io_uring fixes for 5.11-rc3 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