mbox series

[GIT,PULL] Block fixes for 6.0-rc7

Message ID 0e2b98ab-dd42-074d-ebc3-b9bd3deb779a@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.0-rc7 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.0-2022-09-22

Message

Jens Axboe Sept. 23, 2022, 9:07 p.m. UTC
Hi Linus,

Fix a regression that's been plaguing us by reverting the offending
commit, as attempts to both reproduce the issue and fix it in a saner
fashion have failed.

Fix for a potential oops condition in the s390 dasd block driver.

Please pull!


The following changes since commit c4fa368466cc1b60bb92f867741488930ddd6034:

  blk-lib: fix blkdev_issue_secure_erase (2022-09-15 00:25:17 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.0-2022-09-22

for you to fetch changes up to 4c66a326b5ab784cddd72de07ac5b6210e9e1b06:

  Revert "block: freeze the queue earlier in del_gendisk" (2022-09-20 08:15:44 -0600)

----------------------------------------------------------------
block-6.0-2022-09-22

----------------------------------------------------------------
Christoph Hellwig (1):
      Revert "block: freeze the queue earlier in del_gendisk"

Stefan Haberland (1):
      s390/dasd: fix Oops in dasd_alias_get_start_dev due to missing pavgroup

 block/genhd.c                   | 3 ++-
 drivers/s390/block/dasd_alias.c | 9 +++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 24, 2022, 3:32 p.m. UTC | #1
The pull request you sent on Fri, 23 Sep 2022 15:07:29 -0600:

> git://git.kernel.dk/linux.git tags/block-6.0-2022-09-22

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

Thank you!