On Fri, Jun 27 2025 at 17:23, André Almeida wrote:
Em 26/06/2025 19:07, Thomas Gleixner escreveu:
On Thu, Jun 26 2025 at 14:11, André Almeida wrote:
Create ASSERT_{EQ, NE, TRUE, FALSE} macros to make test creation easier.
What's so futex special about this that it can't use the same muck in
tools/testing/selftests/kselftest_harness.h
My previous version of this test used kselftest_harness.h, but Shuah request to keep consistency and don't use this header, giving that the rest of futex test doesn't use it:
https://lore.kernel.org/lkml/fe02f42b-7ba8-4a3b-a86c-2a4a7942fd3b@linuxfound...
So proliferating duplicate and pointlessly different code is the preferred option here?
Cleaning up the existing mess first before adding more would be too sensible, right?
I'm lost for words, which is an achievement.