kpatch-gcc: update vdso location for newer kernels

With recent kernels, the vdso code has moved from arch/x86/vdso to
arch/x86/entry/vdso.

Fixes: #530
This commit is contained in:
Josh Poimboeuf 2015-10-28 11:26:08 -05:00
parent d4d4fb2b0e
commit a1d6b0d00e

View File

@ -30,6 +30,7 @@ if [[ "$TOOLCHAINCMD" = "gcc" ]] ; then
arch/x86/boot/compressed/piggy.o|\
kernel/system_certificates.o|\
arch/x86/vdso/*|\
arch/x86/entry/vdso/*|\
.*.o)
break
;;