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 80543C3A59D for ; Sat, 22 Oct 2022 09:04:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232348AbiJVJE3 (ORCPT ); Sat, 22 Oct 2022 05:04:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43252 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235030AbiJVJDU (ORCPT ); Sat, 22 Oct 2022 05:03:20 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 829B02FA5C9; Sat, 22 Oct 2022 01:18:23 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 067F260ADC; Sat, 22 Oct 2022 08:15:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CBC49C43470; Sat, 22 Oct 2022 08:15:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1666426520; bh=bVwuHeyD6NBbvbw/CTdPYwlqiQGkMoa5incPyO51BKQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MRFmoRbI59ENHf6UMBZKAQrxouJc4uJwAqmTb+8OXfd8EhjZWHMcIwGQ3ZBEaEIJV cIS+w0m8fbri1SdENSXiflOKcdrPBn7u6LGCJO5AGydXM8rcKJbypUU0ZuQQYVqVrt 7ExI4dXjD5EhLbkC2D9J8IZDgrLmpfVX+BdgmEWg= Date: Sat, 22 Oct 2022 09:36:29 +0200 From: Greg Kroah-Hartman To: Evgenii Stepanov Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Anshuman Khandual , Catalin Marinas , Will Deacon , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] arm64/mm: Consolidate TCR_EL1 fields Message-ID: References: <20221021222811.2366215-1-eugenis@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221021222811.2366215-1-eugenis@google.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 21, 2022 at 03:28:11PM -0700, Evgenii Stepanov wrote: > From: Anshuman Khandual > > commit e921da6bc7cac5f0e8458fe5df18ae08eb538f54 upstream. > > This renames and moves SYS_TCR_EL1_TCMA1 and SYS_TCR_EL1_TCMA0 definitions > into pgtable-hwdef.h thus consolidating all TCR fields in a single header. > This does not cause any functional change. > > Cc: Catalin Marinas > Cc: Will Deacon > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > Acked-by: Catalin Marinas > Signed-off-by: Anshuman Khandual > Link: https://lore.kernel.org/r/1643121513-21854-1-git-send-email-anshuman.khandual@arm.com > Signed-off-by: Will Deacon > --- > arch/arm64/include/asm/pgtable-hwdef.h | 2 ++ > arch/arm64/include/asm/sysreg.h | 4 ---- > arch/arm64/mm/proc.S | 2 +- > 3 files changed, 3 insertions(+), 5 deletions(-) What stable kernel branch(es) do you want this applied to? thanks, greg k-h