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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 22DC9C47422 for ; Fri, 26 Jan 2024 17:00:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=tDrh11waW4jEMHcgWibZ3NmU2F0oAH1SrPDhckPm3ns=; b=cHr0NhEqx8/sqZ G2kbCGNdkF+ICASd2TTW2+9zY9QQZbcnfIJNSYtbxh3h/leVQVK3FCuixyserDVQTSuoOz2JfJ6Qo YwMeAxVpy0+fTNvme73RxwyV9MarziaBfKC4i17VToTePAzKKI2QNxVUcTxhoUrU9luOMVzXhyqmF K6VA5+hQK0wF+I1vPpE92CWbzJ/v6mDREwsfhFZ3NIKW+3tZA3SLpfsy68q3resrfo1tcSUziNBi4 Eb6iZb9l5QqZuql6qjnFrVuMWwmnUv7pePUfezcpwtvD4GsBsTKs9nXntxpFVln+OvVB0ze37J1Lj y/gs05vfW4pZeITrKE/A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rTPZD-00000004mHG-0LZk; Fri, 26 Jan 2024 17:00:35 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rTPZ8-00000004mGT-0hbY for linux-arm-kernel@lists.infradead.org; Fri, 26 Jan 2024 17:00:32 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 16DBF1FB; Fri, 26 Jan 2024 09:01:12 -0800 (PST) Received: from FVFF77S0Q05N (unknown [10.57.47.163]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 14E733F762; Fri, 26 Jan 2024 09:00:24 -0800 (PST) Date: Fri, 26 Jan 2024 17:00:15 +0000 From: Mark Rutland To: Nathan Chancellor Cc: akpm@linux-foundation.org, masahiroy@kernel.org, nicolas@fjasle.eu, linux-kbuild@vger.kernel.org, llvm@lists.linux.dev, patches@lists.linux.dev, linux-kernel@vger.kernel.org, catalin.marinas@arm.com, will@kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 05/11] arm64: Kconfig: Clean up tautological LLVM version checks Message-ID: References: <20240125-bump-min-llvm-ver-to-13-0-1-v1-0-f5ff9bda41c5@kernel.org> <20240125-bump-min-llvm-ver-to-13-0-1-v1-5-f5ff9bda41c5@kernel.org> <20240126161025.GA3265550@dev-arch.thelio-3990X> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240126161025.GA3265550@dev-arch.thelio-3990X> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240126_090030_316431_A61A1970 X-CRM114-Status: GOOD ( 15.11 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Jan 26, 2024 at 09:10:25AM -0700, Nathan Chancellor wrote: > On Fri, Jan 26, 2024 at 12:59:55PM +0000, Mark Rutland wrote: > > On Thu, Jan 25, 2024 at 03:55:11PM -0700, Nathan Chancellor wrote: > > > config CPU_BIG_ENDIAN > > > bool "Build big-endian kernel" > > > - depends on !LD_IS_LLD || LLD_VERSION >= 130000 > > > # https://github.com/llvm/llvm-project/commit/1379b150991f70a5782e9a143c2ba5308da1161c > > > > We can delete the URL here, since that was just to describe why this depended > > upon LLVM 13+; it's weird for it to sit here on its own. > > I think this is the URL for the fix for the problem brought up by > commit 146a15b87335 ("arm64: Restrict CPU_BIG_ENDIAN to GNU as or LLVM > IAS 15.x or newer"), so I think it should stay? It does not look like I > ever added a link or context for the LLD line, I definitely should have. Whoops; I clearly misread that, and yes it should stay. Sorry about that; for the patch as-is: Acked-by: Mark Rutland Mark. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel