On Tue, Jul 01 2025 at 15:23, 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/[email protected]/ [1] > > Signed-off-by: Wei Gao <[email protected]> > Signed-off-by: Terry Tritton <[email protected]>
This is still wrong. If it is based on someone else work, then you need to attribute it Originally-by and omit the Signed-off-by of the original author. If you just picked it up and adopted it to a later kernel version then you need to add 'From: Original Author' and preserve his Signed-off-by. If you collaborated with him, then you want to use Co-developed-by. All of this is documented in Documentation/process/

