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(-) -- Jens Axboe