mbox series

[GIT,PULL] io_uring fixes for 6.1-rc6

Message ID 63d6db5e-208a-6437-3b4a-b3637f84bfc8@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 6.1-rc6 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.1-2022-11-25

Message

Jens Axboe Nov. 26, 2022, 12:19 a.m. UTC
Hi Linus,

A few fixes that should go into this release:

- A few poll related fixes. One fixing a race condition between poll
  cancelation and trigger, and one making the overflow handling a bit
  more robust (Lin, Pavel)

- Fix an fput() for error handling in the direct file table (Lin)

- Fix for a regression introduced in this cycle, where we don't always
  get TIF_NOTIFY_SIGNAL cleared appropriately (me)

Please pull!


The following changes since commit 7fdbc5f014c3f71bc44673a2d6c5bb2d12d45f25:

  io_uring: disallow self-propelled ring polling (2022-11-18 09:29:31 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.1-2022-11-25

for you to fetch changes up to 7cfe7a09489c1cefee7181e07b5f2bcbaebd9f41:

  io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not available (2022-11-25 10:55:08 -0700)

----------------------------------------------------------------
io_uring-6.1-2022-11-25

----------------------------------------------------------------
Jens Axboe (1):
      io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not available

Lin Ma (2):
      io_uring/filetable: fix file reference underflow
      io_uring/poll: fix poll_refs race with cancelation

Pavel Begunkov (2):
      io_uring: cmpxchg for poll arm refs release
      io_uring: make poll refs more robust

 io_uring/filetable.c |  2 --
 io_uring/io_uring.h  |  9 +++++++--
 io_uring/poll.c      | 47 ++++++++++++++++++++++++++++++++++++++++-------
 3 files changed, 47 insertions(+), 11 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 26, 2022, 2:25 a.m. UTC | #1
The pull request you sent on Fri, 25 Nov 2022 17:19:01 -0700:

> git://git.kernel.dk/linux.git tags/io_uring-6.1-2022-11-25

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/364eb618348c1aaebe6ccc102ca15d92c2bf6033

Thank you!