[GIT PULL] LoongArch fixes for v6.8-rc4

From: Huacai Chen
Date: Wed Feb 07 2024 - 07:15:09 EST


The following changes since commit 54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478:

Linux 6.8-rc3 (2024-02-04 12:20:36 +0000)

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-2

for you to fetch changes up to cca5efe77a6a2d02b3da4960f799fa233e460ab1:

LoongArch: vDSO: Disable UBSAN instrumentation (2024-02-06 12:32:05 +0800)

----------------------------------------------------------------
LoongArch fixes for v6.8-rc4

Fix acpi_core_pic[] array overflow, fix earlycon parameter if KASAN
enabled, disable UBSAN instrumentation for vDSO build, and two Kconfig
cleanups.
----------------------------------------------------------------
Huacai Chen (2):
LoongArch: Change acpi_core_pic[NR_CPUS] to acpi_core_pic[MAX_CORE_PIC]
LoongArch: Fix earlycon parameter if KASAN enabled

Kees Cook (1):
LoongArch: vDSO: Disable UBSAN instrumentation

Masahiro Yamada (2):
LoongArch: Select ARCH_ENABLE_THP_MIGRATION instead of redefining it
LoongArch: Select HAVE_ARCH_SECCOMP to use the common SECCOMP menu

arch/loongarch/Kconfig | 23 ++---------------------
arch/loongarch/include/asm/acpi.h | 4 +++-
arch/loongarch/kernel/acpi.c | 4 +---
arch/loongarch/mm/kasan_init.c | 3 +++
arch/loongarch/vdso/Makefile | 1 +
5 files changed, 10 insertions(+), 25 deletions(-)