Files
Tamir Duberstein 69cae3f781 test-distro: resolve canonical module names
The VM modprobe only resolves modules.alias entries, although kernels can
request a module by its canonical name. In particular, kernels before
6.10 request cls_bpf without an alias [1], so legacy TC attachment tests
were skipped despite kernel support for the tested operations.

Use the requested name when no alias matches, leaving the module file
lookup to reject missing modules. Require a single filename component and
escape glob metacharacters so names are looked up literally. Exercise both
forms through the resolver and remove the TC tests' workaround for this
limitation.

[1]: https://github.com/torvalds/linux/commit/2c15a5aee
2026-09-18 15:17:40 -04:00
..