From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: io-uring <io-uring@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] io_uring fixes for 5.6-rc3
Date: Sat, 22 Feb 2020 09:05:30 -0800 [thread overview]
Message-ID: <fdbadf53-2421-d0a7-8883-059c34608cd0@kernel.dk> (raw)
Hi Linus,
Been mostly away this week, but here's a small collection of fixes that
were queued up for -rc3. This pull request contains:
- Remove unnecessary NULL check (Dan)
- Missing io_req_cancelled() call in fallocate (Pavel)
- Put the cleanup check for aux data in the right spot (Pavel)
- Two fixes for SQPOLL (Stefano, Xiaoguang)
Please pull!
git://git.kernel.dk/linux-block.git tags/io_uring-5.6-2020-02-22
----------------------------------------------------------------
Dan Carpenter (1):
io_uring: remove unnecessary NULL checks
Pavel Begunkov (2):
io_uring: add missing io_req_cancelled()
io_uring: fix use-after-free by io_cleanup_req()
Stefano Garzarella (1):
io_uring: prevent sq_thread from spinning when it should stop
Xiaoguang Wang (1):
io_uring: fix __io_iopoll_check deadlock in io_sq_thread
fs/io_uring.c | 65 +++++++++++++++++++++++++++--------------------------------
1 file changed, 30 insertions(+), 35 deletions(-)
--
Jens Axboe
next reply other threads:[~2020-02-22 17:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-22 17:05 Jens Axboe [this message]
2020-02-22 19:45 ` [GIT PULL] io_uring fixes for 5.6-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 \
--in-reply-to=fdbadf53-2421-d0a7-8883-059c34608cd0@kernel.dk \
--to=axboe@kernel.dk \
--cc=io-uring@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.