Re: [PATCH] selftests/futex: Convert 32bit timespec struct to 64bit version for 32bit compatibility mode
From: Thomas Gleixner
Date: Thu Jun 26 2025 - 17:56:48 EST
On Mon, Jun 09 2025 at 14:10, Terry Tritton wrote:
> Futex_waitv can not accept old_timespec32 struct, so userspace should
> convert it from 32bit to 64bit before syscall in 32bit compatible mode.
>
> This fix is based off [1]
>
> Link: https://lore.kernel.org/all/20231203235117.29677-1-wegao@xxxxxxxx/ [1]
>
> Signed-off-by: Terry Tritton <terry.tritton@xxxxxxxxxx>
> Signed-off-by: Wei Gao <wegao@xxxxxxxx>
This Signed-off-by chain is broken. See
https://www.kernel.org/doc/html/latest/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin
and the following chapters.
Thanks,
tglx