[PATCH 09/15] s390: Remove AT_VECTOR_SIZE_ARCH from UAPI
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Mon Mar 2 04:25:33 PST 2026
There is nothing userspace can do with this value. In the kernel is
always combined with AT_VECTOR_SIZE_BASE, which is not exposed to
userspace and also changes from time to time.
Move the symbol to a kernel-internal header.
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
arch/s390/include/asm/auxvec.h | 7 +++++++
arch/s390/include/uapi/asm/auxvec.h | 6 ++----
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/arch/s390/include/asm/auxvec.h b/arch/s390/include/asm/auxvec.h
new file mode 100644
index 000000000000..beaaefe12a84
--- /dev/null
+++ b/arch/s390/include/asm/auxvec.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
+#ifndef __ASMS390_AUXVEC_H
+#define __ASMS390_AUXVEC_H
+
+#define AT_VECTOR_SIZE_ARCH 1 /* entries in ARCH_DLINFO */
+
+#endif
diff --git a/arch/s390/include/uapi/asm/auxvec.h b/arch/s390/include/uapi/asm/auxvec.h
index a056c4637ffc..54bbfd68d709 100644
--- a/arch/s390/include/uapi/asm/auxvec.h
+++ b/arch/s390/include/uapi/asm/auxvec.h
@@ -1,9 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-#ifndef __ASMS390_AUXVEC_H
-#define __ASMS390_AUXVEC_H
+#ifndef __ASMS390_UAPI_AUXVEC_H
+#define __ASMS390_UAPI_AUXVEC_H
#define AT_SYSINFO_EHDR 33
-#define AT_VECTOR_SIZE_ARCH 1 /* entries in ARCH_DLINFO */
-
#endif
--
2.53.0
More information about the linux-riscv
mailing list