[GIT PULL] RISC-V Fixes for 6.12-rc2

From: Palmer Dabbelt
Date: Fri Oct 04 2024 - 10:15:19 EST


The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

Linux 6.12-rc1 (2024-09-29 15:06:19 -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.12-rc2

for you to fetch changes up to cfb10de18538e383dbc4f3ce7f477ce49287ff3d:

riscv: Fix kernel stack size when KASAN is enabled (2024-10-01 13:08:11 -0700)

----------------------------------------------------------------
RISC-V Fixes for 6.12-rc2

* PERF_TYPE_BREAKPOINT now returns -EOPNOTSUPP instead of -ENOENT, which
aligns to other ports and is a saner value.
* The KASAN-related stack size increasing logic has been moved to a
C header, to avoid dependency issues.

----------------------------------------------------------------
Alexandre Ghiti (1):
riscv: Fix kernel stack size when KASAN is enabled

Pu Lehui (1):
drivers/perf: riscv: Align errno for unsupported perf event

arch/riscv/Kconfig | 3 +--
arch/riscv/include/asm/thread_info.h | 7 ++++++-
drivers/perf/riscv_pmu_legacy.c | 4 ++--
drivers/perf/riscv_pmu_sbi.c | 4 ++--
4 files changed, 11 insertions(+), 7 deletions(-)