mirror of https://github.com/dynup/kpatch
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/piggy.o|\
|
||||
kernel/system_certificates.o|\
|
||||
arch/x86/vdso/*|\
|
||||
.*.o)
|
||||
break
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue