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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 86DF5ECAAD2 for ; Sun, 28 Aug 2022 07:49:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=NGw/ZdoKrQx1+wJE1ZTLUwJ66W8CvoPDTRAKXaTrfAg=; b=tAv7BqHQSJ5Kqk yql4hGbkkFEdJEbUj+ak7bVSxov8B613IM2yGc1/NY0VHpGtJnj2Hi1dm7wahXouSB37oiSMRvea+ zl0UTEqbAXYz5EoBbmORBNqZzaWkymfAr11kkqtgNr/nQmbxNQMeu/cwQ532jL7uKf1Y3BN+BvYCq uXmbYe7WNb8lsmGsejglhitg8XCXUsYlhAt2tRvJIZejC1PF1vKvWjz9lb3tIfTk7BgkyzX7tPyh9 VempoP8jRtIqkA2AyYVQ/q5FEegACQ6XQLC/rGzy/r0sk5rh5XVGq59dY1xihFfH8lr7Zic3vcHWl 2cjMFQc8iMZ2HkTmSMzg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oSD1H-00FOYp-Vx; Sun, 28 Aug 2022 07:47:48 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oSBuQ-00EkbV-Er for linux-arm-kernel@lists.infradead.org; Sun, 28 Aug 2022 06:36:51 +0000 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 sin.source.kernel.org (Postfix) with ESMTPS id 60DE5CE0027; Sun, 28 Aug 2022 06:36:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5D668C433D6; Sun, 28 Aug 2022 06:36:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1661668583; bh=sab3TDUUTfPPkjPeNFBzV1XzcE9ZzYmXLNRJY0wrKhs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aWZINi74Kmlb6ykQ8kb7z+/psrXhZFowP1SiPlIqm8BqXSk6FgGahrGcMl8exiF53 /exi+oHJvn3V1YsM3SUE5w14UufAtpJE1XkL9R5FPGxhh858NzJ1Oriq0LL882zL21 dW8YOVs/y0wEBowxchJMWwVTyxQXH6UdaIWhj0XM= Date: Sun, 28 Aug 2022 08:23:02 +0200 From: Greg Kroah-Hartman To: Mikulas Patocka Cc: James Morse , Will Deacon , Ard Biesheuvel , Catalin Marinas , linux-arm-kernel@lists.infradead.org Subject: Re: backport of "arm64: errata: Remove AES hwcap for COMPAT tasks" Message-ID: References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220827_233638_738954_5E9C3730 X-CRM114-Status: GOOD ( 10.47 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sat, Aug 27, 2022 at 10:00:13AM -0400, Mikulas Patocka wrote: > Hi > > Should the commit 44b3834b2eed595af07021b1c64e6f9bc396398b ("arm64: > errata: Remove AES hwcap for COMPAT tasks") be backported to the stable > kernels, because it fixes data corruption? This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel