Merge branch 'bpf-misc-selftest-improvements'
authorDaniel Borkmann <daniel@iogearbox.net>
Thu, 15 Feb 2018 09:22:55 +0000 (10:22 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 15 Feb 2018 09:22:56 +0000 (10:22 +0100)
commit0b6b8a3dd86db78c3f38587d667d77065c75e4f8
tree13fe37577e91a1b80d7ae5e9c733ed236a1b748b
parent615a9474985799c8b48645b8e95a9b9f0691f56a
parent544bdebc6fcb68c2e8075bc2d3b68e39789d4165
Merge branch 'bpf-misc-selftest-improvements'

Joe Stringer says:

====================
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.
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>