[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <mhng-FBF637AD-7989-4E79-A669-3212608A491E@palmerdabbelt-mac>
Date: Fri, 04 Jul 2025 08:43:50 -0700 (PDT)
From: Palmer Dabbelt <palmer@...belt.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
CC: linux-riscv@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] RISC-V Fixes for 6.15-rc6
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(-)
Powered by blists - more mailing lists