Hi Linus, It's apparently the week of "fixup something from last week", because the same is true for this block pull request. Fix up a lock grab that needs to be IRQ saving, rather than just IRQ disabling, in the block cgroup code. Please pull! The following changes since commit 20cb1c2fb7568a6054c55defe044311397e01ddb: blk-cgroup: Flush stats before releasing blkcg_gq (2023-06-11 19:49:29 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.4-2023-06-23 for you to fetch changes up to 9c39b7a905d84b7da5f59d80f2e455853fea7217: block: make sure local irq is disabled when calling __blkcg_rstat_flush (2023-06-22 07:44:00 -0600) ---------------------------------------------------------------- block-6.4-2023-06-23 ---------------------------------------------------------------- Ming Lei (1): block: make sure local irq is disabled when calling __blkcg_rstat_flush block/blk-cgroup.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -- Jens Axboe