Re: [PATCHv2 1/2] arm64: Add stack information to on_accessible_stack

2018-07-20 Thread Mark Rutland
On Thu, Jul 19, 2018 at 04:28:05PM -0700, Laura Abbott wrote: > > In preparation for enabling the stackleak plugin on arm64, > we need a way to get the bounds of the current stack. Extend > on_accessible_stack to get this information. > > Signed-off-by: Laura Abbott > --- > v2: Switched to

Re: [PATCHv2 1/2] arm64: Add stack information to on_accessible_stack

2018-07-20 Thread Mark Rutland
On Thu, Jul 19, 2018 at 04:28:05PM -0700, Laura Abbott wrote: > > In preparation for enabling the stackleak plugin on arm64, > we need a way to get the bounds of the current stack. Extend > on_accessible_stack to get this information. > > Signed-off-by: Laura Abbott > --- > v2: Switched to

[PATCHv2 1/2] arm64: Add stack information to on_accessible_stack

2018-07-19 Thread Laura Abbott
In preparation for enabling the stackleak plugin on arm64, we need a way to get the bounds of the current stack. Extend on_accessible_stack to get this information. Signed-off-by: Laura Abbott --- v2: Switched to using struct stack_info for argument passing. on_accessible_stack is now the

[PATCHv2 1/2] arm64: Add stack information to on_accessible_stack

2018-07-19 Thread Laura Abbott
In preparation for enabling the stackleak plugin on arm64, we need a way to get the bounds of the current stack. Extend on_accessible_stack to get this information. Signed-off-by: Laura Abbott --- v2: Switched to using struct stack_info for argument passing. on_accessible_stack is now the