When exporting and running a subset of selftests via kselftest, files from parts of the source tree which were not exported are not available. A few tests are trying to source such files. Address the problem by using symlinks. The problem can be reproduced by running: make -C tools/testing/selftests gen_tar TARGETS="drivers/net/bonding" [... extract archive ...] ./run_kselftest.sh or: make kselftest KBUILD_OUTPUT=/tmp/kselftests TARGETS="drivers/net/bonding" Fixes: |
||
|---|---|---|
| .. | ||
| bond-arp-interval-causes-panic.sh | ||
| bond-break-lacpdu-tx.sh | ||
| bond-lladdr-target.sh | ||
| config | ||
| dev_addr_lists.sh | ||
| lag_lib.sh | ||
| Makefile | ||
| net_forwarding_lib.sh | ||
| settings | ||