mbox series

[GIT,PULL] RISC-V Fixes for 6.13-rc3

Message ID mhng-d041d4cd-3e9f-4533-ac26-e0d67be93496@palmer-ri-x1c9 (mailing list archive)
State Handled Elsewhere
Headers show
Series [GIT,PULL] RISC-V Fixes for 6.13-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.13-rc3

Checks

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

Message

Palmer Dabbelt Dec. 13, 2024, 4:36 p.m. UTC
The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:

  Linux 6.13-rc2 (2024-12-08 14:03:39 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.13-rc3

for you to fetch changes up to 21f1b85c8912262adf51707e63614a114425eb10:

  riscv: mm: Do not call pmd dtor on vmemmap page table teardown (2024-12-11 11:44:21 -0800)

----------------------------------------------------------------
RISC-V Fixes for 6.13-rc3

* A fix to avoid taking a mutex while resolving jump_labels in the mutex
  implementation.
* A fix to avoid trying to resolve the early boot DT pointer via the
  linear map.
* A fix to avoid trying to IPI kfence TLB flushes, as kfence might flush
  with IRQs disabled.
* A fix to avoid calling PMD destructors on PMDs that were never
  constructed.

----------------------------------------------------------------
Alexandre Ghiti (2):
      riscv: Fix wrong usage of __pa() on a fixmap address
      riscv: Fix IPIs usage in kfence_protect_page()

Björn Töpel (1):
      riscv: mm: Do not call pmd dtor on vmemmap page table teardown

Guo Ren (1):
      riscv: Fixup boot failure when CONFIG_DEBUG_RT_MUTEXES=y

 arch/riscv/include/asm/kfence.h |  4 +++-
 arch/riscv/kernel/jump_label.c  | 12 +++++++++---
 arch/riscv/kernel/setup.c       |  2 +-
 arch/riscv/mm/init.c            |  7 ++++---
 4 files changed, 17 insertions(+), 8 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 13, 2024, 10:35 p.m. UTC | #1
The pull request you sent on Fri, 13 Dec 2024 08:36:22 -0800 (PST):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.13-rc3

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

Thank you!