mbox series

[GIT,PULL] MIPS fixes for v6.5

Message ID ZKpkUhSd/GGm37IM@alpha.franken.de (mailing list archive)
State Accepted
Commit b775d6c5859affe00527cbe74263de05cfe6b9f9
Headers show
Series [GIT,PULL] MIPS fixes for v6.5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_6.5_1

Message

Thomas Bogendoerfer July 9, 2023, 7:40 a.m. UTC
The following changes since commit e47084e116fccaa43644360d7c0b997979abce3e:

  MIPS: Loongson64: DTS: Add RTC support to Loongson-2K1000 (2023-06-26 09:18:43 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_6.5_1

for you to fetch changes up to 3a6dbb691782e88e07e5c70b327495dbd58a2e7f:

  MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS enabled (2023-07-07 14:43:01 +0200)

----------------------------------------------------------------
- fixes for KVM
- fix for loongson build and cpu probing
- DT fixes

----------------------------------------------------------------
Huacai Chen (3):
      MIPS: Loongson: Fix cpu_probe_loongson() again
      MIPS: KVM: Fix NULL pointer dereference
      MIPS: Loongson: Fix build error when make modules_install

Krzysztof Kozlowski (1):
      MIPS: dts: add missing space before {

Thomas Bogendoerfer (1):
      MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS enabled

 arch/mips/Makefile                         | 10 +++-------
 arch/mips/boot/dts/mscc/serval_common.dtsi |  2 +-
 arch/mips/boot/dts/pic32/pic32mzda.dtsi    |  2 +-
 arch/mips/include/asm/kvm_host.h           |  6 +++---
 arch/mips/kernel/cpu-probe.c               |  9 +++------
 arch/mips/kvm/emulate.c                    | 22 +++++++++++-----------
 arch/mips/kvm/mips.c                       | 16 ++++++++--------
 arch/mips/kvm/stats.c                      |  4 ++--
 arch/mips/kvm/trace.h                      |  8 ++++----
 arch/mips/kvm/vz.c                         | 20 ++++++++++----------
 10 files changed, 46 insertions(+), 53 deletions(-)

Comments

pr-tracker-bot@kernel.org July 9, 2023, 5:46 p.m. UTC | #1
The pull request you sent on Sun, 9 Jul 2023 09:40:02 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_6.5_1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/74099e20348e84e62b5ea6ef270f91db48bc1352

Thank you!