Skip to content

Commit 5b329c7

Browse files
georgejguogeorge
authored and
george
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 <[email protected]>
1 parent 2b33ba3 commit 5b329c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kpatch-build/kpatch-cc

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ if [[ "$TOOLCHAINCMD" =~ ^(.*-)?gcc$ || "$TOOLCHAINCMD" =~ ^(.*-)?clang$ ]] ; th
4242
arch/s390/boot/*|\
4343
arch/s390/purgatory/*|\
4444
arch/s390/kernel/vdso64/*|\
45+
arch/loongarch/vdso/*|\
4546
drivers/firmware/efi/libstub/*|\
4647
init/version.o|\
4748
init/version-timestamp.o|\

0 commit comments

Comments
 (0)