Re: [PATCH 07/15] RISC-V: Remove AT_VECTOR_SIZE_ARCH from UAPI

From: Paul Walmsley

Date: Thu Aug 20 2026 - 22:23:51 EST


On Mon, 2 Mar 2026, Thomas Weißschuh 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>

Acked-by: Paul Walmsley <pjw@xxxxxxxxxx> # arch/riscv


- Paul