The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37: Linux 6.13-rc1 (2024-12-01 14:28:56 -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.13-1 for you to fetch changes up to 7f71507851fc7764b36a3221839607d3a45c2025: LoongArch: KVM: Protect kvm_io_bus_{read,write}() with SRCU (2024-12-03 19:49:28 +0800) ---------------------------------------------------------------- LoongArch fixes for v6.13-rc2 Fix bugs about EFI screen info, hugetlb pte clear and Lockdep-RCU splat in KVM, plus some trival cleanups. ---------------------------------------------------------------- Bibo Mao (1): LoongArch: Add architecture specific huge_pte_clear() David Wang (1): LoongArch/irq: Use seq_put_decimal_ull_width() for decimal values Huacai Chen (3): LoongArch: Fix reserving screen info memory for above-4G firmware LoongArch: KVM: Protect kvm_check_requests() with SRCU LoongArch: KVM: Protect kvm_io_bus_{read,write}() with SRCU Tiezhu Yang (1): LoongArch: BPF: Adjust the parameter of emit_jirl() arch/loongarch/include/asm/hugetlb.h | 10 ++++++++++ arch/loongarch/include/asm/inst.h | 12 +++++++++++- arch/loongarch/kernel/efi.c | 2 +- arch/loongarch/kernel/inst.c | 2 +- arch/loongarch/kernel/smp.c | 2 +- arch/loongarch/kvm/exit.c | 31 +++++++++++++++++++++---------- arch/loongarch/kvm/intc/ipi.c | 6 +++++- arch/loongarch/kvm/vcpu.c | 4 +++- arch/loongarch/net/bpf_jit.c | 6 +++--- 9 files changed, 56 insertions(+), 19 deletions(-)