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 A4B6FC433EF for ; Wed, 9 Mar 2022 22:30:04 +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=BTE+v0GXXjpYuXXWX8xH9m5xmO9sa/8F04NEM47ngRg=; b=uOmY9DqTenJ1Cr 9v+9dNnVTTAuGgIpBm0THc6RqRILi/fEcmy+8I6nalLFbl3OFhqUWtpuIH5+XlOojmyavakjomM5M KdPX89eU+7Pl0w/Ox6sqEAg2x6pwv7uW7TRAYcnd9JXlvNikV7z26S+czOD+oms9i80PIUcNZ9Ioe rSWWrhwJ4cIy+ryez+6bZHLQKUl67RRLzyx0dsZ8nns2YXT3q6Dfzh+/LxDYJGqPdbTTT3tBT5J1H H7cqCFYdctNhW0XPvwvp6Swlb0mHmwhmBZohnVdsls/izTAZPtGHtF8WqlS/oa8xFIOzZNAuO/iiC teDjZpM8YRghGwX4FAMg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nS4nb-00AfIB-DZ; Wed, 09 Mar 2022 22:28:51 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nS4nY-00AfHO-AH for linux-arm-kernel@lists.infradead.org; Wed, 09 Mar 2022 22:28:49 +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 ED0ADB82365; Wed, 9 Mar 2022 22:28:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 217F9C340E8; Wed, 9 Mar 2022 22:28:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1646864925; bh=53qItwjn/BOmlYHVisMW1+2o9gev8Fumk6b56V5DF4s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IHRpf7i80XWydJ7OMX3De3fLyunRWD7QtdlZ6l02HGYZrNTOnP4QZIqRwHM49ALsE OWJzWlKOaGmo1H2LAqUxjZlSh5FMvqHpPYIaL1WEGCat/6g32JdGUIcwQk05Gjck7p fogirSCWlWD+hpKX+jV9ZPAzTuRSychthC1+rL4w= Date: Wed, 9 Mar 2022 23:28:39 +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_142848_528215_7EBB0C15 X-CRM114-Status: GOOD ( 14.32 ) 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:15:23PM -0800, Linus Torvalds wrote: > On Wed, Mar 9, 2022 at 2:11 PM Nathan Chancellor wrote: > > > > It would be nice if this could be applied directly to unblock our CI if > > there are no objections. > > Applied. > > Greg - yet another small fixup. It's commit 36168e387fa7 in my tree. Thanks will go queue that up now. What about this one too: https://lore.kernel.org/r/20220309191633.2307110-1-nathan@kernel.org it should fix a arm64 build with clang. thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel