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:
Josh Poimboeuf 2014-09-15 08:02:37 -05:00
parent 8c2792af6c
commit f5dbd7816e
1 changed files with 1 additions and 0 deletions

View File

@ -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
;;