Skip to content

Commit bca19e9

Browse files
committed
kpatch/LoongArch: ignore arch/loongarch/vdso
Add arch/loongarch/vdso to the list of object files that kpatch-cc won't add to its changed_objs list. Signed-off-by: George Guo <guodongtai@kylinos.cn>
1 parent 6843a27 commit bca19e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kpatch-build/kpatch-cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ if [[ "$TOOLCHAINCMD" =~ ^(.*-)?gcc$ || "$TOOLCHAINCMD" =~ ^(.*-)?clang$ ]] ; th
4343
arch/s390/boot/*|\
4444
arch/s390/purgatory/*|\
4545
arch/s390/kernel/vdso64/*|\
46+
arch/loongarch/vdso/*|\
4647
drivers/firmware/efi/libstub/*|\
4748
init/version.o|\
4849
init/version-timestamp.o|\

0 commit comments

Comments
 (0)