[GIT PULL] RISC-V Fixes for 6.13-rc3
Palmer Dabbelt
palmer at rivosinc.com
Fri Dec 13 08:36:22 PST 2024
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(-)
More information about the linux-riscv
mailing list