From: Borislav Petkov (AMD) Date: Fri, 17 Oct 2025 19:47:32 +0000 (+0200) Subject: objtool/klp: Add the debian-based package name of xxhash to the hint X-Git-Tag: v6.19-rc1~235^2~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da247eff96dd32380dfb0cb089be8671ac4bdcd0;p=thirdparty%2Fkernel%2Flinux.git 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) Link: https://patch.msgid.link/20251017194732.7713-1-bp@kernel.org --- diff --git a/tools/objtool/builtin-check.c b/tools/objtool/builtin-check.c index 7b6fd60b022bc..1e1ea8396eb3a 100644 --- a/tools/objtool/builtin-check.c +++ b/tools/objtool/builtin-check.c @@ -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