selftests/seccomp: Stop USER_NOTIF test if kcmp() fails
authorKees Cook <keescook@chromium.org>
Wed, 3 Nov 2021 16:30:38 +0000 (09:30 -0700)
committerKees Cook <keescook@chromium.org>
Wed, 3 Nov 2021 19:02:07 +0000 (12:02 -0700)
commit48d5fd06453de57f9d9385c7ebcdf3b50658a962
tree03253f03076c5294df461afdcc5cfc476a4f998e
parentd9bbdbf324cda23aa44873f505be77ed4b61d79c
selftests/seccomp: Stop USER_NOTIF test if kcmp() fails

If kcmp() fails during the USER_NOTIF test, the test is likely to hang,
so switch from EXPECT to ASSERT.

Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Will Drewry <wad@chromium.org>
Cc: linux-kselftest@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: "Eric W. Biederman" <ebiederm@xmission.com>
Link: https://lore.kernel.org/r/20211103163039.2104830-2-keescook@chromium.org
tools/testing/selftests/seccomp/seccomp_bpf.c