selftests/net/test_bpf fails for linux-kvm due to lack of Kconfig
Bug #1927533 reported by
Guilherme G. Piccoli
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-kernel-tests |
Confirmed
|
Undecided
|
Unassigned | ||
linux-kvm (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Kernel selftest "test_bpf" fails for B/linux-kvm due to lack of Kconfig:
grep -v "#" tools/testing/
if /sbin/modprobe -q test_bpf ; then
echo "test_bpf: ok";
else
echo "test_bpf: [FAIL]";
exit 1;
fi
Checking the config files, for example:
# grep -n "TEST_BPF" /boot/config-
2310:# CONFIG_TEST_BPF is not set
# grep -n "TEST_BPF" /boot/config-
9105:CONFIG_
Changed in ubuntu-kernel-tests: | |
assignee: | Guilherme G. Piccoli (gpiccoli) → nobody |
To post a comment you must log in.
Observed in B/KVM cycle sru-20210510 .