The following changes since commit ed30a4a51bb196781c8058073ea720133a65596f: Linux 6.9-rc5 (2024-04-21 12:35:54 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-fixes-6.9-2 for you to fetch changes up to f3334ebb8a2a1841c2824594dd992e66de19deb2: LoongArch: Lately init pmu after smp is online (2024-04-25 22:17:52 +0800) ---------------------------------------------------------------- LoongArch fixes for v6.9-rc6 Fix some build errors and some trivial runtime bugs. ---------------------------------------------------------------- Baoquan He (1): LoongArch: Fix Kconfig item and left code related to CRASH_CORE Bibo Mao (1): LoongArch: Lately init pmu after smp is online David Hildenbrand (1): LoongArch: Fix a build error due to __tlb_remove_tlb_entry() Huacai Chen (1): LoongArch: Fix callchain parse error with kernel tracepoint events Jiantao Shan (1): LoongArch: Fix access error when read fault on a write-only VMA arch/loongarch/Kconfig | 2 +- arch/loongarch/include/asm/{crash_core.h => crash_reserve.h} | 4 ++-- arch/loongarch/include/asm/perf_event.h | 8 ++++++++ arch/loongarch/include/asm/tlb.h | 2 -- arch/loongarch/kernel/perf_event.c | 2 +- arch/loongarch/mm/fault.c | 4 ++-- 6 files changed, 14 insertions(+), 8 deletions(-) rename arch/loongarch/include/asm/{crash_core.h => crash_reserve.h} (75%)