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@suse.com/ [1]
Signed-off-by: Terry Tritton terry.tritton@linaro.org Signed-off-by: Wei Gao wegao@suse.com
This Signed-off-by chain is broken. See
https://www.kernel.org/doc/html/latest/process/submitting-patches.html#sign-...
and the following chapters.
Thanks,
tglx