From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4DDD4C433F5 for ; Thu, 16 Sep 2021 14:38:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 36D8A61241 for ; Thu, 16 Sep 2021 14:38:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236213AbhIPOje (ORCPT ); Thu, 16 Sep 2021 10:39:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:58654 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235955AbhIPOjc (ORCPT ); Thu, 16 Sep 2021 10:39:32 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 91E4A6120C; Thu, 16 Sep 2021 14:38:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631803092; bh=9THwCtBJYOWaA92FDr4unEhQt+b4WDannF0kKlmelkY=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=YuRZRoGWC0l7oFoFWECLSF16/+J1mmRN3HLzVg8jlL1NhLaMtONq2XZvGh0uXq42b ZsQwWlDjE4b5FjVBRtAEm3+Gz5tktXmqdAt+yzsO6RwSu2xGz7NP/fhJiegDDXwrRW efeGyIG+nDyEa0kqpQ49zjhKdERo54JgxuiSgb2XeHE4WJXwtGI0IqKWzNNffdzsRC oK2ArxOo0PF3g21QrCDZXoKoN+/uJpb3TAcGmtSBNvmAHBEI9f4zPENhkweOWe6H84 /GGzsPpeZe1VcPoV3j/QePrvdRdNWs0upXFCV8CBtGo7nPR9ZmjuH0EsOYGqCvP6DB wtkaJjkbbAYJQ== Message-ID: Subject: Re: [PATCH 01/14] selftests/x86/sgx: Fix a benign linker warning From: Jarkko Sakkinen To: Reinette Chatre , linux-sgx@vger.kernel.org, shuah@kernel.org Cc: seanjc@google.com, bp@alien8.de, dave.hansen@linux.intel.com, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Date: Thu, 16 Sep 2021 17:38:09 +0300 In-Reply-To: <84b02b56d45792971cabf8ba832a9862fb20990e.1631731214.git.reinette.chatre@intel.com> References: <84b02b56d45792971cabf8ba832a9862fb20990e.1631731214.git.reinette.chatre@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.36.5-0ubuntu1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-sgx@vger.kernel.org On Wed, 2021-09-15 at 13:30 -0700, Reinette Chatre wrote: > From: Sean Christopherson >=20 > Pass a build id of "none" to the linker to suppress a warning about the > build id being ignored: >=20 > /usr/bin/ld: warning: .note.gnu.build-id section discarded, --build-id > ignored. >=20 > Link: https://lore.kernel.org/linux-sgx/20191017030340.18301-2-sean.j.chr= istopherson@intel.com/ > Co-developed-by: Cedric Xing > Signed-off-by: Cedric Xing > Signed-off-by: Sean Christopherson > Signed-off-by: Reinette Chatre Reviewed-by: Jarkko Sakkinen /Jarkko