Re: [PATCH 01/14] selftests/x86/sgx: Fix a benign linker warning

From: Jarkko Sakkinen
Date: Thu Sep 16 2021 - 10:39:17 EST


On Thu, 2021-09-16 at 17:38 +0300, Jarkko Sakkinen wrote:
> On Wed, 2021-09-15 at 13:30 -0700, Reinette Chatre wrote:
> > From: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
> >
> > Pass a build id of "none" to the linker to suppress a warning about the
> > build id being ignored:
> >
> > /usr/bin/ld: warning: .note.gnu.build-id section discarded, --build-id
> > ignored.
> >
> > Link: https://lore.kernel.org/linux-sgx/20191017030340.18301-2-sean.j.christopherson@xxxxxxxxx/
> > Co-developed-by: Cedric Xing <cedric.xing@xxxxxxxxx>
> > Signed-off-by: Cedric Xing <cedric.xing@xxxxxxxxx>
> > Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
> > Signed-off-by: Reinette Chatre <reinette.chatre@xxxxxxxxx>
>
> Reviewed-by: Jarkko Sakkinen <jarkko@xxxxxxxxxx>

... but I don't get the use "co-developed-by" tag in this. I mean
it's one line change. Maybe it should be "suggested-by"?

/Jarkko