projects
/
users
/
dwmw2
/
linux.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8554a40
)
[DO NOT MERGE] x86/kexec: Add int3 in kexec path for testing
kexec-6
kexec-debug-6
author
David Woodhouse <dwmw@amazon.co.uk>
Sun, 3 Nov 2024 01:25:13 +0000
(
01:25
+0000)
committer
David Woodhouse <dwmw@amazon.co.uk>
Wed, 15 Jan 2025 12:36:08 +0000
(12:36 +0000)
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
arch/x86/kernel/relocate_kernel_64.S
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/relocate_kernel_64.S
b/arch/x86/kernel/relocate_kernel_64.S
index 493b378713e5c777f486674c78c35142d249ff78..e4253102b23484ccdf4d203c12cf3aa566da42da 100644
(file)
--- a/
arch/x86/kernel/relocate_kernel_64.S
+++ b/
arch/x86/kernel/relocate_kernel_64.S
@@
-156,7
+156,7
@@
SYM_CODE_START_LOCAL_NOALIGN(identity_mapped)
lidt (%rsp)
addq $10, %rsp
-
//
int3
+ int3
#endif /* CONFIG_KEXEC_DEBUG */
/*