]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Fix bug in DM iteration and standardise how to iterate through DM layers (#40426)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 30 Jan 2026 06:36:03 +0000 (15:36 +0900)
committerGitHub <noreply@github.com>
Fri, 30 Jan 2026 06:36:03 +0000 (15:36 +0900)
get_block_device_harder_fd() currently only traverses one level of
device mapper stacking when looking for the underlying block device.
This causes issues with nested DM setups like dm-crypt on top of
dm-integrity, where we don't traverse enough to get the actual physical
device.

Fix this by iterating through all DM layers until we reach a device with
no underlying device. And while we're at it also make cgroups use the
same logic.

Fixes: #40419
1  2 
src/repart/repart.c
src/storagetm/storagetm.c

Simple merge
Simple merge