Skip to content

Commit

Permalink
python: lib: kernel: Include fix for CFI kexec problem
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Dec 15, 2024
1 parent 62394fb commit 36ec9c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lib/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def prepare_source(base_name, base_ref='origin/master'):
# https://lore.kernel.org/20241212014418.GA532802@ax162/
patches.append('https://lore.kernel.org/all/[email protected]/') # [PATCH] x86/kexec: Disable global pages before writing to control page
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
patches.append('https://lore.kernel.org/all/20241214230818.GA677337@ax162/') # possible fixup for "x86/kexec: Invoke copy of relocate_kernel() instead of the original"
# yapf: enable

try:
Expand Down

0 comments on commit 36ec9c3

Please sign in to comment.