[GIT PULL] RISC-V Fixes for 6.16-rc4

Alexandre Ghiti alex at ghiti.fr
Wed Jul 2 05:40:00 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:

https://git.kernel.org/pub/scm/linux/kernel/git/alexghiti/linux.git/ 
tags/riscv-fixes-6.16-rc4

for you to fetch changes up to 2b29be967ae456fc09c320d91d52278cf721be1e:

   riscv: cpu_ops_sbi: Use static array for boot_data (2025-06-30 
06:58:11 +0000)

----------------------------------------------------------------
riscv fixes for 6.16-rc4

- A fix for a percpu variable that may lie in the vmalloc region and on 
which we used __pa()
- A fix to require at least clang-17 to prevent build issues with 
previous versions on kCFI

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

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