]> Git Repo - linux.git/commit
arch: Make ARCH_STACKWALK independent of STACKTRACE
authorPeter Zijlstra <[email protected]>
Mon, 29 Nov 2021 14:28:41 +0000 (14:28 +0000)
committerCatalin Marinas <[email protected]>
Fri, 10 Dec 2021 14:06:03 +0000 (14:06 +0000)
commit1614b2b11fab29dd4ff31ebba9d266961f5af69e
tree30f692ae1a5f8d6539c2b29ccc826a82e106ba98
parentd58071a8a76d779eedab38033ae4c821c30295a5
arch: Make ARCH_STACKWALK independent of STACKTRACE

Make arch_stack_walk() available for ARCH_STACKWALK architectures
without it being entangled in STACKTRACE.

Link: https://lore.kernel.org/lkml/[email protected]/
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
[Mark: rebase, drop unnecessary arm change]
Signed-off-by: Mark Rutland <[email protected]>
Cc: Albert Ou <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Christian Borntraeger <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: Heiko Carstens <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Michael Ellerman <[email protected]>
Cc: Palmer Dabbelt <[email protected]>
Cc: Paul Walmsley <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Vasily Gorbik <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Catalin Marinas <[email protected]>
arch/arm64/kernel/stacktrace.c
arch/powerpc/kernel/Makefile
arch/riscv/kernel/stacktrace.c
arch/s390/kernel/Makefile
arch/x86/kernel/Makefile
include/linux/stacktrace.h
This page took 0.048742 seconds and 4 git commands to generate.