The following changes since commit 98b1cc82c4affc16f5598d4fa14b1858671b2263: Linux 6.7-rc2 (2023-11-19 15:02:14 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-fixes-6.7-1 for you to fetch changes up to c517fd2738f472eb0d1db60a70d91629349a9bf8: Docs/zh_CN/LoongArch: Update links in LoongArch introduction.rst (2023-11-21 15:03:26 +0800) ---------------------------------------------------------------- LoongArch fixes for v6.7-rc3 Fix several build errors, a potential kernel panic, a cpu hotplug issue and update links in documentations. ---------------------------------------------------------------- Bibo Mao (1): LoongArch: Implement constant timer shutdown interface Huacai Chen (3): LoongArch: Add __percpu annotation for __percpu_read()/__percpu_write() LoongArch: Silence the boot warning about 'nokaslr' LoongArch: Mark {dmw,tlb}_virt_to_page() exports as non-GPL Masahiro Yamada (1): LoongArch: Add dependency between vmlinuz.efi and vmlinux.efi WANG Rui (2): LoongArch: Explicitly set -fdirect-access-external-data for vmlinux LoongArch: Record pc instead of offset in la_abs relocation Yanteng Si (2): Docs/LoongArch: Update links in LoongArch introduction.rst Docs/zh_CN/LoongArch: Update links in LoongArch introduction.rst Documentation/arch/loongarch/introduction.rst | 4 ++-- .../zh_CN/arch/loongarch/introduction.rst | 4 ++-- arch/loongarch/Makefile | 3 +++ arch/loongarch/include/asm/asmmacro.h | 3 +-- arch/loongarch/include/asm/percpu.h | 11 +++++------ arch/loongarch/include/asm/setup.h | 2 +- arch/loongarch/kernel/relocate.c | 10 +++++++++- arch/loongarch/kernel/time.c | 23 +++++++++------------- arch/loongarch/mm/pgtable.c | 4 ++-- 9 files changed, 34 insertions(+), 30 deletions(-)