[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <mhng-06f4491c-e8d5-4713-9342-3470d90d42e7@palmer-ri-x1c9>
Date: Fri, 04 Oct 2024 07:15:11 -0700 (PDT)
From: Palmer Dabbelt <palmer@...osinc.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.12-rc2
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(-)
Powered by blists - more mailing lists