You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
loader: Fix ELF relocation logic for Linux v6.17+ startup code layout
After Linux v6.17, the x86_64 kernel startup code moved from .head.text
to .init.text. Update the loader to check the lowest program header address
for relocation, not just the entry point, to handle both old and new kernels.
Co-authored-by: GitHub Copilot <copilot@microsoft.com>
0 commit comments