mbox series

[GIT,PULL] Block fixes for 5.16-rc6

Message ID 2a664593-191b-db70-7dde-0b02ef2b6e6a@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.16-rc6 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.16-2021-12-17

Message

Jens Axboe Dec. 17, 2021, 5 p.m. UTC
Hi Linus,

A few fixes that should go into 5.16-rc6:

- Fix for hammering on the delayed run queue timer (me)

- bcache regression fix for this merge window (Lin)

- Fix a divide-by-zero in the blk-iocost code (Tejun)

Please pull!


The following changes since commit 5eff363838654790f67f4bd564c5782967f67bcc:

  Revert "mtd_blkdevs: don't scan partitions for plain mtdblock" (2021-12-10 11:52:34 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.16-2021-12-17

for you to fetch changes up to aa97f6cdb7e92909e17c8ca63e622fcb81d57a57:

  bcache: fix NULL pointer reference in cached_dev_detach_finish (2021-12-14 20:32:54 -0700)

----------------------------------------------------------------
block-5.16-2021-12-17

----------------------------------------------------------------
Jens Axboe (1):
      block: reduce kblockd_mod_delayed_work_on() CPU consumption

Lin Feng (1):
      bcache: fix NULL pointer reference in cached_dev_detach_finish

Tejun Heo (1):
      iocost: Fix divide-by-zero on donation from low hweight cgroup

 block/blk-core.c          | 2 ++
 block/blk-iocost.c        | 9 ++++++++-
 drivers/md/bcache/super.c | 3 ++-
 3 files changed, 12 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 17, 2021, 9:43 p.m. UTC | #1
The pull request you sent on Fri, 17 Dec 2021 10:00:24 -0700:

> git://git.kernel.dk/linux-block.git tags/block-5.16-2021-12-17

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

Thank you!