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 D0B20CCA47B for ; Thu, 30 Jun 2022 13:29:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234845AbiF3N3q (ORCPT ); Thu, 30 Jun 2022 09:29:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35114 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234793AbiF3N3p (ORCPT ); Thu, 30 Jun 2022 09:29:45 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0AE9C340F0; Thu, 30 Jun 2022 06:29:44 -0700 (PDT) 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 B6637B82AC8; Thu, 30 Jun 2022 13:29:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E820DC34115; Thu, 30 Jun 2022 13:29:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1656595781; bh=KCrRHfeUIe7MZHkiyxpR0lqhs4cXEpAMVLMgYUHAIPw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aq8HZROPgd+KjNLt+UwrqG3NATB9mfD3hiMxLEsOhjtXVvigeIHldTp8ABPOxSSTB gYqYjxnfZaxgWLpjwvQJveEtiUSaU8hmei5hjLquladnpQ11liLgM7BtwRvoav2j0H MAFa2FlNc7iBfFy35tqu2aHLrlf8j9b0hsOtx0Y4= Date: Thu, 30 Jun 2022 15:29:26 +0200 From: Greg Kroah-Hartman To: Florian Fainelli Cc: stable@vger.kernel.org, Russell King , Herbert Xu , "David S. Miller" , Tony Lindgren , Hans Ulli Kroll , Ard Biesheuvel , Stefan Agner , Nick Desaulniers , Nicolas Pitre , Andre Przywara , "Russell King (Oracle)" , Catalin Marinas , Jian Cai , "moderated list:ARM PORT" , open list , "open list:CRYPTO API" , "open list:OMAP2+ SUPPORT" , "open list:CLANG/LLVM BUILD SUPPORT" , Sasha Levin Subject: Re: [PATCH stable 5.4 00/11] ARM 32-bit build with Clang IAS Message-ID: References: <20220629180227.3408104-1-f.fainelli@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220629180227.3408104-1-f.fainelli@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org On Wed, Jun 29, 2022 at 11:02:16AM -0700, Florian Fainelli wrote: > Hi, > > This patch series is a collection of clean cherry picks into the 5.4 > kernel allowing us to use the Clang integrated assembler to build the > ARM 32-bit kernel. > > This is useful in order to have proper build and runtime coverage of the > stable kernel(s). Odd, but ok, if this helps you out. Now queued up. greg k-h