[GIT PULL] RISC-V Fixes for 6.15-rc6

Palmer Dabbelt palmer at dabbelt.com
Fri Jul 4 08:43:50 PDT 2025


The following changes since commit d0b3b7b22dfa1f4b515fd3a295b3fd958f9e81af:

  Linux 6.16-rc4 (2025-06-29 13:09:04 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.16-rc5

for you to fetch changes up to 5903a7452e642f1475f274373633522db168b60b:

  Merge tag 'riscv-fixes-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/alexghiti/linux into fixes (2025-07-02 10:51:00 -0700)

----------------------------------------------------------------
RISC-V Fixes for 6.15-rc6

* kCFI is restricted to clang-17 or newer, as earlier versions have
  known bugs.
* sbi_hsm_hart_start is now staticly allocated, to avoid tripping up the
  SBI HSM page mapping on sparse systems.

----------------------------------------------------------------
Nathan Chancellor (1):
      riscv: Require clang-17 or newer for kCFI

Palmer Dabbelt (1):
      Merge tag 'riscv-fixes-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/alexghiti/linux into fixes

Vivian Wang (1):
      riscv: cpu_ops_sbi: Use static array for boot_data

 arch/riscv/Kconfig              | 3 ++-
 arch/riscv/kernel/cpu_ops_sbi.c | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)



More information about the linux-riscv mailing list