[GIT PULL] LoongArch fixes for v6.14-rc3
From: Huacai Chen
Date: Thu Feb 13 2025 - 09:34:49 EST
The following changes since commit a64dcfb451e254085a7daee5fe51bf22959d52d3:
Linux 6.14-rc2 (2025-02-09 12:45:03 -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.14-1
for you to fetch changes up to 3011b29ec5a33ec16502e687c4264d57416a8b1f:
LoongArch: KVM: Set host with kernel mode when switch to VM mode (2025-02-13 12:02:56 +0800)
----------------------------------------------------------------
LoongArch fixes for v6.14-rc3
Fix bugs about idle, kernel_page_present(), IP checksum and KVM, plus
some trival cleanups.
----------------------------------------------------------------
Bibo Mao (3):
LoongArch: KVM: Fix typo issue about GCFG feature detection
LoongArch: KVM: Remove duplicated cache attribute setting
LoongArch: KVM: Set host with kernel mode when switch to VM mode
Huacai Chen (1):
LoongArch: Fix kernel_page_present() for KPRANGE/XKPRANGE
Marco Crivellari (1):
LoongArch: Fix idle VS timer enqueue
Yuli Wang (3):
LoongArch: Use str_yes_no() helper function for /proc/cpuinfo
LoongArch: Remove the deprecated notifier hook mechanism
LoongArch: csum: Fix OoB access in IP checksum code for negative lengths
arch/loongarch/include/asm/cpu-info.h | 21 ---------------------
arch/loongarch/include/asm/smp.h | 2 ++
arch/loongarch/kernel/genex.S | 28 +++++++++++++++-------------
arch/loongarch/kernel/idle.c | 3 +--
arch/loongarch/kernel/proc.c | 29 +++--------------------------
arch/loongarch/kernel/reset.c | 6 +++---
arch/loongarch/kvm/main.c | 4 ++--
arch/loongarch/kvm/switch.S | 2 +-
arch/loongarch/kvm/vcpu.c | 3 ---
arch/loongarch/lib/csum.c | 2 +-
arch/loongarch/mm/pageattr.c | 3 ++-
11 files changed, 30 insertions(+), 73 deletions(-)