3845c082bc54 block: avoid to quiesce queue in elevator_init_mq 59514c007c4a blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()
The 59514c007c4a change is a pre-requisite for 3845c082bc54. Both were part of the 2022.01.05 stable update (bug 1956508). The problem is likely that in 5.13 we still have a call to blk_free_devt() in disk_release(). This was after a rework moved into fs/block_dev.c:bdev_free_inode() by: commit 9451aa0aacaf7ea13d1acfd5de8b63a6e0b24fac Author: Christoph Hellwig <[email protected]> Date: Mon Aug 16 14:26:13 2021 +0200 block: free the extended dev_t minor later ** Changed in: systemd (Ubuntu) Status: New => Invalid ** Changed in: linux (Ubuntu) Importance: Undecided => High ** Changed in: linux (Ubuntu) Status: New => In Progress ** Also affects: linux (Ubuntu Impish) Importance: Undecided Status: New ** Also affects: systemd (Ubuntu Impish) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Impish) Importance: Undecided => High ** Changed in: linux (Ubuntu Impish) Status: New => In Progress ** Changed in: linux (Ubuntu) Status: In Progress => Invalid ** Changed in: systemd (Ubuntu Impish) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960034 Title: systemd/248.3-1ubuntu8.2 ADT test failure with linux/5.13.0-29.32 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960034/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
