[GIT PULL] RISC-V Fixes for 6.15-rc4
From: Palmer Dabbelt
Date: Fri Apr 25 2025 - 13:00:17 EST
The following changes since commit 9c32cda43eb78f78c73aee4aa344b777714e259b:
Linux 6.15-rc3 (2025-04-20 13:43:47 -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.15-rc4
for you to fetch changes up to 7d1d19a11cfbfd8bae1d89cc010b2cc397cd0c48:
riscv: uprobes: Add missing fence.i after building the XOL buffer (2025-04-24 13:20:02 -0700)
----------------------------------------------------------------
RISC-V Fixes for 6.15-rc4
* A fix for a missing icache flush in uprobes, which manifests as at
least a BFF selftest failure on the Spacemit X1.
* A workaround for build warnings in flush_icache_range().
----------------------------------------------------------------
rc3 has all the tree-wide fixes I'd stacked up locally, so things look pretty
clean on my end now.
----------------------------------------------------------------
Björn Töpel (2):
riscv: Replace function-like macro by static inline function
riscv: uprobes: Add missing fence.i after building the XOL buffer
arch/riscv/include/asm/cacheflush.h | 15 ++++++++++-----
arch/riscv/kernel/probes/uprobes.c | 10 ++--------
2 files changed, 12 insertions(+), 13 deletions(-)