Files
Alessandro Decina 82b8485098 test-distro: improve depmod alias generation
The depmod implementation used to scan for _symbols_ in the .modinfo
section containing "alias" in the name. That stopped working from kernel
6.17 and broke the smoke::modprobe test.

The aliases can be parsed from the .modinfo section itself, no need to
look at symbols at all.

Fixes integration tests on 6.17.
2026-03-07 03:18:03 +11:00
..