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 EE8BEC433EF for ; Wed, 4 May 2022 19:55:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355177AbiEDT73 (ORCPT ); Wed, 4 May 2022 15:59:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32918 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238208AbiEDT7Y (ORCPT ); Wed, 4 May 2022 15:59:24 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7A1CD282 for ; Wed, 4 May 2022 12:55:47 -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 34088B828AA for ; Wed, 4 May 2022 19:55:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3EDC2C385AF; Wed, 4 May 2022 19:55:43 +0000 (UTC) Date: Wed, 4 May 2022 20:55:39 +0100 From: Catalin Marinas To: Kees Cook Cc: Mark Rutland , linux-arm-kernel@lists.infradead.org, akpm@linux-foundation.org, alex.popov@linux.com, linux-kernel@vger.kernel.org, luto@kernel.org, will@kernel.org Subject: Re: [PATCH v2 01/13] arm64: stackleak: fix current_top_of_stack() Message-ID: References: <20220427173128.2603085-1-mark.rutland@arm.com> <20220427173128.2603085-2-mark.rutland@arm.com> <202205041200.147A737@keescook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202205041200.147A737@keescook> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 04, 2022 at 12:01:11PM -0700, Kees Cook wrote: > On Wed, May 04, 2022 at 05:41:32PM +0100, Catalin Marinas wrote: > > On Wed, Apr 27, 2022 at 06:31:16PM +0100, Mark Rutland wrote: > > > [...] > > > Fixes: 0b3e336601b82c6a ("arm64: Add support for STACKLEAK gcc plugin") > > > Signed-off-by: Mark Rutland > > > Cc: Alexander Popov > > > Cc: Andrew Morton > > > Cc: Andy Lutomirski > > > Cc: Catalin Marinas > > > Cc: Kees Cook > > > Cc: Will Deacon > > > > I thought this was queued already but I couldn't find it in -next. So: > > > > Acked-by: Catalin Marinas > > Should this patch go via the arm64 tree for -rc6, or should I just carry > it as part of the overall stackleak series? I'll leave this up to Will (we take turns in managing the kernel releases) but it doesn't look urgent at all to me since it fixes a commit in 4.19. -- Catalin