Merge pull request #1154 from kamalesh-babulal/powerpc-vdso

kpatch-gcc: powerpc - skip vdso files
This commit is contained in:
Joe Lawrence 2021-01-25 08:11:23 -05:00 committed by GitHub
commit 933fb21314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,7 @@ if [[ "$TOOLCHAINCMD" =~ "gcc" ]] ; then
arch/x86/entry/vdso/*|\
drivers/firmware/efi/libstub/*|\
arch/powerpc/kernel/prom_init.o|\
arch/powerpc/kernel/vdso64/*|\
lib/*|\
.*.o|\
*/.lib_exports.o)