Hi Kees, On Thu, Apr 5, 2018 at 2:55 AM, Kees Cook <[email protected]> wrote: > On Thu, Mar 1, 2018 at 2:19 AM, <[email protected]> wrote: >> From: James Morse <[email protected]> >> >> This implements arch_within_stack_frames() for arm64 that should >> validate if a given object is contained by a kernel stack frame. >> >> Signed-off-by: James Morse <[email protected]> >> Reviewed-by: Sahara <[email protected]> > > Looks good to me. Does this end up passing the LKDTM > USERCOPY_STACK_FRAME_TO and USERCOPY_STACK_FRAME_FROM tests?
Yes, this passes those two LKDTM tests. Thanks. BR Sahara

