Hi Linus, Fix for the cgroup code not ussing irq safe stats updates, and one fix for an error handling condition in add_partition(). Please pull! The following changes since commit d29bd41428cfff9b582c248db14a47e2be8457a8: block, bfq: reset last_bfqq_created on group change (2021-10-17 07:03:02 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-5.15-2021-10-22 for you to fetch changes up to 9fbfabfda25d8774c5a08634fdd2da000a924890: block: fix incorrect references to disk objects (2021-10-18 11:20:38 -0600) ---------------------------------------------------------------- block-5.15-2021-10-22 ---------------------------------------------------------------- Tejun Heo (1): blk-cgroup: blk_cgroup_bio_start() should use irq-safe operations on blkg->iostat_cpu Zqiang (1): block: fix incorrect references to disk objects block/blk-cgroup.c | 5 +++-- block/partitions/core.c | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) -- Jens Axboe