[GIT,PULL] RISC-V Fixes for 6.4-rc6

Message ID mhng-bf5e8144-98a0-441d-b6df-63978648c75a@palmer-ri-x1c9
State New
Headers
Series [GIT,PULL] RISC-V Fixes for 6.4-rc6 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.4-rc6

Message

Palmer Dabbelt June 9, 2023, 2:45 p.m. UTC
  The following changes since commit 6966d7988c4fb6af3e395868e9800c07f9e98a30:

  riscv: Implement missing huge_ptep_get (2023-06-01 18:15:37 -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.4-rc6

for you to fetch changes up to 99a670b2069c725a7b50318aa681d9cae8f89325:

  riscv: fix kprobe __user string arg print fault issue (2023-06-08 10:23:19 -0700)

----------------------------------------------------------------
RISC-V Fixes for 6.4-rc6

* A fix to avoid ISA-disallowed privilege mappings that can result from
  WRITE+EXEC mmap requests from userspace.
* A fix for kfence to handle the huge pages.
* A fix to avoid converting misaligned VAs to huge pages.
* ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE has been selected so kprobe can
  understand user pointers.

----------------------------------------------------------------
Alexandre Ghiti (2):
      riscv: Fix kfence now that the linear mapping can be backed by PUD/P4D/PGD
      riscv: Check the virtual alignment before choosing a map size

Hsieh-Tseng Shen (1):
      riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readable

Ruan Jinjie (1):
      riscv: fix kprobe __user string arg print fault issue

 arch/riscv/Kconfig               |  1 +
 arch/riscv/include/asm/kfence.h  | 33 ---------------------------
 arch/riscv/include/asm/pgtable.h |  3 +--
 arch/riscv/mm/init.c             | 48 +++++++++++++++++++++++++++++++---------
 4 files changed, 39 insertions(+), 46 deletions(-)
  

Comments

pr-tracker-bot@kernel.org June 9, 2023, 4:40 p.m. UTC | #1
The pull request you sent on Fri, 09 Jun 2023 07:45:06 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.4-rc6

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

Thank you!