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=14c010ca2017789e650380fa8a1fef8751be4416;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 e889bdcf93430..814af7fa63188 100644 --- a/arch/x86/kernel/relocate_kernel_64.S +++ b/arch/x86/kernel/relocate_kernel_64.S @@ -163,7 +163,7 @@ SYM_CODE_START_LOCAL_NOALIGN(identity_mapped) lidt (%rsp) addq $10, %rsp - //int3 + int3 /* * Clear X86_CR4_CET (if it was set) such that we can clear CR0_WP