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-we...@suse.com/ [1] > > Signed-off-by: Terry Tritton <terry.trit...@linaro.org> > Signed-off-by: Wei Gao <we...@suse.com>
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