From: Jens Axboe <[email protected]>
To: Linus Torvalds <[email protected]>
Cc: io-uring <[email protected]>,
"[email protected]" <[email protected]>
Subject: [GIT PULL] io_uring fixes for 5.6-rc
Date: Fri, 28 Feb 2020 11:42:44 -0700 [thread overview]
Message-ID: <[email protected]> (raw)
Hi Linus,
Set of fixes for io_uring that should go into this release. This pull
request contains:
- Fix for a race with IOPOLL used with SQPOLL (Xiaoguang)
- Only show ->fdinfo if procfs is enabled (Tobias)
- Fix for a chain with multiple personalities in the SQEs
- Fix for a missing free of personality idr on exit
- Removal of the spin-for-work optimization
- Fix for next work lookup on request completion
- Fix for non-vec read/write result progation in case of links
- Fix for a fileset references on switch
- Fix for a recvmsg/sendmsg 32-bit compatability mode
Please pull!
git://git.kernel.dk/linux-block.git tags/io_uring-5.6-2020-02-28
----------------------------------------------------------------
Jens Axboe (8):
io_uring: handle multiple personalities in link chains
io_uring: fix personality idr leak
io-wq: remove spin-for-work optimization
io-wq: ensure work->task_pid is cleared on init
io_uring: pick up link work on submit reference drop
io_uring: import_single_range() returns 0/-ERROR
io_uring: drop file set ref put/get on switch
io_uring: fix 32-bit compatability with sendmsg/recvmsg
Tobias Klauser (1):
io_uring: define and set show_fdinfo only if procfs is enabled
Xiaoguang Wang (1):
io_uring: fix poll_list race for SETUP_IOPOLL|SETUP_SQPOLL
fs/io-wq.c | 19 ---------
fs/io-wq.h | 14 ++-----
fs/io_uring.c | 132 +++++++++++++++++++++++++++++++---------------------------
3 files changed, 74 insertions(+), 91 deletions(-)
--
Jens Axboe
next reply other threads:[~2020-02-28 18:42 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-28 18:42 Jens Axboe [this message]
2020-02-28 19:55 ` [GIT PULL] io_uring fixes for 5.6-rc pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2020-03-07 19:16 Jens Axboe
2020-03-07 20:25 ` pr-tracker-bot
2020-03-13 17:50 Jens Axboe
2020-03-13 20:18 ` Linus Torvalds
2020-03-13 20:33 ` Paul E. McKenney
2020-03-13 21:33 ` Jens Axboe
2020-03-13 20:25 ` pr-tracker-bot
2020-03-21 18:38 Jens Axboe
2020-03-21 19:15 ` 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] \
[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