Skip to content
Commit d12fe87e authored by Eric W. Biederman's avatar Eric W. Biederman
Browse files

signal/testing: Don't look for __SI_FAULT in userspace



Fix the debug print statements in these tests where they reference
si_codes and in particular __SI_FAULT.  __SI_FAULT is a kernel
internal value and should never be seen by userspace.

While I am in there also fix si_code_str.  si_codes are an enumeration
there are not a bitmap so == and not & is the apropriate operation to
test for an si_code.

Cc: Dave Hansen <dave.hansen@linux.intel.com>
Fixes: 5f23f6d0 ("x86/pkeys: Add self-tests")
Fixes: e754aedc ("x86/mpx, selftests: Add MPX self test")
Signed-off-by: default avatar"Eric W. Biederman" <ebiederm@xmission.com>
parent ea1b75cf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment