From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E393D1547E7 for ; Sat, 22 Nov 2025 01:37:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763775466; cv=none; b=ZEbbYq6YjAVlnq2c9rRte3K/sViqPtRQGbxnwDGmDZpppRAvq0/fgm53JWELRq9qZ33SkwwmMDQHZ4X0TDmEhDT4wMfMUq59IsZ3HkZ4eNK7GtqxpgfTLiYv16J+BOENrmnijLL2ynquZv5T20BgJSSEwy5dVJ2qbv9LzAhic4I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763775466; c=relaxed/simple; bh=0qf20BDdueHRq9OhUD6dgHzT+/U8yH5JNjQHTEWIlEE=; h=Date:From:To:cc:Subject:Message-ID:MIME-Version:Content-Type; b=Fo4WNkv0eoXniqAoi8yE2KSeyYdH6IvT41agmGuhTJIOV20GSZSGM8cdjluMgSwlujHhdACCXa3JFO8HrFUyMQglKky2sBRF2kLVfj2EsMX/Hu5HMwF/cNxzGkGjnEvyxggwlfEj13MKJevsD29sq0QPvzAEm0RpP3bTzEL8PaA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QOH8Tq1E; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="QOH8Tq1E" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4FC10C4CEF1; Sat, 22 Nov 2025 01:37:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1763775465; bh=0qf20BDdueHRq9OhUD6dgHzT+/U8yH5JNjQHTEWIlEE=; h=Date:From:To:cc:Subject:From; b=QOH8Tq1ENnqCLZxjIK3c99DgyIuJS+5Zx1HGgVTzvARtgxWvYZewl1e3DFLV7iqrM GPZxGuCEwL06Y3Wxu2SPuBGBYoZZ6UhTNJG3U3gRNaFvBrPmDuYZw+kB9sT+J2Vxk/ vJDP2xefvAJzJTRBeFp1APnn5dTSD55r62RuM2DNVbuUI94vba1KtMJy2QhHbTlUHl r+HipELnitI2qgqUFKsIgMnbdGwcf0c1TEx2jDJZiepXRd6lEMPffR1O5khLP81OhD qCoJTM48Qrg6TdqxfA2k+jSaB57Oz5hAqhv4ZIy98apQ9rFpL6zQqA7norkw0SeNuw ab1SXdH4vikcQ== Date: Fri, 21 Nov 2025 18:37:44 -0700 (MST) From: Paul Walmsley To: torvalds@linux-foundation.org cc: linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] RISC-V updates for v6.18-rc7 Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Linus, Please pull these RISC-V updates for v6.18-rc7. v6.18 looks like it's settling down well for us. Am currently expecting to have one additional fix with very limited scope coming in next week, after v6.18-rc7 is tagged. To my eyes, the only notable patch in this PR is a patch to deal with MIPS getting their RISC-V/JEDEC vendor ID wrong. Apparently this didn't affect their testing, because they've told us that their QEMU platform was also using the wrong vendor ID. (They are fixing upstream QEMU.) The patch that added the incorrect vendor ID only went in for the v6.18 merge window. So the good news is that we can fix this before the final v6.18 release is tagged. Speaking with MIPS off-list, they've assured us that they will start testing on FPGA bitstreams now, so I hope this will be a closed issue going forward. - Paul The following changes since commit 4427259cc7f7571a157fbc9b5011e1ef6fe0a4a8: Merge tag 'riscv-for-linus-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux (2025-11-10 15:35:45 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux tags/riscv-for-linus-6.18-rc7 for you to fetch changes up to e2cb69263e797c0aa6676bcef23e9e27e44c83b0: tools: riscv: Fixed misalignment of CSR related definitions (2025-11-16 10:37:38 -0700) ---------------------------------------------------------------- RISC-V updates for v6.18-rc7 - Correct the MIPS RISC-V/JEDEC vendor ID. - Fix the system shutdown behavior in the legacy case where CONFIG_RISCV_SBI_V01 is set, but the firmware implementation doesn't support the older v0.1 system shutdown method. - Align some tools/ macro definitions with the corresponding kernel headers. ---------------------------------------------------------------- Chao-ying Fu (1): riscv: Update MIPS vendor id to 0x127 Chen Pei (1): tools: riscv: Fixed misalignment of CSR related definitions Mayuresh Chitale (1): riscv: sbi: Prefer SRST shutdown over legacy arch/riscv/include/asm/vendorid_list.h | 2 +- arch/riscv/kernel/sbi.c | 6 +++++- drivers/perf/riscv_pmu_sbi.c | 2 +- tools/arch/riscv/include/asm/csr.h | 5 +++-- 4 files changed, 10 insertions(+), 5 deletions(-) vmlinux size differences in bytes (from 4427259cc7f7): text data bss dec hex filename . . . . . vmlinux.defconfig.gcc-15 . . . . . vmlinux.nosmp_defconfig.gcc-15 . . . . . vmlinux.rv32_defconfig.gcc-15 . . . . . vmlinux.rv32_nosmp_defconfig.gcc-15 . . . . . vmlinux.nommu_virt_defconfig.gcc-15 . . . . . vmlinux.defconfig.clang-20 . . . . . vmlinux.nosmp_defconfig.clang-20 . . . . . vmlinux.rv32_defconfig.clang-20 . . . . . vmlinux.rv32_nosmp_defconfig.clang-20 . . . . . vmlinux.nommu_virt_defconfig.clang-20 . . . . . vmlinux.defconfig.gcc-14 . . . . . vmlinux.nosmp_defconfig.gcc-14 . . . . . vmlinux.rv32_defconfig.gcc-14 . . . . . vmlinux.rv32_nosmp_defconfig.gcc-14 . . . . . vmlinux.nommu_virt_defconfig.gcc-14 . . . . . vmlinux.defconfig.clang-19 . . . . . vmlinux.nosmp_defconfig.clang-19 . . . . . vmlinux.rv32_defconfig.clang-19 . . . . . vmlinux.rv32_nosmp_defconfig.clang-19 . . . . . vmlinux.nommu_virt_defconfig.clang-19 . . . . . vmlinux.defconfig.gcc-13 . . . . . vmlinux.nosmp_defconfig.gcc-13 . . . . . vmlinux.rv32_defconfig.gcc-13 . . . . . vmlinux.rv32_nosmp_defconfig.gcc-13 . . . . . vmlinux.nommu_virt_defconfig.gcc-13 . . . . . vmlinux.defconfig.clang-18 . . . . . vmlinux.nosmp_defconfig.clang-18 . . . . . vmlinux.rv32_defconfig.clang-18 . . . . . vmlinux.rv32_nosmp_defconfig.clang-18 . . . . . vmlinux.nommu_virt_defconfig.clang-18 . . . . . vmlinux.defconfig.gcc-12 . . . . . vmlinux.nosmp_defconfig.gcc-12 . . . . . vmlinux.rv32_defconfig.gcc-12 . . . . . vmlinux.rv32_nosmp_defconfig.gcc-12 . . . . . vmlinux.nommu_virt_defconfig.gcc-12 . . . . . vmlinux.defconfig.clang-17 . . . . . vmlinux.nosmp_defconfig.clang-17 . . . . . vmlinux.rv32_defconfig.clang-17 . . . . . vmlinux.rv32_nosmp_defconfig.clang-17 . . . . . vmlinux.nommu_virt_defconfig.clang-17 . . . . . vmlinux.defconfig.clang-15.patched . . . . . vmlinux.nosmp_defconfig.clang-15.patched . . . . . vmlinux.rv32_defconfig.clang-15.patched . . . . . vmlinux.rv32_nosmp_defconfig.clang-15.patched . . . . . vmlinux.nommu_virt_defconfig.clang-15.patched . . . . . vmlinux.defconfig.gcc-11 . . . . . vmlinux.nosmp_defconfig.gcc-11 . . . . . vmlinux.rv32_defconfig.gcc-11 . . . . . vmlinux.rv32_nosmp_defconfig.gcc-11 . . . . . vmlinux.nommu_virt_defconfig.gcc-11 . . . . . vmlinux.allnoconfig.gcc-14 . . . . . vmlinux.allmodconfig.gcc-14 . . . . . vmlinux.allnoconfig.clang-19