Re: [PATCH 14/15] alpha: remove AT_VECTOR_SIZE_ARCH from UAPI
From: Magnus Lindholm
Date: Wed Mar 18 2026 - 02:16:56 EST
On Mon, Mar 2, 2026 at 1:32 PM Thomas Weißschuh
<thomas.weissschuh@xxxxxxxxxxxxx> wrote:
>
> 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@xxxxxxxxxxxxx>
> ---
> arch/alpha/include/asm/auxvec.h | 7 +++++++
> arch/alpha/include/uapi/asm/auxvec.h | 8 +++-----
> 2 files changed, 10 insertions(+), 5 deletions(-)
>
Build-tested on alpha, no issues here.
Acked-by: Magnus Lindholm <linmag7@xxxxxxxxx>