From: David Woodhouse <dwmw@amazon.co.uk>
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=refs%2Fheads%2Fkexec-debug-5;p=users%2Fdwmw2%2Flinux.git

[DO NOT MERGE] x86/kexec: Add int3 in kexec path for testing

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
---

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 */
 
 	/*