From eb4a85f778cbb738a9e14052b860f051f98631f5 Mon Sep 17 00:00:00 2001 From: Sumanth Korikkar Date: Tue, 29 Mar 2022 10:20:41 +0200 Subject: [PATCH] kpatch/s390: Add exclusion lists Add object exclusion for s390 Signed-off-by: Sumanth Korikkar --- kpatch-build/kpatch-cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kpatch-build/kpatch-cc b/kpatch-build/kpatch-cc index 476436f..5474a13 100755 --- a/kpatch-build/kpatch-cc +++ b/kpatch-build/kpatch-cc @@ -43,6 +43,9 @@ if [[ "$TOOLCHAINCMD" =~ ^(.*-)?gcc$ || "$TOOLCHAINCMD" =~ ^(.*-)?clang$ ]] ; th drivers/firmware/efi/libstub/*|\ arch/powerpc/kernel/prom_init.o|\ arch/powerpc/kernel/vdso64/*|\ + arch/s390/boot/*|\ + arch/s390/purgatory/*|\ + arch/s390/kernel/vdso64/*|\ lib/*|\ .*.o|\ */.lib_exports.o)