* [GIT PULL] io_uring fixes
@ 2021-11-09 17:06 Jens Axboe
2021-11-09 19:31 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2021-11-09 17:06 UTC (permalink / raw)
To: Linus Torvalds; +Cc: io-uring
Hi Linus,
Minr fixes that should go into the 5.16 release:
- Fix max worker setting not working correctly on NUMA (Beld)
- Correctly return current setting for max workers if zeroes are passed
in (Pavel)
- io_queue_sqe_arm_apoll() cleanup, as identified during the initial
merge (Pavel)
- Misc fixes (Nghia, me)
Please pull!
The following changes since commit bfc484fe6abba4b89ec9330e0e68778e2a9856b2:
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 (2021-11-01 21:24:02 -0700)
are available in the Git repository at:
git://git.kernel.dk/linux-block.git tags/io_uring-5.16-2021-11-09
for you to fetch changes up to bad119b9a00019054f0c9e2045f312ed63ace4f4:
io_uring: honour zeroes as io-wq worker limits (2021-11-08 08:39:48 -0700)
----------------------------------------------------------------
io_uring-5.16-2021-11-09
----------------------------------------------------------------
Beld Zhang (1):
io-wq: fix max-workers not correctly set on multi-node system
Jens Axboe (1):
io_uring: remove dead 'sqe' store
Nghia Le (1):
io_uring: remove redundant assignment to ret in io_register_iowq_max_workers()
Pavel Begunkov (2):
io_uring: clean up io_queue_sqe_arm_apoll
io_uring: honour zeroes as io-wq worker limits
fs/io-wq.c | 16 +++++++++++++---
fs/io_uring.c | 11 ++++-------
2 files changed, 17 insertions(+), 10 deletions(-)
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-09 19:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-09 17:06 [GIT PULL] io_uring fixes Jens Axboe
2021-11-09 19:31 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox