The following commit has been merged into the objtool/core branch of tip:
Commit-ID: da247eff96dd32380dfb0cb089be8671ac4bdcd0
Gitweb: https://git.kernel.org/tip/da247eff96dd32380dfb0cb089be8671ac4bdcd0
Author: Borislav Petkov (AMD) <bp@alien8.de>
AuthorDate: Fri, 17 Oct 2025 21:47:32 +02:00
Committer: Borislav Petkov (AMD) <bp@alien8.de>
CommitterDate: Wed, 22 Oct 2025 13:51:11 +02:00
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
---
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 7b6fd60..1e1ea83 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