[LTP] [PATCH v2 1/2] Update lapi/futex.h fallback
Andrea Cervesato
andrea.cervesato@suse.com
Wed Feb 2 07:47:49 CET 2022
Hi,
yes that's the idea. The issue now is that imports are bad sorted after
tst_syscall patch and I need to create a v3. Gonna send it
Andrea
On 2/1/22 16:41, Cyril Hrubis wrote:
> Hi!
>> +struct futex_test_variants futex_variants[] = {
>> +#if (__NR_futex != __LTP__NR_INVALID_SYSCALL)
>> + { .fntype = FUTEX_FN_FUTEX, .desc = "syscall with old kernel spec" },
>> +#endif
>> +
>> +#if (__NR_futex_time64 != __LTP__NR_INVALID_SYSCALL)
>> + { .fntype = FUTEX_FN_FUTEX64, .desc = "syscall time64 with kernel spec" },
>> +#endif
>> +};
> I guess that there should be a followup patch that makse use of this in
> all the futex tests, right?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linux.it/pipermail/ltp/attachments/20220202/ef49fe89/attachment.htm>
More information about the ltp
mailing list