This is series makes some minor changes primarily focused on making it easier
to understand why test_verifier is failing a test. This includes printing the
observed output when a test fails in a different way than expected, or when
unprivileged tests fail due to sysctl kernel.unprivileged_bpf_disabled=1. The
last patch removes some apparently dead code.

Joe Stringer (4):
  selftests/bpf: Print unexpected output on fail
  selftests/bpf: Count tests skipped by unpriv
  selftests/bpf: Only run tests if !bpf_disabled
  bpf: Remove unused callee_saved array

 kernel/bpf/verifier.c                       |  4 ---
 tools/testing/selftests/bpf/test_verifier.c | 39 +++++++++++++++++++++++++----
 2 files changed, 34 insertions(+), 9 deletions(-)

-- 
2.14.1

Reply via email to