Skip to content

Conversation

@umfranci
Copy link
Collaborator

@umfranci umfranci commented Nov 6, 2025

The objtool --checksum feature introduced for live‑patch builds requires libxxhash with XXH3 (≥ 0.8.0). Without this, builds fail with:

objtool: --checksum not supported; install xxhash-devel/libxxhash-dev and recompile

This PR adds libxxhash-dev to the build dependencies to ensure checksum generation works correctly and prevents the said error during kernel module installation.
Refer: https://lkml.org/lkml/2025/10/17/1516

@adityagesh
Copy link
Collaborator

LGTM

@LiliDeng
Copy link
Collaborator

LiliDeng commented Nov 6, 2025

Could this affect building older kernel versions? @umfranci

@umfranci
Copy link
Collaborator Author

umfranci commented Nov 7, 2025

Could this affect building older kernel versions? @umfranci

No, it should not affect older kernels - I ran a couple of tests with a month-old commits and they worked as expected. Plus it is just an addition of a package, so it should be alright.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants