From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Tue, 15 Aug 2017 15:00:35 +0100 Subject: [PATCHv2 00/14] arm64: VMAP_STACK support In-Reply-To: <1502801449-29246-1-git-send-email-mark.rutland@arm.com> References: <1502801449-29246-1-git-send-email-mark.rutland@arm.com> Message-ID: <20170815140035.GA18351@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Aug 15, 2017 at 01:50:35PM +0100, Mark Rutland wrote: > 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. > > Since v1 [6]: > * Fix typos > * Update comments in entry assembly > * Dump exception context (and stacks) before regs > * Define safe adr_this_cpu for modules Thanks: Reviewed-by: Will Deacon for the series. Will