From patchwork Sun Jul 9 07:40:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Bogendoerfer X-Patchwork-Id: 13305789 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B1A0EEB64DC for ; Sun, 9 Jul 2023 07:40:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229953AbjGIHkN (ORCPT ); Sun, 9 Jul 2023 03:40:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37766 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229520AbjGIHkN (ORCPT ); Sun, 9 Jul 2023 03:40:13 -0400 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 6414EE46; Sun, 9 Jul 2023 00:40:10 -0700 (PDT) Received: from uucp by elvis.franken.de with local-rmail (Exim 3.36 #1) id 1qIP1d-0000bE-00; Sun, 09 Jul 2023 09:40:09 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 49137C01C1; Sun, 9 Jul 2023 09:40:02 +0200 (CEST) Date: Sun, 9 Jul 2023 09:40:02 +0200 From: Thomas Bogendoerfer To: torvalds@linux-foundation.org Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] MIPS fixes for v6.5 Message-ID: MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org 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(-)