Re: [PATCHv2 00/14] arm64: VMAP_STACK support

2017-08-15 Thread Kees Cook
On Tue, Aug 15, 2017 at 10:44 AM, Catalin Marinas wrote: > On Tue, Aug 15, 2017 at 06:39:14PM +0100, Mark Rutland wrote: >> 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 impl

Re: [PATCHv2 00/14] arm64: VMAP_STACK support

2017-08-15 Thread Catalin Marinas
On Tue, Aug 15, 2017 at 06:39:14PM +0100, Mark Rutland wrote: > 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 ea

Re: [PATCHv2 00/14] arm64: VMAP_STACK support

2017-08-15 Thread Mark Rutland
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 mislead

Re: [PATCHv2 00/14] arm64: VMAP_STACK support

2017-08-15 Thread Laura Abbott
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

Re: [PATCHv2 00/14] arm64: VMAP_STACK support

2017-08-15 Thread Will Deacon
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.

[PATCHv2 00/14] arm64: VMAP_STACK support

2017-08-15 Thread Mark Rutland
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