mbox series

[GIT,PULL] Block fixes for 5.18-rc5

Message ID 7b3769f3-34f4-db1c-8f53-85d47f2e72c3@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.18-rc5 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.18-2022-04-29

Message

Jens Axboe April 29, 2022, 6:40 p.m. UTC
Hi Linus,

- Revert of a patch that caused timestamp issues (Tejun)

- iocost warning fix (Tejun)

- bfq warning fix (Jan)

Please pull!


The following changes since commit 9dca4168a37c9cfe182f077f0d2289292e9e3656:

  bcache: fix wrong bdev parameter when calling bio_alloc_clone() in do_bio_hook() (2022-04-19 11:28:17 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.18-2022-04-29

for you to fetch changes up to 09df6a75fffa68169c5ef9bef990cd7ba94f3eef:

  bfq: Fix warning in bfqq_request_over_limit() (2022-04-29 06:45:37 -0600)

----------------------------------------------------------------
block-5.18-2022-04-29

----------------------------------------------------------------
Jan Kara (1):
      bfq: Fix warning in bfqq_request_over_limit()

Tejun Heo (2):
      iocost: don't reset the inuse weight of under-weighted debtors
      Revert "block: inherit request start time from bio for BLK_CGROUP"

 block/bfq-iosched.c | 12 +++++++++---
 block/blk-iocost.c  | 12 +++++++++++-
 block/blk-mq.c      |  9 +--------
 3 files changed, 21 insertions(+), 12 deletions(-)

Comments

pr-tracker-bot@kernel.org April 29, 2022, 11:29 p.m. UTC | #1
The pull request you sent on Fri, 29 Apr 2022 12:40:45 -0600:

> git://git.kernel.dk/linux-block.git tags/block-5.18-2022-04-29

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

Thank you!