[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87a55hrqws.ffs@tglx>
Date: Sun, 06 Jul 2025 22:43:47 +0200
From: Thomas Gleixner <tglx@...utronix.de>
To: Thomas Weißschuh <thomas.weissschuh@...utronix.de>,
Andy Lutomirski
<luto@...nel.org>, Vincenzo Frascino <vincenzo.frascino@....com>, Shuah
Khan <shuah@...nel.org>, Anna-Maria Behnsen <anna-maria@...utronix.de>,
Frederic Weisbecker <frederic@...nel.org>, John Stultz
<jstultz@...gle.com>, Stephen Boyd <sboyd@...nel.org>, Catalin Marinas
<catalin.marinas@....com>, Will Deacon <will@...nel.org>, Arnd Bergmann
<arnd@...db.de>
Cc: linux-kernel@...r.kernel.org, linux-kselftest@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-arch@...r.kernel.org, Richard
Cochran <richardcochran@...il.com>, Christopher Hall
<christopher.s.hall@...el.com>, Frederic Weisbecker <frederic@...nel.org>,
Anna-Maria Behnsen <anna-maria@...utronix.de>, Miroslav Lichvar
<mlichvar@...hat.com>, Werner Abt <werner.abt@...nberg-usa.com>, David
Woodhouse <dwmw2@...radead.org>, Stephen Boyd <sboyd@...nel.org>, Kurt
Kanzenbach <kurt@...utronix.de>, Nam Cao <namcao@...utronix.de>, Antoine
Tenart <atenart@...nel.org>, Thomas Weißschuh
<thomas.weissschuh@...utronix.de>
Subject: Re: [PATCH 13/14] Revert "selftests: vDSO: parse_vdso: Use UAPI
headers instead of libc headers"
On Tue, Jul 01 2025 at 10:58, Thomas Weißschuh wrote:
> This reverts commit c9fbaa879508 ("selftests: vDSO: parse_vdso: Use UAPI headers instead of libc headers")
>
> The kernel headers were used to make parse_vdso.c compatible with nolibc.
> Unfortunately linux/elf.h is incompatible with glibc's sys/auxv.h.
> When using glibc it is therefore not possible build parse_vdso.c as part of the
> same compilation unit as its caller as sys/auxv.h is needed for getauxval().
>
> In the meantime nolibc gained its own elf.h, providing compatibility with the
> documented libc interfaces.
I'm kinda surprised to find this here in this series. Isn't that commit
c9fbaa879508 obsolete since nolibc got it's own elf.h?
So this should just go straight to Linus, no?
Thanks,
tglx
Powered by blists - more mailing lists