From: David Woodhouse Date: Sun, 3 Nov 2024 01:25:13 +0000 (+0000) Subject: [DO NOT MERGE] x86/kexec: Add int3 in kexec path for testing X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2d3ba0ceddd90b39f12d51b0bc2f06390c31a35b;p=users%2Fdwmw2%2Flinux.git [DO NOT MERGE] x86/kexec: Add int3 in kexec path for testing Signed-off-by: David Woodhouse --- diff --git a/arch/x86/kernel/relocate_kernel_64.S b/arch/x86/kernel/relocate_kernel_64.S index 12001f389d0b5..4fd89ae5a565f 100644 --- a/arch/x86/kernel/relocate_kernel_64.S +++ b/arch/x86/kernel/relocate_kernel_64.S @@ -153,7 +153,7 @@ SYM_CODE_START_LOCAL_NOALIGN(identity_mapped) lidt (%rsp) addq $10, %rsp - //int3 + int3 #endif /* CONFIG_KEXEC_DEBUG */ /*