On Mon, Jun 22, 2020 at 11:16:43AM -0700, Kees Cook wrote:
Hi,
v2:
- switch harness from XFAIL to SKIP
- pass skip reason from test into TAP output
- add acks/reviews
v1: https://lore.kernel.org/lkml/20200611224028.3275174-1-keescook@xxxxxxxxxxxx/
I finally got around to converting the kselftest_harness.h API to actually
use the kselftest.h API so all the tools using it can actually report
TAP correctly. As part of this, there are a bunch of related cleanups,
API updates, and additions.
Friendly ping -- I'd love to get this landed for -next, it makes doing
seccomp testing much nicer. :)
Thanks!