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 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     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to