From da247eff96dd32380dfb0cb089be8671ac4bdcd0 Mon Sep 17 00:00:00 2001 From: "Borislav Petkov (AMD)" Date: Fri, 17 Oct 2025 21:47:32 +0200 Subject: [PATCH] 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 --- tools/objtool/builtin-check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3