]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: stacktrace: Factor out unwind_next_common()
authorKalesh Singh <kaleshsingh@google.com>
Tue, 26 Jul 2022 07:37:36 +0000 (00:37 -0700)
committerMarc Zyngier <maz@kernel.org>
Tue, 26 Jul 2022 09:48:20 +0000 (10:48 +0100)
commitcb6ee0f3e7ea9c26a6a72973610bb2fe6b846a91
treee2169656f730cc09b232556f6edd4aa0db22df75
parentf79ce109f0bd6c8c3d2bb6e37c8786e62a533ed9
arm64: stacktrace: Factor out unwind_next_common()

Move common unwind_next logic to stacktrace/common.h. This allows
reusing the code in the implementation the nVHE hypervisor stack
unwinder, later in this series.

Signed-off-by: Kalesh Singh <kaleshsingh@google.com>
Reviewed-by: Fuad Tabba <tabba@google.com>
Reviewed-by: Mark Brown <broonie@kernel.org>
Tested-by: Fuad Tabba <tabba@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20220726073750.3219117-4-kaleshsingh@google.com
arch/arm64/include/asm/stacktrace/common.h
arch/arm64/kernel/stacktrace.c