]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ARM: uapi: Drop PSR_ENDSTATE
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Wed, 14 Jan 2026 07:28:14 +0000 (08:28 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 30 Jan 2026 15:46:17 +0000 (16:46 +0100)
commit49d7819aa9b0b494d140ae28789b1190acdb9032
tree8f4cbeaaa363a3bb6cb65f52e6a202a22de39271
parentb4171fd0b091072f403b66bf05d01051d4bd94d9
ARM: uapi: Drop PSR_ENDSTATE

The symbol PSR_ENDSTATE is pointless for userspace. Drop it from the
UAPI headers and instead inline it into the only two callers.

As as side-effect, remove a leak of an internal kconfig symbol through
the UAPI headers.

Suggested-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/lkml/d2ad12f2-3d65-4bef-890c-65d78a33d790@app.fastmail.com/
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/include/asm/processor.h
arch/arm/include/uapi/asm/ptrace.h
arch/arm/kernel/signal.c
scripts/headers_install.sh