The following changes since commit 42f7652d3eb527d03665b09edac47f85fb600924: Linux 6.12-rc4 (2024-10-20 15:19:38 -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.12-1 for you to fetch changes up to 73adbd92f3223dc0c3506822b71c6b259d5d537b: LoongArch: KVM: Mark hrtimer to expire in hard interrupt context (2024-10-23 22:15:44 +0800) ---------------------------------------------------------------- LoongArch fixes for v6.12-rc5 Get correct cores_per_package for SMT systems, enable IRQ if do_ale() triggered in irq-enabled context, and fix some bugs about vDSO, memory managenent, hrtimer in KVM, etc. ---------------------------------------------------------------- Bibo Mao (1): LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel space Huacai Chen (5): LoongArch: Get correct cores_per_package for SMT systems LoongArch: Enable IRQ if do_ale() triggered in irq-enabled context LoongArch: Set correct size for vDSO code mapping LoongArch: Make KASAN usable for variable cpu_vabits LoongArch: KVM: Mark hrtimer to expire in hard interrupt context Thomas Weißschuh (1): LoongArch: Don't crash in stack_top() for tasks without vDSO Yanteng Si (1): LoongArch: Use "Exception return address" to comment ERA arch/loongarch/include/asm/bootinfo.h | 4 ++++ arch/loongarch/include/asm/kasan.h | 2 +- arch/loongarch/include/asm/loongarch.h | 2 +- arch/loongarch/include/asm/pgalloc.h | 11 +++++++++++ arch/loongarch/include/asm/pgtable.h | 35 +++++++--------------------------- arch/loongarch/kernel/process.c | 16 +++++++++------- arch/loongarch/kernel/setup.c | 3 ++- arch/loongarch/kernel/traps.c | 5 +++++ arch/loongarch/kernel/vdso.c | 8 ++++---- arch/loongarch/kvm/timer.c | 7 ++++--- arch/loongarch/kvm/vcpu.c | 2 +- arch/loongarch/mm/init.c | 2 ++ arch/loongarch/mm/pgtable.c | 20 +++++++++++++++++++ include/linux/mm.h | 3 ++- mm/kasan/init.c | 8 +++++++- mm/sparse-vmemmap.c | 5 +++++ 16 files changed, 85 insertions(+), 48 deletions(-)