[GIT PULL] RISC-V Fixes for 6.3-rc3

From: Palmer Dabbelt
Date: Fri Mar 17 2023 - 10:57:07 EST


The following changes since commit 2a8db5ec4a28a0fce822d10224db9471a44b6925:

RISC-V: Don't check text_mutex during stop_machine (2023-03-09 14:58:51 -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.3-rc3

for you to fetch changes up to 47dd902aaee9b9341808a3a994793199e7eddb88:

RISC-V: mm: Support huge page in vmalloc_fault() (2023-03-14 19:15:34 -0700)

----------------------------------------------------------------
RISC-V Fixes for 6.3-rc3

* A pair of fixes to the ASID allocator to avoid leaking stale mappings
between tasks.
* A fix to the vmalloc fault handler to tolerate huge pages.

----------------------------------------------------------------
Dylan Jhong (1):
RISC-V: mm: Support huge page in vmalloc_fault()

Guo Ren (1):
riscv: asid: Fixup stale TLB entry cause application crash

Palmer Dabbelt (1):
Merge patch series "riscv: asid: switch to alternative way to fix stale TLB entries"

Sergey Matyukevich (1):
Revert "riscv: mm: notify remote harts about mmu cache updates"

arch/riscv/include/asm/mmu.h | 2 --
arch/riscv/include/asm/tlbflush.h | 18 ------------------
arch/riscv/mm/context.c | 40 +++++++++++++++++++--------------------
arch/riscv/mm/fault.c | 5 +++++
arch/riscv/mm/tlbflush.c | 28 ++++++++++++++++-----------
5 files changed, 42 insertions(+), 51 deletions(-)