linux/tools/testing/selftests/powerpc
Thomas Huth 74db6cc331 powerpc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
While the GCC and Clang compilers already define __ASSEMBLER__
automatically when compiling assembler code, __ASSEMBLY__ is a
macro that only gets defined by the Makefiles in the kernel.
This is bad since macros starting with two underscores are names
that are reserved by the C language. It can also be very confusing
for the developers when switching between userspace and kernelspace
coding, or when dealing with uapi headers that rather should use
__ASSEMBLER__  instead. So let's standardize now on the __ASSEMBLER__
macro that is provided by the compilers.

This is almost a completely mechanical patch (done with a simple
"sed -i" statement), apart from tweaking two comments manually in
arch/powerpc/include/asm/bug.h and arch/powerpc/include/asm/kasan.h
(which did not have proper underscores at the end) and fixing a
checkpatch error about spaces in arch/powerpc/include/asm/spu_csa.h.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/20250801082007.32904-3-thuth@redhat.com
2025-09-01 13:23:29 +05:30
..
alignment selftests/powerpc: Give all tests 2 minutes timeout 2024-11-07 22:36:30 +11:00
benchmarks selftests/powerpc: Fix argument order to timer_sub() 2025-01-11 10:39:45 +05:30
cache_shape selftests/powerpc: Give all tests 2 minutes timeout 2024-11-07 22:36:30 +11:00
copyloops selftests/powerpc: Give all tests 2 minutes timeout 2024-11-07 22:36:30 +11:00
dexcr selftests/powerpc: Give all tests 2 minutes timeout 2024-11-07 22:36:30 +11:00
dscr selftests/powerpc: Give all tests 2 minutes timeout 2024-11-07 22:36:30 +11:00
eeh
include powerpc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers 2025-09-01 13:23:29 +05:30
lib selftests/powerpc: Give all tests 2 minutes timeout 2024-11-07 22:36:30 +11:00
math selftests/powerpc: Give all tests 2 minutes timeout 2024-11-07 22:36:30 +11:00
mce selftests/powerpc: Give all tests 2 minutes timeout 2024-11-07 22:36:30 +11:00
mm selftests/powerpc: Use PKEY_UNRESTRICTED macro 2025-02-17 18:16:36 +00:00
nx-gzip selftests/powerpc: Give all tests 2 minutes timeout 2024-11-07 22:36:30 +11:00
papr_attributes selftests/powerpc: Give all tests 2 minutes timeout 2024-11-07 22:36:30 +11:00
papr_sysparm selftests/powerpc: Give all tests 2 minutes timeout 2024-11-07 22:36:30 +11:00
papr_vpd selftests/powerpc: Give all tests 2 minutes timeout 2024-11-07 22:36:30 +11:00
pmu selftests/powerpc/pmu: Update comment with details to understand auxv_generic_compat_pmu() utility function 2025-02-11 11:33:52 +05:30
primitives selftests/powerpc: Give all tests 2 minutes timeout 2024-11-07 22:36:30 +11:00
ptrace selftests/powerpc: Use PKEY_UNRESTRICTED macro 2025-02-17 18:16:36 +00:00
scripts selftests/powerpc: Give all tests 2 minutes timeout 2024-11-07 22:36:30 +11:00
security selftests/powerpc: Detect taint change in mitigation patching test 2024-11-07 22:36:31 +11:00
signal selftests/powerpc: Return errors from all tests 2024-11-07 22:36:31 +11:00
stringloops selftests/powerpc: Give all tests 2 minutes timeout 2024-11-07 22:36:30 +11:00
switch_endian selftests/powerpc: Give all tests 2 minutes timeout 2024-11-07 22:36:30 +11:00
syscalls selftests/powerpc: Give all tests 2 minutes timeout 2024-11-07 22:36:30 +11:00
tm selftests/powerpc: Return errors from all tests 2024-11-07 22:36:31 +11:00
vphn selftests/powerpc: Fix typo in test-vphn.c 2024-12-10 08:34:51 +05:30
Makefile
flags.mk
harness.c
utils.c