mirror of
https://github.com/dynup/kpatch
synced 2025-05-12 04:47:57 +00:00
kpatch-gcc: skip vdso files
vdso files aren't kpatch-compatible, and give errors like the following: ERROR: invalid ancestor arch/x86/vdso/vdso32-sysenter.so.dbg for arch/x86/vdso/vdso32/sysenter.o
This commit is contained in:
parent
8c2792af6c
commit
f5dbd7816e
@ -28,6 +28,7 @@ while [ "$#" -gt 0 ]; do
|
|||||||
arch/x86/boot/compressed/efi_stub_64.o|\
|
arch/x86/boot/compressed/efi_stub_64.o|\
|
||||||
arch/x86/boot/compressed/piggy.o|\
|
arch/x86/boot/compressed/piggy.o|\
|
||||||
kernel/system_certificates.o|\
|
kernel/system_certificates.o|\
|
||||||
|
arch/x86/vdso/*|\
|
||||||
.*.o)
|
.*.o)
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user