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

Message ID 20240207121436.3845425-1-chenhuacai@loongson.cn
State New
Headers
Series [GIT,PULL] LoongArch fixes for v6.8-rc4 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-fixes-6.8-2

Message

Huacai Chen Feb. 7, 2024, 12:14 p.m. UTC
  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(-)
  

Comments

pr-tracker-bot@kernel.org Feb. 7, 2024, 6:08 p.m. UTC | #1
The pull request you sent on Wed,  7 Feb 2024 20:14:36 +0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-fixes-6.8-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/547ab8fc4cb04a1a6b34377dd8fad34cd2c8a8e3

Thank you!