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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D6D93C433F5 for ; Wed, 9 Mar 2022 22:40:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238807AbiCIWlb (ORCPT ); Wed, 9 Mar 2022 17:41:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45054 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232287AbiCIWl3 (ORCPT ); Wed, 9 Mar 2022 17:41:29 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3BB8C12220D; Wed, 9 Mar 2022 14:40:30 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id CB97E61C3A; Wed, 9 Mar 2022 22:40:29 +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-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.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!