canonical-ubuntu-qa team mailing list archive
-
canonical-ubuntu-qa team
-
Mailing list archive
-
Message #06768
[Bug 1927533] Re: selftests/net/test_bpf fails for linux-kvm due to lack of Kconfig
** Tags added: kernel-daily-bug
--
You received this bug notification because you are a member of Canonical
Platform QA Team, which is subscribed to ubuntu-kernel-tests.
https://bugs.launchpad.net/bugs/1927533
Title:
selftests/net/test_bpf fails for linux-kvm due to lack of Kconfig
Status in ubuntu-kernel-tests:
Confirmed
Status in linux-kvm package in Ubuntu:
New
Bug description:
Kernel selftest "test_bpf" fails for B/linux-kvm due to lack of
Kconfig:
grep -v "#" tools/testing/selftests/net/test_bpf.sh
if /sbin/modprobe -q test_bpf ; then
/sbin/modprobe -q -r test_bpf;
echo "test_bpf: ok";
else
echo "test_bpf: [FAIL]";
exit 1;
fi
Checking the config files, for example:
# grep -n "TEST_BPF" /boot/config-4.15.0-1089-kvm
2310:# CONFIG_TEST_BPF is not set
# grep -n "TEST_BPF" /boot/config-4.15.0-142-generic
9105:CONFIG_TEST_BPF=m
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1927533/+subscriptions