Merge tag 'loongarch-fixes-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 7 Feb 2024 18:06:16 +0000 (18:06 +0000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 7 Feb 2024 18:06:16 +0000 (18:06 +0000)
commit547ab8fc4cb04a1a6b34377dd8fad34cd2c8a8e3
treeda00e9ca9f6bc87c91e40c0258a8930b5980bcf0
parent5c24ba20555acd68537be26f05296649e171a27d
parentcca5efe77a6a2d02b3da4960f799fa233e460ab1
Merge tag 'loongarch-fixes-6.8-2' of git://git./linux/kernel/git/chenhuacai/linux-loongson

Pull LoongArch fixes from Huacai Chen:
 "Fix acpi_core_pic[] array overflow, fix earlycon parameter if KASAN
  enabled, disable UBSAN instrumentation for vDSO build, and two Kconfig
  cleanups"

* tag 'loongarch-fixes-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson:
  LoongArch: vDSO: Disable UBSAN instrumentation
  LoongArch: Fix earlycon parameter if KASAN enabled
  LoongArch: Change acpi_core_pic[NR_CPUS] to acpi_core_pic[MAX_CORE_PIC]
  LoongArch: Select HAVE_ARCH_SECCOMP to use the common SECCOMP menu
  LoongArch: Select ARCH_ENABLE_THP_MIGRATION instead of redefining it