mirror of
https://github.com/aya-rs/aya.git
synced 2026-05-26 11:24:23 +02:00
82b8485098
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.