Re: [PATCH v2 03/16] elf, uapi: Add definition for DT_GNU_HASH

2025-02-28 Thread Vincenzo Frascino
On 26/02/2025 11:44, Thomas Weißschuh wrote: > The definition is used by tools/testing/selftests/vDSO/parse_vdso.c. > To be able to build the vDSO selftests without a libc dependency, > add the define to the kernels own UAPI headers. > > Link: > https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Cor

[PATCH v2 03/16] elf, uapi: Add definition for DT_GNU_HASH

2025-02-26 Thread Thomas Weißschuh
The definition is used by tools/testing/selftests/vDSO/parse_vdso.c. To be able to build the vDSO selftests without a libc dependency, add the define to the kernels own UAPI headers. Link: https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/libc-ddefs.html Reviewed-by: Kees