]> git.dujemihanovic.xyz Git - linux.git/commit
Merge tag 'loongarch-fixes-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 24 Feb 2024 17:36:35 +0000 (09:36 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 24 Feb 2024 17:36:35 +0000 (09:36 -0800)
commitc6a597fcc7ad7335a3ecf8f5287a0459f793a257
tree9a6155614e8f2a8d72367e757ca264e0bf1d3db5
parent603c04e27c3e9891ce7afa5cd6b496bfacff4206
parentf0f5c4894f89bac9074b45bccc447c3659a0fa6f
Merge tag 'loongarch-fixes-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson

Pull LoongArch fixes from Huacai Chen:
 "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"

* tag 'loongarch-fixes-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson:
  LoongArch: KVM: Streamline kvm_check_cpucfg() and improve comments
  LoongArch: KVM: Rename _kvm_get_cpucfg() to _kvm_get_cpucfg_mask()
  LoongArch: KVM: Fix input validation of _kvm_get_cpucfg() & kvm_check_cpucfg()
  LoongArch: dts: Minor whitespace cleanup
  LoongArch: Call early_init_fdt_scan_reserved_mem() earlier
  LoongArch: Update cpu_sibling_map when disabling nonboot CPUs
  LoongArch: Disable IRQ before init_fn() for nonboot CPUs