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 6CA03C43219 for ; Wed, 19 Oct 2022 12:09:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229720AbiJSMJs (ORCPT ); Wed, 19 Oct 2022 08:09:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49682 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232861AbiJSMJF (ORCPT ); Wed, 19 Oct 2022 08:09:05 -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 6AD12DEF1C for ; Wed, 19 Oct 2022 04:44:59 -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 90313B822B1 for ; Wed, 19 Oct 2022 11:43:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4FF45C433C1; Wed, 19 Oct 2022 11:43:52 +0000 (UTC) Date: Wed, 19 Oct 2022 12:43:48 +0100 From: Catalin Marinas To: Evgenii Stepanov Cc: stable@vger.kernel.org, Peter Collingbourne , Anshuman Khandual Subject: Re: backport of arm64: mte: move register initialization to C Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Oct 18, 2022 at 03:33:08PM -0700, Evgenii Stepanov wrote: > please backport the following commits to 5.15-stable: > > commit 973b9e37330656dec719ede508e4dc40e5c2d80c upstream. > > Please note that the extra backport below can be avoided with a > trivial change in the above patch. Let me know if that's preferable. > > Cc: # 5.15.y: e921da6: arm64/mm: Consolidate TCR_EL1 fields > Signed-off-by: Evgenii Stepanov If cherry-picking commit e921da6 is sufficient for the backport, I'd go with that. Note that I haven't tried, does it work for both 5.15 and 5.10? -- Catalin