linux/tools/testing/selftests/powerpc
Harish c9344769e2 selftests/powerpc: Fix uninitialized variable warning
Patch fixes uninitialized variable warning in bad_accesses test
which causes the selftests build to fail in older distibutions

bad_accesses.c: In function ‘bad_access’:
bad_accesses.c:52:9: error: ‘x’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
   printf("Bad - no SEGV! (%c)\n", x);
         ^
cc1: all warnings being treated as errors

Signed-off-by: Harish <harish@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20201201092403.238182-1-harish@linux.ibm.com
2020-12-04 01:01:21 +11:00
..
alignment selftests/powerpc: Make alignment handler test P9N DD2.1 vector CI load workaround 2020-10-20 08:00:42 +11:00
benchmarks
cache_shape
copyloops
dscr
eeh selftests/powerpc/eeh: disable kselftest timeout setting for eeh-basic 2020-11-19 14:50:14 +11:00
include selftests/powerpc: refactor entry and rfi_flush tests 2020-11-19 23:47:23 +11:00
lib
math
mm selftests/powerpc: Fix uninitialized variable warning 2020-12-04 01:01:21 +11:00
nx-gzip selftests/powerpc: update .gitignore 2020-12-04 01:01:21 +11:00
pmu
primitives
ptrace
scripts
security selftests/powerpc: update .gitignore 2020-12-04 01:01:21 +11:00
signal selftests/powerpc: update .gitignore 2020-12-04 01:01:21 +11:00
stringloops
switch_endian
syscalls selftests/powerpc: update .gitignore 2020-12-04 01:01:21 +11:00
tm
vphn
Makefile
harness.c
utils.c