On Wed, Jul 16, 2025 at 08:04:54AM +0530, Anshuman Khandual wrote:
On 16/07/25 2:41 AM, Mark Brown wrote:
#define TESTS_PER_HWCAP 3
+#ifndef AT_HWCAP3 +#define AT_HWCAP3 29
Just wondering - would it be better to add a comment that this is a temporary construct till libc headers pick up AT_HWCAP3 definitions.
Possibly? We tend to be against comments for this stuff in the tests though. We don't 100% need people's libcs updating, if we can work out how to get the kernel header picked up in favour of the libc one robustly that'd be fine too.