mirror of https://github.com/dynup/kpatch
kpatch-build: ignore init/version-timestamp.o
Kernel v6.1+ commit 2df8220cc511 ("kbuild: build init/built-in.a just once") split init_uts_ns and linux_banner out to init/version-timestamp.c from init/version.c Add init/version-timestamp.o to the list of object files that kpatch-cc won't add to its changed_objs list. Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
This commit is contained in:
parent
bb57564e60
commit
934b3b3c0c
|
@ -44,6 +44,7 @@ if [[ "$TOOLCHAINCMD" =~ ^(.*-)?gcc$ || "$TOOLCHAINCMD" =~ ^(.*-)?clang$ ]] ; th
|
|||
arch/s390/kernel/vdso64/*|\
|
||||
drivers/firmware/efi/libstub/*|\
|
||||
init/version.o|\
|
||||
init/version-timestamp.o|\
|
||||
kernel/system_certificates.o|\
|
||||
lib/*|\
|
||||
tools/*|\
|
||||
|
|
Loading…
Reference in New Issue