Re: [PATCH v2 00/16] selftests: vDSO: parse_vdso: Make compatible with nolibc

2025-02-26 Thread Shuah Khan
On 2/26/25 04:44, Thomas Weißschuh wrote: For testing the functionality of the vDSO, it is necessary to build userspace programs for multiple different architectures. It is additional work to acquire matching userspace cross-compilers with full C libraries and then building root images out of tho

[PATCH v2 00/16] selftests: vDSO: parse_vdso: Make compatible with nolibc

2025-02-26 Thread Thomas Weißschuh
For testing the functionality of the vDSO, it is necessary to build userspace programs for multiple different architectures. It is additional work to acquire matching userspace cross-compilers with full C libraries and then building root images out of those. The kernel tree already contains nolibc,