lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <40f04ded-0c86-8669-24b1-9a313ca21076@redhat.com> Date: Wed, 12 Oct 2022 10:17:36 -0400 From: Jonathan Toppins <jtoppins@...hat.com> To: Benjamin Poirier <bpoirier@...dia.com> Cc: "netdev@...r.kernel.org" <netdev@...r.kernel.org>, Jay Vosburgh <j.vosburgh@...il.com>, Shuah Khan <shuah@...nel.org>, linux-kselftest@...r.kernel.org Subject: kselftest: bonding: dev_addr_lists.sh doesn't run due to lack of dependencies When kselftest for bonding is built like: $ make TARGETS="drivers/net/bonding" -j8 -C tools/testing/selftests gen_tar and then run on the target: $ ./run_kselftest.sh [...] # selftests: drivers/net/bonding: dev_addr_lists.sh # ./dev_addr_lists.sh: line 17: ./../../../net/forwarding/lib.sh: No such file or directory # ./dev_addr_lists.sh: line 107: tests_run: command not found # ./dev_addr_lists.sh: line 109: exit: : numeric argument required # ./dev_addr_lists.sh: line 34: pre_cleanup: command not found not ok 4 selftests: drivers/net/bonding: dev_addr_lists.sh # exit=2 [...] I am still new to kselftests is this expected or is there some way in the make machinery to force packaging of net as well? Thanks, -Jon
Powered by blists - more mailing lists