The following changes since commit b401b621758e46812da61fa58a67c3fd8d91de0d: Linux 6.8-rc5 (2024-02-18 12:56:25 -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.8-3 for you to fetch changes up to f0f5c4894f89bac9074b45bccc447c3659a0fa6f: LoongArch: KVM: Streamline kvm_check_cpucfg() and improve comments (2024-02-23 14:36:31 +0800) ---------------------------------------------------------------- LoongArch fixes for v6.8-rc6 Fix two cpu-hotplug issues, fix the init sequence about FDT system, fix the coding style of dts, and fix the wrong CPUCFG ID handling of KVM. ---------------------------------------------------------------- Huacai Chen (3): LoongArch: Disable IRQ before init_fn() for nonboot CPUs LoongArch: Update cpu_sibling_map when disabling nonboot CPUs LoongArch: Call early_init_fdt_scan_reserved_mem() earlier Krzysztof Kozlowski (1): LoongArch: dts: Minor whitespace cleanup WANG Xuerui (3): LoongArch: KVM: Fix input validation of _kvm_get_cpucfg() & kvm_check_cpucfg() LoongArch: KVM: Rename _kvm_get_cpucfg() to _kvm_get_cpucfg_mask() LoongArch: KVM: Streamline kvm_check_cpucfg() and improve comments arch/loongarch/boot/dts/loongson-2k0500-ref.dts | 2 +- arch/loongarch/boot/dts/loongson-2k1000-ref.dts | 2 +- arch/loongarch/kernel/setup.c | 4 +- arch/loongarch/kernel/smp.c | 122 ++++++++++++++---------- arch/loongarch/kvm/vcpu.c | 81 ++++++++-------- 5 files changed, 113 insertions(+), 98 deletions(-)