mbox series

[GIT,PULL] Block fixes for 6.9-rc5

Message ID b3c34e74-a86c-4595-954d-e73ef31e8cb8@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] Block fixes for 6.9-rc5 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.9-20240420

Message

Jens Axboe April 20, 2024, 3:28 p.m. UTC
Hi Linus,

Just two minor fixes that should go into the 6.9 kernel release, one
fixing a regression with partition scanning errors, and one fixing a
WARN_ON() that can get triggered if we race with a timer.

Please pull!


The following changes since commit 3ec4848913d695245716ea45ca4872d9dff097a5:

  block: fix that blk_time_get_ns() doesn't update time after schedule (2024-04-12 08:31:54 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.9-20240420

for you to fetch changes up to 01bc4fda9ea0a6b52f12326486f07a4910666cf6:

  blk-iocost: do not WARN if iocg was already offlined (2024-04-19 08:06:24 -0600)

----------------------------------------------------------------
block-6.9-20240420

----------------------------------------------------------------
Christoph Hellwig (1):
      block: propagate partition scanning errors to the BLKRRPART ioctl

Li Nan (1):
      blk-iocost: do not WARN if iocg was already offlined

 block/bdev.c           | 29 +++++++++++++++++++----------
 block/blk-iocost.c     |  7 +++++--
 block/ioctl.c          |  3 ++-
 include/linux/blkdev.h |  2 ++
 4 files changed, 28 insertions(+), 13 deletions(-)

Comments

pr-tracker-bot@kernel.org April 20, 2024, 6:32 p.m. UTC | #1
The pull request you sent on Sat, 20 Apr 2024 09:28:17 -0600:

> git://git.kernel.dk/linux.git tags/block-6.9-20240420

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

Thank you!