mbox series

[GIT,PULL] io_uring fixes for 6.11-rc2

Message ID acefe232-8ea3-4961-9d27-67222d5d9e16@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 6.11-rc2 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.11-20240802

Message

Jens Axboe Aug. 2, 2024, 7:29 p.m. UTC
Hi Linus,

Two minor tweaks for the NAPI handling, both from Olivier:

- Kill two unused list definitions

- Ensure that multishot NAPI doesn't age away

Please pull!


The following changes since commit 358169617602f6f71b31e5c9532a09b95a34b043:

  io_uring/napi: pass ktime to io_napi_adjust_timeout (2024-07-26 08:31:59 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.11-20240802

for you to fetch changes up to c3fca4fb83f7c84cd1e1aa9fe3a0e220ce8f30fb:

  io_uring: remove unused local list heads in NAPI functions (2024-07-30 06:20:20 -0600)

----------------------------------------------------------------
io_uring-6.11-20240802

----------------------------------------------------------------
Olivier Langlois (2):
      io_uring: keep multishot request NAPI timeout current
      io_uring: remove unused local list heads in NAPI functions

 io_uring/napi.c | 2 --
 io_uring/poll.c | 1 +
 2 files changed, 1 insertion(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 2, 2024, 9:22 p.m. UTC | #1
The pull request you sent on Fri, 2 Aug 2024 13:29:58 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.11-20240802

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

Thank you!