On Tue, Jul 01, 2025 at 10:34:28PM +0200, Thomas Gleixner wrote: > 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.
@Terry @Thomas, Thank you both for the mention in the commit. I appreciate being included. I guess above options both good. > > If you collaborated with him, then you want to use Co-developed-by. > > All of this is documented in Documentation/process/ >

