From: Paul Walmsley <pjw@kernel.org>
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-rc2
Date: Fri, 17 Oct 2025 01:37:24 -0600 (MDT) [thread overview]
Message-ID: <f21ca0d7-dd9f-3dc9-34ca-c1444702370a@kernel.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2816 bytes --]
Linus,
The following changes since commit 5472d60c129f75282d94ae5ad072ee6dfb7c7246:
Merge tag 'trace-v6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace (2025-10-09 12:18:22 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux tags/riscv-for-linux-6.18-rc2
for you to fetch changes up to 852947be66b826c3d0ba328e19a3559fdf7ac726:
riscv: kprobes: convert one final __ASSEMBLY__ to __ASSEMBLER__ (2025-10-10 16:04:25 -0600)
----------------------------------------------------------------
RISC-V updates for v6.18-rc2
Some RISC-V fixes for v6.18-rc2, including changes to:
- Disable CFI with Rust for any platform other than x86 and ARM64
- Keep task mm_cpumasks up-to-date to avoid triggering M-mode firmware
warnings if the kernel tries to send an IPI to an offline CPU
- Improve kprobe address validation performance and avoid desyncs
(following x86)
- Avoid duplicate device probes by avoiding DT hardware probing when
ACPI is enabled in early boot
- Use the correct set of dependencies for CONFIG_ARCH_HAS_ELF_CORE_EFLAGS,
avoiding an allnoconfig warning
- Fix a few other minor issues
----------------------------------------------------------------
Conor Dooley (1):
rust: cfi: only 64-bit arm and x86 support CFI_CLANG
Danil Skrebenkov (1):
RISC-V: clear hot-unplugged cores from all task mm_cpumasks to avoid rfence errors
Fabian Vogt (1):
riscv: kprobes: Fix probe address validation
Florian Schmaus (1):
riscv: entry: fix typo in comment 'instruciton' -> 'instruction'
Han Gao (1):
riscv: acpi: avoid errors caused by probing DT devices when ACPI is used
Miquel Sabaté Solà (1):
riscv: kgdb: Ensure that BUFMAX > NUMREGBYTES
Paul Walmsley (1):
riscv: kprobes: convert one final __ASSEMBLY__ to __ASSEMBLER__
Thomas Weißschuh (1):
riscv: Respect dependencies of ARCH_HAS_ELF_CORE_EFLAGS
arch/Kconfig | 1 +
arch/riscv/Kconfig | 2 +-
arch/riscv/include/asm/kgdb.h | 9 +++++++--
arch/riscv/kernel/cpu-hotplug.c | 1 +
arch/riscv/kernel/entry.S | 2 +-
arch/riscv/kernel/probes/kprobes.c | 13 +++++++++----
arch/riscv/kernel/setup.c | 7 +++++--
arch/riscv/kernel/tests/kprobes/test-kprobes.h | 4 ++--
8 files changed, 27 insertions(+), 12 deletions(-)
text data bss dec hex filename
+8 . . +8 +8 vmlinux.rv64
+4 . . +4 +4 vmlinux.rv64_nosmp
. . . . . vmlinux.rv32
. . . . . vmlinux.rv32_nosmp
. . . . . vmlinux.nommu_virt
. . . . . vmlinux.allnoconfig
x x x x x vmlinux.allmodconfig
next reply other threads:[~2025-10-17 7:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-17 7:37 Paul Walmsley [this message]
2025-10-17 23:06 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f21ca0d7-dd9f-3dc9-34ca-c1444702370a@kernel.org \
--to=pjw@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®