mbox series

[GIT,PULL] io_uring fix for 6.1-final

Message ID a1f469a9-5272-ffa6-892d-21014efb3312@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fix for 6.1-final | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.1-2022-12-08

Message

Jens Axboe Dec. 8, 2022, 9:01 p.m. UTC
Hi Linus,

Just a single small fix for an issue related to ordering between
cancelation and current->io_uring teardown. Please pull!


The following changes since commit 7cfe7a09489c1cefee7181e07b5f2bcbaebd9f41:

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

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.1-2022-12-08

for you to fetch changes up to 998b30c3948e4d0b1097e639918c5cff332acac5:

  io_uring: Fix a null-ptr-deref in io_tctx_exit_cb() (2022-12-07 06:45:20 -0700)

----------------------------------------------------------------
io_uring-6.1-2022-12-08

----------------------------------------------------------------
Harshit Mogalapalli (1):
      io_uring: Fix a null-ptr-deref in io_tctx_exit_cb()

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

Comments

pr-tracker-bot@kernel.org Dec. 8, 2022, 11:57 p.m. UTC | #1
The pull request you sent on Thu, 8 Dec 2022 14:01:30 -0700:

> git://git.kernel.dk/linux.git tags/io_uring-6.1-2022-12-08

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

Thank you!