tools/testing/selftests/sigaltstack/sas.c: improve output of sigaltstack testcase
authorStas Sergeev <[email protected]>
Mon, 27 Feb 2017 22:27:28 +0000 (14:27 -0800)
committerLinus Torvalds <[email protected]>
Tue, 28 Feb 2017 02:43:45 +0000 (18:43 -0800)
commit0c49ad4155122ae7684cc744bc5a181ba28518b5
tree4740765c38bca9552b6bcd4b22d7a5839c9a7aaa
parent441398d378f29a5ad6d0fcda07918e54e4961800
tools/testing/selftests/sigaltstack/sas.c: improve output of sigaltstack testcase

Currently it uses %i for bitmasks, which makes it difficult to properly
decode the values.  Use %x instead.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Stas Sergeev <[email protected]>
Cc: Shuah Khan <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
tools/testing/selftests/sigaltstack/sas.c