[PATCH v5 20/20] [DO NOT MERGE] x86/kexec: Add int3 in kexec path for testing
David Woodhouse
dwmw2 at infradead.org
Thu Dec 5 07:05:26 PST 2024
From: David Woodhouse <dwmw at amazon.co.uk>
Signed-off-by: David Woodhouse <dwmw at amazon.co.uk>
---
arch/x86/kernel/relocate_kernel_64.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kernel/relocate_kernel_64.S b/arch/x86/kernel/relocate_kernel_64.S
index 12001f389d0b..4fd89ae5a565 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 */
/*
--
2.47.0
More information about the kexec
mailing list