Re: [PATCH v3] selftests: x86: skip the tests if prerequisites aren't fulfilled

2024-03-30 Thread Ingo Molnar
* Shuah Khan wrote: > On 3/29/24 01:36, Ingo Molnar wrote: > > > > * Shuah Khan wrote: > > > > > On 3/27/24 05:17, Muhammad Usama Anjum wrote: > > > > Skip instead of failing when prerequisite conditions aren't fulfilled, > > > > s

Re: [PATCH v3] selftests: x86: skip the tests if prerequisites aren't fulfilled

2024-03-29 Thread Ingo Molnar
* Shuah Khan wrote: > On 3/27/24 05:17, Muhammad Usama Anjum wrote: > > Skip instead of failing when prerequisite conditions aren't fulfilled, > > such as invalid xstate values etc. This patch would make the tests show > > as skip when run by: > >make -C tools/testing/selftests/ TARGETS=x86

Re: [PATCH 6/6] selftests: futex: remove duplicate unneeded defines

2023-10-06 Thread Ingo Molnar
* Muhammad Usama Anjum wrote: > Sorry, so the working of the change-log isn't clear enough. I'll send the > patch separately and with better wording. Thank you! Ingo

Re: [PATCH 6/6] selftests: futex: remove duplicate unneeded defines

2023-10-05 Thread Ingo Molnar
* Muhammad Usama Anjum wrote: > On 10/3/23 1:46 PM, Ingo Molnar wrote: > > > > * Muhammad Usama Anjum wrote: > > > >> Kselftests are kernel tests and must be build with kernel headers from > >> same source version. These duplicate defines should a

Re: [PATCH 6/6] selftests: futex: remove duplicate unneeded defines

2023-10-03 Thread Ingo Molnar
* Muhammad Usama Anjum wrote: > Kselftests are kernel tests and must be build with kernel headers from > same source version. These duplicate defines should automatically > picked up from kernel headers. Use KHDR_INCLUDES to add kernel header > files. > > Signed-off-by: Muhammad Usama Anjum >