]> git.ipfire.org Git - thirdparty/linux.git/commit
selftests/futex: Define SYS_futex on 32-bit architectures with 64-bit time_t
authorCynthia Huang <cynthia@andestech.com>
Thu, 10 Jul 2025 10:36:30 +0000 (18:36 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 22 Jul 2025 09:18:43 +0000 (11:18 +0200)
commit04850819c65c8242072818655d4341e70ae998b5
tree8b1aab0f71a8805a5308dc0dedfa584d87e436b8
parent7497e947bc1d3f761b46c2105c8ae37af98add54
selftests/futex: Define SYS_futex on 32-bit architectures with 64-bit time_t

The kernel does not provide sys_futex() on 32-bit architectures that do not
support 32-bit time representations, such as riscv32.

As a result, glibc cannot define SYS_futex, causing compilation failures in
tests that rely on this syscall. Define SYS_futex as SYS_futex_time64 in
such cases to ensure successful compilation and compatibility.

Signed-off-by: Cynthia Huang <cynthia@andestech.com>
Signed-off-by: Ben Zong-You Xie <ben717@andestech.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Link: https://lore.kernel.org/all/20250710103630.3156130-1-ben717@andestech.com
tools/testing/selftests/futex/include/futextest.h