public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] objtool/klp: Add the debian-based package name of xxhash to the hint
@ 2025-10-17 19:47 Borislav Petkov
  2025-10-19  5:07 ` kernel test robot
  2025-10-22 12:01 ` [tip: objtool/core] " tip-bot2 for Borislav Petkov (AMD)
  0 siblings, 2 replies; 4+ messages in thread
From: Borislav Petkov @ 2025-10-17 19:47 UTC (permalink / raw)
  To: Josh Poimboeuf; +Cc: X86 ML, LKML, Borislav Petkov (AMD)

From: "Borislav Petkov (AMD)" <bp@alien8.de>

Add the package name for the devel version of the xxHash package
"libxxhash-dev" as used in debian-based repositories, which objtool
now uses.

Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
---
 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 7b6fd60b022b..1e1ea8396eb3 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.51.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-10-22 12:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-17 19:47 [PATCH] objtool/klp: Add the debian-based package name of xxhash to the hint Borislav Petkov
2025-10-19  5:07 ` kernel test robot
2025-10-19  5:11   ` Philip Li
2025-10-22 12:01 ` [tip: objtool/core] " tip-bot2 for Borislav Petkov (AMD)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox