Re: [PATCH 14/15] alpha: remove AT_VECTOR_SIZE_ARCH from UAPI
Magnus Lindholm <[email protected]>
| Newsgroups | gmane.linux.ports.mips,gmane.linux.kernel.mm,gmane.linux.kernel,gmane.linux.kernel.cross-arch,gmane.linux.ports.arm.kernel,gmane.linux.ports.riscv,gmane.linux.ports.ppc64.devel,gmane.linux.ports.sparc,gmane.linux.ports.sh.devel,gmane.linux.ports.alpha |
|---|---|
| Message-ID | <CA+=Fv5RLtUPp9BhXfFEUk3roE3Gah0iUamDEZ-MXCNM_xKm3PA@mail.gmail.com> |
On Mon, Mar 2, 2026 at 1:32 PM Thomas Weißschuh <[email protected]> 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 <[email protected]> > --- > 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 <[email protected]>