mirror of
https://github.com/dynup/kpatch
synced 2025-02-12 15:37:02 +00:00
kpatch-build: add lib/ files to kpatch-gcc skip-list
None of the lib/* file are built with fentry calls, so we can't patch them. Add these files to the list that kpatch-gcc skips. Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
This commit is contained in:
parent
dc6530f11c
commit
9f7c76b9c1
@ -41,6 +41,7 @@ if [[ "$TOOLCHAINCMD" = "gcc" ]] ; then
|
|||||||
arch/x86/entry/vdso/*|\
|
arch/x86/entry/vdso/*|\
|
||||||
drivers/firmware/efi/libstub/*|\
|
drivers/firmware/efi/libstub/*|\
|
||||||
arch/powerpc/kernel/prom_init.o|\
|
arch/powerpc/kernel/prom_init.o|\
|
||||||
|
lib/*|\
|
||||||
.*.o|\
|
.*.o|\
|
||||||
*/.lib_exports.o)
|
*/.lib_exports.o)
|
||||||
break
|
break
|
||||||
|
Loading…
Reference in New Issue
Block a user