Files
Centos-kernel-stream-10/scripts/livepatch
Joe Lawrence 52635fd5dd objtool/klp: Only enable --checksum when needed (partial)
JIRA: https://issues.redhat.com/browse/RHEL-114916

Conflicts:
	arch/x86/boot/startup/Makefile
	- cs-10 doesn't have upstream 5a67da1f49cf ("x86/boot: Move the
	  5-level paging trampoline into /startup") and subsequent
	  commits that introduce and update this file.

commit 2092007aa32f8dd968c38751bd1b7cac9b1f738d
Author: Josh Poimboeuf <jpoimboe@kernel.org>
Date:   Wed Nov 12 15:32:34 2025 -0800

    objtool/klp: Only enable --checksum when needed

    With CONFIG_KLP_BUILD enabled, checksums are only needed during a
    klp-build run.  There's no need to enable them for normal kernel builds.

    This also has the benefit of softening the xxhash dependency.

    Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
    Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
    Tested-by: Michael Kelley <mhklinux@outlook.com>
    Link: https://patch.msgid.link/edbb1ca215e4926e02edb493b68b9d6d063e902f.1762990139.git.jpoimboe@kernel.org

Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
2026-01-07 12:55:04 -05:00
..