lkdtm: Enable DOUBLE_FAULT on all architectures
authorKees Cook <keescook@chromium.org>
Wed, 23 Jun 2021 20:39:33 +0000 (13:39 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 Jun 2021 13:32:08 +0000 (15:32 +0200)
commitf123c42bbeff26bfe8bdb08a01307e92d51eec39
tree9422991d62c8b9c30795bcc49166987b3840b81c
parent9c4f6ebc3665b33f15ee97ba1eb2c9bed341b8e6
lkdtm: Enable DOUBLE_FAULT on all architectures

Where feasible, I prefer to have all tests visible on all architectures,
but to have them wired to XFAIL. DOUBLE_FAIL was set up to XFAIL, but
wasn't actually being added to the test list.

Fixes: cea23efb4de2 ("lkdtm/bugs: Make double-fault test always available")
Cc: stable@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20210623203936.3151093-7-keescook@chromium.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/lkdtm/core.c