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 441D836A03A for ; Fri, 30 Jan 2026 23:27:20 +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=1769815641; cv=none; b=a/QCwnDHRiC0TBv3K2yQEEiKk5/LANuK+9uOLBNhv0U82jVTTJOEZQu/3jZdLpZuqnfTMiAm9BNO9nfsP/RG+uXCfY0ynCmuYU35DQyilicERGpUkc5dMR30HaS3yvk5vfKfr498OOmGLLGIftghIy+61RcHTtI6AwESd+OCIsg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769815641; c=relaxed/simple; bh=rsyffoolBOpfsNf+j3mxclg7gYs+0FemeRkWFk/l1HM=; h=Date:From:To:cc:Subject:Message-ID:MIME-Version:Content-Type; b=TTGi8LqjhGi7IY7YCjrobfuBSx3nzSEiWDgiq0slcka1+GQ0rokdDWNXrU9dFINOou6Yz3/zbWP4Afk8Uf6i1Sv8FqeIYXF41c/n6kqwqC4AZ0XPqrYFeXFEIbpQZ/KrdSoE23QLWtdx3bT6smTDDhxOgwZqAuEN/hk7Vg2+s5M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=g79ImuZh; 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="g79ImuZh" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 96118C4CEF7; Fri, 30 Jan 2026 23:27:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769815640; bh=rsyffoolBOpfsNf+j3mxclg7gYs+0FemeRkWFk/l1HM=; h=Date:From:To:cc:Subject:From; b=g79ImuZhK+2KaX8boCzoBbtK4ZDLx3Npgr9+9406zSJMcKs+lpDOqEThBy3D7zNr6 AH5xMrkHxYJ/HjqRDAhm1xjqFr0MF4FolaeWQLrAiSDjeLI9K3ayyntPSBo7hYRS/B dMbEePtHmYJ1L8CLezz5Z2KNY6t7zGAScntiW8ayqe6V7b/RALbBK/mgfBLQQ/lxmg BKeoCwuMDyrsABE34plVj2H/JfHb1nUdXz7L56xHANWolZ9L2XrWlfDYvuBgEd/Me/ bDT0QKWlcBBafv6wyz201BI7Ky2N+TTO9yCi5v5RAu69EbDg84Gz8ti1bG1zPvwYKC 4GYyyVoL1fnGg== Date: Fri, 30 Jan 2026 16:27:13 -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.19-rc8 Message-ID: <486c518d-4349-a1ef-25b9-c30abe0008fb@kernel.org> 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.19-rc8. Nothing too exciting here; looks like we're in good shape for the final v6.19 release. thanks, - Paul The following changes since commit 63804fed149a6750ffd28610c5c1c98cce6bd377: Linux 6.19-rc7 (2026-01-25 14:11:24 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux tags/riscv-for-linus-6.19-rc8 for you to fetch changes up to 0ea05c4f7527a98f5946f96c829733788934311d: riscv: compat: fix COMPAT_UTS_MACHINE definition (2026-01-29 00:59:17 -0700) ---------------------------------------------------------------- RISC-V updates for v6.19-rc8 - Correct the RISC-V compat.h COMPAT_UTS_MACHINE architecture name - Avoid printing a false warning message on kernels with the SiFive and MIPS errata compiled in - Address a few warnings generated by sparse in the signal handling code - Fix a comment typo ---------------------------------------------------------------- Andreas Schwab (1): errata/sifive: remove unreliable warn_miss_errata Austin Kim (1): riscv: fix minor typo in syscall.h comment Han Gao (1): riscv: compat: fix COMPAT_UTS_MACHINE definition Paul Walmsley (1): riscv: signal: fix some warnings reported by sparse arch/riscv/errata/sifive/errata.c | 18 ------------------ arch/riscv/include/asm/compat.h | 2 +- arch/riscv/include/asm/syscall.h | 2 +- arch/riscv/kernel/signal.c | 6 +++--- 4 files changed, 5 insertions(+), 23 deletions(-) vmlinux size differences in bytes (from 63804fed149a): text data bss dec hex filename -64 -224 . -288 -120 vmlinux.defconfig.gcc-15 . -288 . -288 -120 vmlinux.nosmp_defconfig.gcc-15 -128 -168 . -296 -128 vmlinux.rv32_defconfig.gcc-15 -88 -168 . -256 -100 vmlinux.rv32_nosmp_defconfig.gcc-15 -123 . . -123 -7b vmlinux.nommu_virt_defconfig.gcc-15 -176 -160 . -336 -150 vmlinux.defconfig.clang-20 -176 -160 . -336 -150 vmlinux.nosmp_defconfig.clang-20 -184 -160 . -344 -158 vmlinux.rv32_defconfig.clang-20 -184 -224 . -408 -198 vmlinux.rv32_nosmp_defconfig.clang-20 -223 +128 . -95 -5f vmlinux.nommu_virt_defconfig.clang-20