Public bug reported:

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

** Affects: ubuntu-kernel-tests
     Importance: Undecided
         Status: Confirmed

** Affects: linux-kvm (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: 4.15 bionic kvm sru-20210412 ubuntu-kernel-selftests

** Also affects: linux-kvm (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: ubuntu-kernel-tests
     Assignee: Guilherme G. Piccoli (gpiccoli) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927533

Title:
  selftests/net/test_bpf fails for linux-kvm due to lack of Kconfig

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1927533/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to