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=-13.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 9CB88C47082 for ; Thu, 3 Jun 2021 17:00:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 83677613B1 for ; Thu, 3 Jun 2021 17:00:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230323AbhFCRCC (ORCPT ); Thu, 3 Jun 2021 13:02:02 -0400 Received: from so254-9.mailgun.net ([198.61.254.9]:17289 "EHLO so254-9.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230212AbhFCRB7 (ORCPT ); Thu, 3 Jun 2021 13:01:59 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1622739614; h=Content-Transfer-Encoding: Content-Type: MIME-Version: Message-ID: Date: Subject: In-Reply-To: References: Cc: To: From: Reply-To: Sender; bh=GpFa0F1nBiz7gXdJe/yKy7CwUy3wkvYy2FupJZqvlCY=; b=DoxK3kSQDZ4vNOYVBfkGc0CQ6dxxTjCyIAFcwUY7XInDGkR9/o3ewV9t6QM6ulfCWbqfnRJI A7H7OpuEHGDHanGKR37/wgTpBm7yazGriLn4ZeKkS4SuXhSw0X4HMzgkxvS+FRWg/wyt9dWX zJ13LhmWJ9wDt3LHEOXMvP2Sg+k= X-Mailgun-Sending-Ip: 198.61.254.9 X-Mailgun-Sid: WyI0MWYwYSIsICJsaW51eC1rZXJuZWxAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n05.prod.us-east-1.postgun.com with SMTP id 60b90a8df726fa4188c6d4b0 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Thu, 03 Jun 2021 16:59:57 GMT Sender: bcain=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id BDEF5C43217; Thu, 3 Jun 2021 16:59:56 +0000 (UTC) Received: from BCAIN (i-global254.qualcomm.com [199.106.103.254]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: bcain) by smtp.codeaurora.org (Postfix) with ESMTPSA id AC984C4338A; Thu, 3 Jun 2021 16:59:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org AC984C4338A Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=fail smtp.mailfrom=bcain@codeaurora.org Reply-To: From: "Brian Cain" To: "'Nathan Chancellor'" , "'Andrew Morton'" Cc: "'Nick Desaulniers'" , , , References: <20210521011239.1332345-1-nathan@kernel.org> <20210521011239.1332345-4-nathan@kernel.org> In-Reply-To: <20210521011239.1332345-4-nathan@kernel.org> Subject: RE: [PATCH 3/3] hexagon: Select ARCH_WANT_LD_ORPHAN_WARN Date: Thu, 3 Jun 2021 11:59:55 -0500 Message-ID: <09a701d75899$e116d710$a3448530$@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Content-Language: en-us Thread-Index: AQImhg45Cwtn7gWc92+5nwbl9gAFPwJJmOtsqlHauzA= Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > -----Original Message----- > From: Nathan Chancellor > Sent: Thursday, May 20, 2021 8:13 PM > To: Brian Cain ; Andrew Morton foundation.org> > Cc: Nick Desaulniers ; linux- > hexagon@vger.kernel.org; linux-kernel@vger.kernel.org; clang-built- > linux@googlegroups.com; Nathan Chancellor > Subject: [PATCH 3/3] hexagon: Select ARCH_WANT_LD_ORPHAN_WARN > > Now that we handle all of the sections in a Hexagon defconfig, select > ARCH_WANT_LD_ORPHAN_WARN so that unhandled sections are warned > about by > default. > > Signed-off-by: Nathan Chancellor > --- > arch/hexagon/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/hexagon/Kconfig b/arch/hexagon/Kconfig > index 44a409967af1..e5a852080730 100644 > --- a/arch/hexagon/Kconfig > +++ b/arch/hexagon/Kconfig > @@ -30,6 +30,7 @@ config HEXAGON > select MODULES_USE_ELF_RELA > select GENERIC_CPU_DEVICES > select SET_FS > + select ARCH_WANT_LD_ORPHAN_WARN > help > Qualcomm Hexagon is a processor architecture designed for high > performance and low power across a wide variety of applications. > -- > 2.32.0.rc0 Acked-by: Brian Cain