mbox series

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

Message ID mhng-06f4491c-e8d5-4713-9342-3470d90d42e7@palmer-ri-x1c9 (mailing list archive)
State Mainlined
Headers show
Series [GIT,PULL] RISC-V Fixes for 6.12-rc2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.12-rc2

Checks

Context Check Description
conchuod/vmtest-fixes-PR fail merge-conflict

Message

Palmer Dabbelt Oct. 4, 2024, 2:15 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Oct. 4, 2024, 7:29 p.m. UTC | #1
The pull request you sent on Fri, 04 Oct 2024 07:15:11 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.12-rc2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7943f06cfc8693d861816dbe608f84d52dd4af52

Thank you!