Hi Linus, Separate pull request for this one, as it depended on a core change that has now gone in through the tip tree. Change from Sebastian, avoiding IRQ locking for the block IPI handling. Please pull! The following changes since commit 92bf22614b21a2706f4993b278017e437f7785b3: Linux 5.11-rc7 (2021-02-07 13:57:38 -0800) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/for-5.12/block-ipi-2021-02-21 for you to fetch changes up to f9ab49184af093f0bf6c0e6583f5b25da2c09ff5: blk-mq: Use llist_head for blk_cpu_done (2021-02-12 08:28:02 -0700) ---------------------------------------------------------------- for-5.12/block-ipi-2021-02-21 ---------------------------------------------------------------- Jens Axboe (1): Merge branch 'sched/smp' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into for-5.12/block-ipi Sebastian Andrzej Siewior (3): blk-mq: Always complete remote completions requests in softirq blk-mq: Use llist_head for blk_cpu_done block/blk-mq.c | 109 +++++++++++++++++++------------------------------ include/linux/blkdev.h | 2 +- 2 files changed, 42 insertions(+), 69 deletions(-) -- Jens Axboe