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 X-Spam-Level: X-Spam-Status: No, score=-6.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3FC7EC433E0 for ; Sat, 13 Mar 2021 04:08:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0CFB064F89 for ; Sat, 13 Mar 2021 04:08:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233160AbhCMEIF (ORCPT ); Fri, 12 Mar 2021 23:08:05 -0500 Received: from mail.kernel.org ([198.145.29.99]:59144 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233114AbhCMEHl (ORCPT ); Fri, 12 Mar 2021 23:07:41 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id F05D064F33; Sat, 13 Mar 2021 04:07:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1615608461; bh=qAIJ73TNXMvsFWU4VxAVUcfJQoTgSA0TpJw+ZkYfkL0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=etLH1ZVlNu0h5ysWiWK4GJXuwJZqVhkY9H0ilBnbqhKkmskA90XCPNmLYrazT6vAh 9j//SZ2zHB1bjNNpPwnIS16SNgyREee5vdRKZw9SwJMqKlaHlGnYCYV118rfWrYub4 8L4t+0f7Rm+6AzzcXUkDGkrr6GIxJLyABwPdRv+DPpWyTP0nZp5ggfKR+UezRsyeuX xCkuhv+7uf5QPiDOyQljU+iGEYscuX4CMB0t3qciu4/hQGgr9/IOs3xvZXa0xeh8K/ fO2xAiwTg0UFpHtCTKhQ7olHxRQl2U7IGGp/Ig4/TbEQ5Xn9hbhKk4HEC2mvOIFxKj TJX1eOnrUKFsg== Date: Fri, 12 Mar 2021 23:07:39 -0500 From: Sasha Levin To: Nick Desaulniers Cc: Greg KH , "# 3.4.x" , clang-built-linux , Jian Cai , Ard Biesheuvel , Stefan Agner , Catalin Marinas , Sami Tolvanen , candle.sun@unisoc.com, Miles Chen =?utf-8?B?KOmZs+awkeaouik=?= , Stephen Hines , Luis Lozano , Sandeep Patil Subject: Re: ARCH=arm LLVM_IAS=1 patches for 5.10, 5.4, and 4.19 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Mar 12, 2021 at 09:28:56AM -0800, Nick Desaulniers wrote: >My mistake, meant to lop those last two commits off of 4.19.y, they >were the ones I referred to earlier working their way through the ARM >maintainers tree. Regenerated the series' (rather than edit the patch >files) additionally with --base=auto. Re-attached. Queued up, thanks! -- Thanks, Sasha