mirror of
https://github.com/dynup/kpatch
synced 2024-12-24 06:02:05 +00:00
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:
parent
d4d4fb2b0e
commit
a1d6b0d00e
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user