Re: [PATCH] selftests/seccomp: Abort without user notification support

From: Tycho Andersen
Date: Wed Jan 16 2019 - 19:46:57 EST


On Wed, Jan 16, 2019 at 04:35:25PM -0800, Kees Cook wrote:
> In the face of missing user notification support, the self test needs
> to stop executing a test (ASSERT_*) instead of just reporting and
> continuing (EXPECT_*). This adjusts the user notification tests to do
> that where needed.
>
> Reported-by: Shuah Khan <shuah@xxxxxxxxxx>
> Fixes: 6a21cc50f0c7 ("seccomp: add a return code to trap to userspace")

The gift that keeps on giving :)

Reviewed-by: Tycho Andersen <tycho@xxxxxxxx>

Thanks,

Tycho