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