Re: [PATCH 4/4] x86: usercopy: reimplement arch_within_stack_frames with unwinder

2018-04-08 Thread Keun-O Park
Hi Kees, On Thu, Apr 5, 2018 at 3:11 AM, Kees Cook wrote: > [resending with the CCs I forgot...] > > On Thu, Mar 1, 2018 at 2:19 AM, wrote: >> From: Sahara >> >> The old arch_within_stack_frames which used the frame

Re: [PATCH 4/4] x86: usercopy: reimplement arch_within_stack_frames with unwinder

2018-04-08 Thread Keun-O Park
Hi Kees, On Thu, Apr 5, 2018 at 3:11 AM, Kees Cook wrote: > [resending with the CCs I forgot...] > > On Thu, Mar 1, 2018 at 2:19 AM, wrote: >> From: Sahara >> >> The old arch_within_stack_frames which used the frame pointer is >> now reimplemented to use frame pointer unwinder apis. So the

Re: [PATCH 4/4] x86: usercopy: reimplement arch_within_stack_frames with unwinder

2018-04-04 Thread Kees Cook
[resending with the CCs I forgot...] On Thu, Mar 1, 2018 at 2:19 AM, wrote: > From: Sahara > > The old arch_within_stack_frames which used the frame pointer is > now reimplemented to use frame pointer unwinder apis. So the main > functionality is

Re: [PATCH 4/4] x86: usercopy: reimplement arch_within_stack_frames with unwinder

2018-04-04 Thread Kees Cook
[resending with the CCs I forgot...] On Thu, Mar 1, 2018 at 2:19 AM, wrote: > From: Sahara > > The old arch_within_stack_frames which used the frame pointer is > now reimplemented to use frame pointer unwinder apis. So the main > functionality is same as before. > > Signed-off-by: Sahara