mbox series

[GIT,PULL] Block fixes for 5.15-rc7

Message ID e4f72489-1ca0-46c8-65dc-f04b31e337f7@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.15-rc7 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.15-2021-10-22

Message

Jens Axboe Oct. 23, 2021, 3:25 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Oct. 23, 2021, 3:48 a.m. UTC | #1
The pull request you sent on Fri, 22 Oct 2021 21:25:59 -0600:

> git://git.kernel.dk/linux-block.git tags/block-5.15-2021-10-22

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9c0c4d24ac000e52d55348961d3a3ba42065e0cf

Thank you!