Skip to content

Commit 36ec9c3

Browse files
committed
python: lib: kernel: Include fix for CFI kexec problem
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent 62394fb commit 36ec9c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/lib/kernel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def prepare_source(base_name, base_ref='origin/master'):
9898
# https://lore.kernel.org/20241212014418.GA532802@ax162/
9999
patches.append('https://lore.kernel.org/all/ed7dd45f89e8f286478791137447a21d53735dbd.camel@infradead.org/') # [PATCH] x86/kexec: Disable global pages before writing to control page
100100
patches.append('https://lore.kernel.org/all/20241213-kexec-fix-section-name-for-ffunction-sections-v1-1-1ae6050f6a15@kernel.org/') # x86/kexec: Fix location of relocate_kernel with -ffunction-sections
101+
patches.append('https://lore.kernel.org/all/20241214230818.GA677337@ax162/') # possible fixup for "x86/kexec: Invoke copy of relocate_kernel() instead of the original"
101102
# yapf: enable
102103

103104
try:

0 commit comments

Comments
 (0)