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 05E30C433FE for ; Fri, 21 Oct 2022 14:23:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230036AbiJUOXX (ORCPT ); Fri, 21 Oct 2022 10:23:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56436 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229556AbiJUOXW (ORCPT ); Fri, 21 Oct 2022 10:23:22 -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 D4FD127D4CC for ; Fri, 21 Oct 2022 07:23:17 -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 1E323B82BCF for ; Fri, 21 Oct 2022 14:23:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 67CA5C433D6; Fri, 21 Oct 2022 14:23:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1666362194; bh=cWPl6VksCNwrlIm8EAM+LaA9DpE69r4WtElnbJJQHqQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=a6FeqpNAdXaAjHfWGANC4LiqizfbfpoY2WeXa1teX1Kubl2jufmbUfjCbZVLC20eH jliGwi6/fnCS79cgBZpsJm+UJG1fxqNjsGfhDSnGP27lsHudJ9FPvHbfJU6JHJew6x pOCR25CdVWMIeDHDzaCT0gkHl41QulfD70VILQLw= Date: Fri, 21 Oct 2022 16:23:12 +0200 From: Greg KH To: Evgenii Stepanov Cc: stable@vger.kernel.org, Peter Collingbourne , Catalin Marinas , 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: > Hello stable, > > please backport the following commits to 5.15-stable: > > commit 973b9e37330656dec719ede508e4dc40e5c2d80c upstream. It does not apply to 5.15.y :( > 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 Yes, please provide a working backport. thanks, greg k-h