On Thu, Mar 20, 2025 at 01:23:47PM +0000, Mark Brown wrote:
On Wed, Feb 26, 2025 at 12:44:51PM +0100, Thomas Weißschuh wrote:
To allow the usage of parse_vdso.c together with a limited libc like
nolibc, use the kernels own elf.h and auxvec.h headers.
The vDSO selftests currently fail build for at least arm64 in -next:
...
a bisect points at this patch, it looks like that's due to the switch to
use TOOLS_INCLUDES but I didn't dig into the specifics.
This bug is now in mainline. A fix was posted by Thomas the day after
the original report:
https://lore.kernel.org/r/20250321-uapi-consistency-v1-1-439070118dc0@xxxxxxxxxxxxx
but it has apparently slipped through the cracks.