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 98FBBC433EF for ; Wed, 9 Mar 2022 22:41:41 +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=3vH9ETqZ2J3XN11MzlcyzRrCzJRMfY0v/suostpUsD4=; b=0SaCvgQ6JgjITT e8aLEfV+oAOt4r4qbinB502Qbvrh3BrujoaPOcR6jsw3t/YapCfELZOKs2XGiHbuvuZEnbETKPN9P 9OJrE5vOfVF9ZM1xDD0kE93JSivEHDTv4t2FvcKlmQ0WGOwokc3q2h3pShD8atwGsg5Uog+PIug5E 5pbbGH1tDhUpavaiEUhYGh3wGunvTKZKhSkTGvnqK4tZ0a/6WOk/5ohIPbyWjswCcNtERkio69cDe ZdcFiFGw+NeocJ0cXHsqi0NluCa0y0s6lCWoQ/9oYqzoM/zAvxKw/8cxADyfkZ+yJFbKOLCnNdd/X S2HUNaei5mGkM5ljVeFA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nS4yx-00Ahxt-9b; Wed, 09 Mar 2022 22:40:35 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nS4yt-00Ahww-Uk for linux-arm-kernel@lists.infradead.org; Wed, 09 Mar 2022 22:40:33 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 981E2B82432; Wed, 9 Mar 2022 22:40:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3CFE6C340E8; Wed, 9 Mar 2022 22:40:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1646865629; bh=qKJFJE0ylst9VCwNi3R9jMlbmYDqv0ekKnolKkzO0J8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iR6I9vK25qveU36llBpLd6G4GOfTeg0ZJyrtvmQ0/XnYuH88hrkSliPLtbNlYCkwC ZVca7aZWcix+AsJKYPZljLtfxjImoQbNs592naBXzz8F7N7lmsOzauWPH1nmk7exJ9 g+YPsByx2uLoyNF0VaalW0D9H8U0S1tHzIn7YJTI= Date: Wed, 9 Mar 2022 23:40:24 +0100 From: Greg Kroah-Hartman To: Linus Torvalds Cc: Nathan Chancellor , Russell King , Nick Desaulniers , Linux ARM , Linux Kernel Mailing List , llvm@lists.linux.dev, stable Subject: Re: [PATCH] ARM: Do not use NOCROSSREFS directive with ld.lld Message-ID: References: <20220309220726.1525113-1-nathan@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220309_144032_161273_B4F00531 X-CRM114-Status: GOOD ( 13.75 ) 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 Wed, Mar 09, 2022 at 02:31:24PM -0800, Linus Torvalds wrote: > On Wed, Mar 9, 2022 at 2:28 PM Greg Kroah-Hartman > wrote: > > > > What about this one too: > > https://lore.kernel.org/r/20220309191633.2307110-1-nathan@kernel.org > > > > it should fix a arm64 build with clang. > > Heh. That one just came as a pull from Catalin. It's now commit 52c9f93a9c48.. Great! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel