[GIT PULL] RISC-V Fixes for 6.11-rc8
From: Palmer Dabbelt
Date: Thu Sep 12 2024 - 12:25:51 EST
The following changes since commit 1ff95eb2bebda50c4c5406caaf201e0fcb24cc8f:
riscv: Fix RISCV_ALTERNATIVE_EARLY (2024-09-03 07:57:55 -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.11-rc8
for you to fetch changes up to 7c1e5b9690b0e14acead4ff98d8a6c40f2dff54b:
riscv: Disable preemption while handling PR_RISCV_CTX_SW_FENCEI_OFF (2024-09-10 20:38:46 -0700)
----------------------------------------------------------------
RISC-V Fixes for 6.11-rc8
* Two fixes for smp_processor_id() calls in preemptible sections: one if
the perf driver, and one in the fence.i prctl.
----------------------------------------------------------------
Alexandre Ghiti (1):
drivers: perf: Fix smp_processor_id() use in preemptible code
Charlie Jenkins (1):
riscv: Disable preemption while handling PR_RISCV_CTX_SW_FENCEI_OFF
arch/riscv/mm/cacheflush.c | 12 ++++++------
drivers/perf/riscv_pmu_sbi.c | 7 ++++++-
2 files changed, 12 insertions(+), 7 deletions(-)