]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
arm64: Add stack information to on_accessible_stack
authorLaura Abbott <labbott@redhat.com>
Fri, 20 Jul 2018 21:41:53 +0000 (14:41 -0700)
committerWill Deacon <will.deacon@arm.com>
Thu, 26 Jul 2018 10:36:07 +0000 (11:36 +0100)
commit8a1ccfbc9e0256baafbbce85ccdb72ec89af2aab
treef1da058d47dd6f0952f4aa8143a5d2eb05f3f8ea
parent2c870e61132c082a03769d2ac0a2849ba33c10e3
arm64: Add stack information to on_accessible_stack

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.

Acked-by: Alexander Popov <alex.popov@linux.com>
Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Laura Abbott <labbott@redhat.com>
[will: folded in fix for allmodconfig build breakage w/ sdei]
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/include/asm/sdei.h
arch/arm64/include/asm/stacktrace.h
arch/arm64/kernel/ptrace.c
arch/arm64/kernel/sdei.c
arch/arm64/kernel/stacktrace.c