Re: [PATCH 3/4] s390/vdso: Trim includes in linker script
From: Heiko Carstens
Date: Sat Jan 17 2026 - 10:22:42 EST
On Fri, Jan 16, 2026 at 08:40:26AM +0100, Thomas Weißschuh wrote:
> Some of the included files are unnecessary or too broad.
>
> This is a preparation for a new validation step to validate the
> consistency of __BITS_PER_LONG. vdso.lds.S may be preprocessed with a
> 32-bit compiler, but __BITS_PER_LONG is always 64.
>
> Trim the includes to the necessary ones.
>
> Signed-off-by: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>
> ---
> arch/s390/kernel/vdso/vdso.lds.S | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
Acked-by: Heiko Carstens <hca@xxxxxxxxxxxxx>