mbox series

[GIT,PULL] io_uring fix for 6.0-rc7

Message ID 42041d05-9106-686a-dd4b-f9cc03ede480@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fix for 6.0-rc7 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.0-2022-09-23

Message

Jens Axboe Sept. 24, 2022, 3:16 p.m. UTC
Hi Linus,

Just a single fix for an issue with un-reaped IOPOLL requests on
ring exit. Please pull!


The following changes since commit 9bd3f728223ebcfef8e9d087bdd142f0e388215d:

  io_uring/opdef: rename SENDZC_NOTIF to SEND_ZC (2022-09-18 06:59:13 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.0-2022-09-23

for you to fetch changes up to e775f93f2ab976a2cdb4a7b53063cbe890904f73:

  io_uring: ensure that cached task references are always put on exit (2022-09-23 18:51:08 -0600)

----------------------------------------------------------------
io_uring-6.0-2022-09-23

----------------------------------------------------------------
Jens Axboe (1):
      io_uring: ensure that cached task references are always put on exit

 io_uring/io_uring.c | 3 +++
 1 file changed, 3 insertions(+)

Comments

pr-tracker-bot@kernel.org Sept. 24, 2022, 3:32 p.m. UTC | #1
The pull request you sent on Sat, 24 Sep 2022 09:16:26 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.0-2022-09-23

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3db61221f4e8f18d1dd6e45dbe9e3702ff2d67ab

Thank you!