]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2b3f63cd7cf2b80a425b10966d99518e22cf8ca7
tree13fe37577e91a1b80d7ae5e9c733ed236a1b748b
parentd175b323352b751d5ed66e39700c3d222e2ff334
parentc673d6d7cf0d5e2644372f71ee8b7e3a4106afe0
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>