Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

objtool/klp: Add the debian-based package name of xxhash to the hint

Add the debian package name for the devel version of the xxHash package
"libxxhash-dev".

Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://patch.msgid.link/20251017194732.7713-1-bp@kernel.org

+1 -1
+1 -1
tools/objtool/builtin-check.c
··· 164 164 165 165 #ifndef BUILD_KLP 166 166 if (opts.checksum) { 167 - ERROR("--checksum not supported; install xxhash-devel and recompile"); 167 + ERROR("--checksum not supported; install xxhash-devel/libxxhash-dev and recompile"); 168 168 return false; 169 169 } 170 170 #endif