]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
objtool/klp: Add the debian-based package name of xxhash to the hint
authorBorislav Petkov (AMD) <bp@alien8.de>
Fri, 17 Oct 2025 19:47:32 +0000 (21:47 +0200)
committerBorislav Petkov (AMD) <bp@alien8.de>
Wed, 22 Oct 2025 11:51:11 +0000 (13:51 +0200)
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
tools/objtool/builtin-check.c

index 7b6fd60b022bc4edf9b68b0f8326dda14fe4cfa5..1e1ea8396eb3ae198f4d9aac55ea225c40ce3ad8 100644 (file)
@@ -164,7 +164,7 @@ static bool opts_valid(void)
 
 #ifndef BUILD_KLP
        if (opts.checksum) {
-               ERROR("--checksum not supported; install xxhash-devel and recompile");
+               ERROR("--checksum not supported; install xxhash-devel/libxxhash-dev and recompile");
                return false;
        }
 #endif