summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorWake Liu <wakel@google.com>2026-05-26 01:06:35 +0000
committerThomas Gleixner <tglx@kernel.org>2026-07-05 21:49:17 +0200
commita894f6f403320c65b26816be00d9b694e606cae1 (patch)
tree6b7e81a41287365c871361765eabc910167ca39d /tools/perf/scripts/python
parente531301dd8fa23f1edeee9c8af62310a4e1424c5 (diff)
selftests/futex: Correct validation logic in waitv
In futex_waitv negative tests (invalid_flag, unaligned_address, etc.), test results are evaluated as: if (res == EINVAL) Since sys_futex_waitv returns -1 on error and sets errno, direct positive comparisons against res are always false, causing tests to silently pass regardless of real errors. Correct these validations to assert EXPECT_EQ(res, -1) and compare errno directly against expected constants. [ tglx: Fixup coding style ] Signed-off-by: Wake Liu <wakel@google.com> Signed-off-by: Thomas Gleixner <tglx@kernel.org> Link: https://patch.msgid.link/20260526010635.23980-3-wakel@google.com
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions