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 4D300C433F5 for ; Tue, 26 Apr 2022 16:02:45 +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=CXwlpDKZ98X4T/C/mm73dNNPfwMfCX077pIIlXjEcd0=; b=CcITh5igfEsL83 c863NnNkWM5KOS5e59IxRwO9YZOI/hUEAU3LBA/G36aI6EsR0wJs47J5l6agoyGOwzgmJUP1TWwnK pPAB2ggjvO9l0EaSwp5l7CszsAg73uDYFvq3GzKYq7VRGZZ32bAngUDdN+VFIZhSDv7turZv5blj9 pYXPLsHPn1RUMKW0Qa0fJBfUu5WZvpxnGpNxuhUOa0MizFP6KjyoAc4nrp2hgyVR3XJpOOs8Dybtw c80HUmB/M99lhP8X+12+6cMyyoLNaRRro4bE84cAch5NvbBdR7zE7XQD4ob13iExP2LdJb57GiKEw a43cbtXBnQAoeoxWuZoA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1njNd9-00FFxz-QC; Tue, 26 Apr 2022 16:01:35 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1njNd5-00FFwi-W4 for linux-arm-kernel@lists.infradead.org; Tue, 26 Apr 2022 16:01:33 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A4F0023A; Tue, 26 Apr 2022 09:01:30 -0700 (PDT) Received: from lakrids (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 8AD663F73B; Tue, 26 Apr 2022 09:01:29 -0700 (PDT) Date: Tue, 26 Apr 2022 17:01:27 +0100 From: Mark Rutland To: Kees Cook Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, akpm@linux-foundation.org, alex.popov@linux.com, catalin.marinas@arm.com, luto@kernel.org, will@kernel.org Subject: Re: [PATCH 0/8] stackleak: fixes and rework Message-ID: References: <20220425115603.781311-1-mark.rutland@arm.com> <202204251551.0CFE01DF4@keescook> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <202204251551.0CFE01DF4@keescook> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220426_090132_163637_A3E05974 X-CRM114-Status: GOOD ( 11.55 ) 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 Mon, Apr 25, 2022 at 03:54:00PM -0700, Kees Cook wrote: > On Mon, Apr 25, 2022 at 12:55:55PM +0100, Mark Rutland wrote: > > This series reworks the stackleak code. The first patch fixes some > > latent issues on arm64, and the subsequent patches improve the code to > > improve clarity and permit better code generation. > > This looks nice; thanks! I'll put this through build testing and get it > applied shortly... FWIW, looking at testing I've spotted a fencepost error, so I'll spin a v2 with that fixed (and with updates to the LKDTM test). Thanks, Mark. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel