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

From: Palmer Dabbelt
Date: Fri Jun 07 2024 - 10:26:01 EST


The following changes since commit c3f38fa61af77b49866b006939479069cd451173:

Linux 6.10-rc2 (2024-06-02 15:44:56 -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.10-rc3

for you to fetch changes up to e2c79b4c5c4d83520abb570ca633ded09621c0a6:

Revert "riscv: mm: accelerate pagefault when badaccess" (2024-06-03 07:41:13 -0700)

----------------------------------------------------------------
RISC-V Fixes for 6.10-rc3

* Another fix to avoid allocating pages that overlap with ERR_PTR, which
manifests on rv32.
* A revert for the badaccess patch I incorrectly picked up an early
version of.

----------------------------------------------------------------
Nam Cao (1):
riscv: fix overlap of allocated page and PTR_ERR

Palmer Dabbelt (1):
Revert "riscv: mm: accelerate pagefault when badaccess"

arch/riscv/mm/fault.c | 4 ++--
arch/riscv/mm/init.c | 21 +++++++++++----------
2 files changed, 13 insertions(+), 12 deletions(-)