mbox series

[GIT,PULL] io_uring fix for 6.3-rc7

Message ID b2b5b5dc-d849-d4ba-4f18-08d6869db9c2@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fix for 6.3-rc7 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.3-2023-04-14

Message

Jens Axboe April 15, 2023, 3:42 a.m. UTC
Hi Linus,

Just a small tweak to when task_work needs redirection, marked for
stable as well. Please pull!


The following changes since commit b4a72c0589fdea6259720375426179888969d6a2:

  io_uring: fix memory leak when removing provided buffers (2023-04-01 16:52:12 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.3-2023-04-14

for you to fetch changes up to 860e1c7f8b0b43fbf91b4d689adfaa13adb89452:

  io_uring: complete request via task work in case of DEFER_TASKRUN (2023-04-14 06:38:23 -0600)

----------------------------------------------------------------
io_uring-6.3-2023-04-14

----------------------------------------------------------------
Ming Lei (1):
      io_uring: complete request via task work in case of DEFER_TASKRUN

 io_uring/io_uring.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org April 15, 2023, 6:11 p.m. UTC | #1
The pull request you sent on Fri, 14 Apr 2023 21:42:57 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.3-2023-04-14

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

Thank you!