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

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

Pull-request

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

Message

Huacai Chen Jan. 27, 2024, 8:14 a.m. UTC
  The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -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-1

for you to fetch changes up to 48ef9e87b407f89f230f804815af7ac2031ec17a:

  LoongArch: KVM: Add returns to SIMD stubs (2024-01-26 16:22:07 +0800)

----------------------------------------------------------------
LoongArch fixes for v6.8-rc2

Fix boot failure on machines with more than 8 nodes, and fix two build
errors about KVM.
----------------------------------------------------------------
Huacai Chen (2):
      LoongArch/smp: Call rcutree_report_cpu_starting() at tlb_init()
      LoongArch: KVM: Fix build due to API changes

Randy Dunlap (1):
      LoongArch: KVM: Add returns to SIMD stubs

 arch/loongarch/include/asm/kvm_vcpu.h |  4 ++--
 arch/loongarch/kernel/smp.c           |  1 -
 arch/loongarch/kvm/mmu.c              |  4 ++--
 arch/loongarch/mm/tlb.c               | 16 ++++++++++------
 4 files changed, 14 insertions(+), 11 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Jan. 27, 2024, 5:52 p.m. UTC | #1
The pull request you sent on Sat, 27 Jan 2024 16:14:12 +0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/955340433a7926ab80838e904814461598adcd8c

Thank you!