projects
/
users
/
dwmw2
/
linux.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9500b0b
)
[DO NOT MERGE] x86/kexec: Add int3 in kexec path for testing
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, 12 Mar 2025 14:28:13 +0000
(14:28 +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 17d41e6e1a4b8ac12e1438e7ec6fc30bc28e6987..2b7fc59af37356a4e9a5607a353ad45a6e7eff3f 100644
(file)
--- a/
arch/x86/kernel/relocate_kernel_64.S
+++ b/
arch/x86/kernel/relocate_kernel_64.S
@@
-158,7
+158,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