commit 0ce1e06c5e8148af019005fa8b96a47640c9bd04
Author: Guilhem Moulin <guilhem@debian.org>
Date: Fri Dec 12 16:59:54 2025 +0100
d/t/cryptdisks: Add calls to `udevadm settle`.
`dmsetup remove` fails if called too early.
+ dmsetup create hidden --table '0 4096 linear /dev/loop0 2048'
+ mke2fs -t ext2 -m0 -Fq /dev/mapper/hidden
++ blkid -p -s UUID -o value /dev/mapper/hidden
+ u=28426a56-367a-4515-a196-122a9ff7d952
+ dmsetup remove hidden
device-mapper: remove ioctl on hidden failed: Device or resource busy
Among the 1 debian patch available in version 2:2.8.1-2 of the package, we noticed the following issues: