Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753241AbdHORka (ORCPT ); Tue, 15 Aug 2017 13:40:30 -0400 Received: from foss.arm.com ([217.140.101.70]:55524 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752660AbdHORk3 (ORCPT ); Tue, 15 Aug 2017 13:40:29 -0400 Date: Tue, 15 Aug 2017 18:39:14 +0100 From: Mark Rutland To: Laura Abbott Cc: linux-arm-kernel@lists.infradead.org, ard.biesheuvel@linaro.org, catalin.marinas@arm.com, james.morse@arm.com, linux-kernel@vger.kernel.org, luto@amacapital.net, matt@codeblueprint.co.uk, will.deacon@arm.com, kernel-hardening@lists.openwall.com, keescook@chromium.org Subject: Re: [PATCHv2 00/14] arm64: VMAP_STACK support Message-ID: <20170815173913.GA27057@leverpostej> References: <1502801449-29246-1-git-send-email-mark.rutland@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 831 Lines: 24 On Tue, Aug 15, 2017 at 10:18:20AM -0700, Laura Abbott wrote: > On 08/15/2017 05:50 AM, Mark Rutland wrote: > > Hi, > > > > Ard and I have worked together to implement vmap stack support for > > arm64. This supersedes our earlier vmap stack RFCs [0,1]. The git author > > stats are a little misleading, as I've teased parts out into smaller > > patches for review. > > > > The series is based on our stack dump rework [2,3], which can be found > > in the arm64/exception-stack branch [4] of my kernel.org repo. This > > series can be found in the arm64/vmap-stack branch [5] of the same repo. > Tested-by: Laura Abbott Thanks! > (I think I may be slightly late with this. Oh well.) On the chance that Catalin's happy to redo the pull, I've folded that Tested-by in, and pushed the series. Thanks, Mark.