Found on 2022.01.31/xenial/kvm/4.4.0-1100.109
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-kvm in Ubuntu.
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
--
Mailing list: https://launchpad.net/~kernel-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help : https://help.launchpad.net/ListHelp