mbox series

[GIT,PULL] RISC-V Fixes for 5.17-rc7

Message ID mhng-35bc28f8-875e-45d8-8c8d-869bb9efce61@palmer-mbp2014 (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] RISC-V Fixes for 5.17-rc7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.17-rc7

Message

Palmer Dabbelt March 4, 2022, 4:54 p.m. UTC
The following changes since commit 22e2100b1b07d6f5acc71cc1acb53f680c677d77:

  riscv: fix oops caused by irqsoff latency tracer (2022-02-24 20:30:30 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.17-rc7

for you to fetch changes up to 74583f1b92cb3bbba1a3741cea237545c56f506c:

  riscv: dts: k210: fix broken IRQs on hart1 (2022-03-03 20:04:21 -0800)

----------------------------------------------------------------
RISC-V Fixes for 5.17-rc7

* Fixes for a handful of KASAN-related crashes.
* A fix to avoid a crash during boot for SPARSEMEM && !SPARSEMEM_VMEMMAP
  configurations.
* A fix to stop reporting some incorrect errors under DEBUG_VIRTUAL.
* A fix for the K210's device tree to properly populate the interrupt
  map, so hart1 will get interrupts again.

----------------------------------------------------------------
Alexandre Ghiti (6):
      riscv: Fix is_linear_mapping with recent move of KASAN region
      riscv: Fix config KASAN && SPARSEMEM && !SPARSE_VMEMMAP
      riscv: Fix DEBUG_VIRTUAL false warnings
      riscv: Fix config KASAN && DEBUG_VIRTUAL
      riscv: Move high_memory initialization to setup_bootmem
      riscv: Fix kasan pud population

Niklas Cassel (1):
      riscv: dts: k210: fix broken IRQs on hart1

 arch/riscv/boot/dts/canaan/k210.dtsi | 3 ++-
 arch/riscv/include/asm/page.h        | 2 +-
 arch/riscv/include/asm/pgtable.h     | 1 +
 arch/riscv/mm/Makefile               | 3 +++
 arch/riscv/mm/init.c                 | 2 +-
 arch/riscv/mm/kasan_init.c           | 8 +++++---
 arch/riscv/mm/physaddr.c             | 4 +---
 7 files changed, 14 insertions(+), 9 deletions(-)

Comments

pr-tracker-bot@kernel.org March 4, 2022, 8:22 p.m. UTC | #1
The pull request you sent on Fri, 04 Mar 2022 08:54:13 -0800 (PST):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.17-rc7

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

Thank you!