mbox series

[GIT,PULL] Block fix for 6.4-final

Message ID 19981b0a-f3e2-ec8a-f413-5a9697472750@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fix for 6.4-final | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.4-2023-06-23

Message

Jens Axboe June 23, 2023, 6:52 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org June 23, 2023, 11:53 p.m. UTC | #1
The pull request you sent on Fri, 23 Jun 2023 12:52:04 -0600:

> git://git.kernel.dk/linux.git tags/block-6.4-2023-06-23

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

Thank you!