All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] objtool: xxhash dependency improvements
@ 2025-11-12 23:32 Josh Poimboeuf
  2025-11-12 23:32 ` [PATCH 1/2] objtool: Set minimum xxhash version to 0.8 Josh Poimboeuf
  2025-11-12 23:32 ` [PATCH 2/2] objtool/klp: Only enable --checksum when needed Josh Poimboeuf
  0 siblings, 2 replies; 7+ messages in thread
From: Josh Poimboeuf @ 2025-11-12 23:32 UTC (permalink / raw)
  To: x86; +Cc: linux-kernel, Peter Zijlstra, Michael Kelley, live-patching

Set the minimum xxhash version to 0.8, and soften the xxhash dependency
a bit so that it's only needed when running klp-build rather than doing
a normal kernel build.

For tip/objtool/core.

Josh Poimboeuf (2):
  objtool: Set minimum xxhash version to 0.8
  objtool/klp: Only enable --checksum when needed

 arch/x86/boot/startup/Makefile | 2 +-
 scripts/Makefile.lib           | 1 -
 scripts/livepatch/klp-build    | 4 ++++
 tools/objtool/Makefile         | 2 +-
 tools/objtool/builtin-check.c  | 2 +-
 5 files changed, 7 insertions(+), 4 deletions(-)

-- 
2.51.1


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

end of thread, other threads:[~2025-11-18  9:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-12 23:32 [PATCH 0/2] objtool: xxhash dependency improvements Josh Poimboeuf
2025-11-12 23:32 ` [PATCH 1/2] objtool: Set minimum xxhash version to 0.8 Josh Poimboeuf
2025-11-13  2:25   ` Michael Kelley
2025-11-18  9:14   ` [tip: objtool/core] " tip-bot2 for Josh Poimboeuf
2025-11-12 23:32 ` [PATCH 2/2] objtool/klp: Only enable --checksum when needed Josh Poimboeuf
2025-11-13  2:29   ` Michael Kelley
2025-11-18  9:14   ` [tip: objtool/core] " tip-bot2 for Josh Poimboeuf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.