From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <58DCC21C.6040705@arm.com> Date: Thu, 30 Mar 2017 09:30:20 +0100 From: James Morse MIME-Version: 1.0 References: <20170216182917.19637-1-james.morse@arm.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: [kernel-hardening] Re: [PATCH v4 0/3] arm64: usercopy: Implement stack frame object validation To: Kees Cook Cc: "kernel-hardening@lists.openwall.com" , "linux-arm-kernel@lists.infradead.org" , Will Deacon , Catalin Marinas , Mark Rutland , Pratyush Anand , keun-o.park@darkmatter.ae List-ID: Hi Kees, On 28/03/17 23:34, Kees Cook wrote: > On Thu, Feb 16, 2017 at 4:54 PM, Kees Cook wrote: >> On Thu, Feb 16, 2017 at 10:29 AM, James Morse wrote: >>> This version of Sahara's arch_within_stack_frames() series replaces the >>> open-coded stack walker with a call to arm64's existing walker. > Is this still in progress? Seemed like it was very close? Ah, sorry, I lost track of this when it jumped between mail folders... Sahara had comments on the last patch. How does all this fit with Al Viro's uaccess unification tree?: https://lkml.org/lkml/2017/3/29/61 Thanks, James