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

From: Dave Hansen
Date: Thu Oct 28 2021 - 20:26:57 EST


On 10/28/21 1:37 PM, 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.

Do we have a good grasp on why this is producing a warning in the first
place? This seems like something that could get merged quickly with one
more sentence in the changelog.