Searched hist:"9 f5fee05f6897d0fe0e3a44ade71bb85cd97b2ef" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/arm64/include/asm/stacktrace/ |
H A D | nvhe.h | diff 9f5fee05f6897d0fe0e3a44ade71bb85cd97b2ef Wed Jul 27 09:29:02 CDT 2022 Marc Zyngier <maz@kernel.org> KVM: arm64: Move nVHE stacktrace unwinding into its own compilation unit
The unwinding code doesn't really belong to the exit handling code. Instead, move it to a file (conveniently named stacktrace.c to confuse the reviewer), and move all the stacktrace-related stuff there.
It will be joined by more code very soon.
Signed-off-by: Marc Zyngier <maz@kernel.org> Reviewed-by: Kalesh Singh <kaleshsingh@google.com> Tested-by: Kalesh Singh <kaleshsingh@google.com> Reviewed-by: Oliver Upton <oliver.upton@linux.dev> Link: https://lore.kernel.org/r/20220727142906.1856759-3-maz@kernel.org
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | stacktrace.c | 9f5fee05f6897d0fe0e3a44ade71bb85cd97b2ef Wed Jul 27 09:29:02 CDT 2022 Marc Zyngier <maz@kernel.org> KVM: arm64: Move nVHE stacktrace unwinding into its own compilation unit
The unwinding code doesn't really belong to the exit handling code. Instead, move it to a file (conveniently named stacktrace.c to confuse the reviewer), and move all the stacktrace-related stuff there.
It will be joined by more code very soon.
Signed-off-by: Marc Zyngier <maz@kernel.org> Reviewed-by: Kalesh Singh <kaleshsingh@google.com> Tested-by: Kalesh Singh <kaleshsingh@google.com> Reviewed-by: Oliver Upton <oliver.upton@linux.dev> Link: https://lore.kernel.org/r/20220727142906.1856759-3-maz@kernel.org
|
H A D | Makefile | diff 9f5fee05f6897d0fe0e3a44ade71bb85cd97b2ef Wed Jul 27 09:29:02 CDT 2022 Marc Zyngier <maz@kernel.org> KVM: arm64: Move nVHE stacktrace unwinding into its own compilation unit
The unwinding code doesn't really belong to the exit handling code. Instead, move it to a file (conveniently named stacktrace.c to confuse the reviewer), and move all the stacktrace-related stuff there.
It will be joined by more code very soon.
Signed-off-by: Marc Zyngier <maz@kernel.org> Reviewed-by: Kalesh Singh <kaleshsingh@google.com> Tested-by: Kalesh Singh <kaleshsingh@google.com> Reviewed-by: Oliver Upton <oliver.upton@linux.dev> Link: https://lore.kernel.org/r/20220727142906.1856759-3-maz@kernel.org
|
H A D | handle_exit.c | diff 9f5fee05f6897d0fe0e3a44ade71bb85cd97b2ef Wed Jul 27 09:29:02 CDT 2022 Marc Zyngier <maz@kernel.org> KVM: arm64: Move nVHE stacktrace unwinding into its own compilation unit
The unwinding code doesn't really belong to the exit handling code. Instead, move it to a file (conveniently named stacktrace.c to confuse the reviewer), and move all the stacktrace-related stuff there.
It will be joined by more code very soon.
Signed-off-by: Marc Zyngier <maz@kernel.org> Reviewed-by: Kalesh Singh <kaleshsingh@google.com> Tested-by: Kalesh Singh <kaleshsingh@google.com> Reviewed-by: Oliver Upton <oliver.upton@linux.dev> Link: https://lore.kernel.org/r/20220727142906.1856759-3-maz@kernel.org
|