Merge tag 'riscv-for-linus-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Pull RISC-V fixes from Palmer Dabbelt: - SPDX comment style fix - ignore memory that is unusable - avoid setting a kernel text offset for the !MMU kernels, where skipping the first page of memory is both unnecessary and costly - avoid passing the flag bits in satp to pfn_to_virt() - fix __put_kernel_nofault, where we had the arguments to __put_user_nocheck reversed - workaround for a bug in the FU540 to avoid triggering PMP issues during early boot - change to how we pull symbols out of the vDSO. The old mechanism was removed from binutils-2.35 (and has been backported to Debian's 2.34) * tag 'riscv-for-linus-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: RISC-V: Fix the VDSO symbol generaton for binutils-2.35+ RISC-V: Use non-PGD mappings for early DTB access riscv: uaccess: fix __put_kernel_nofault() riscv: fix pfn_to_virt err in do_page_fault(). riscv: Set text_offset correctly for M-Mode RISC-V: Remove any memblock representing unusable memory area risc-v: kernel: ftrace: Fixes improper SPDX comment style
No related branches found
No related tags found
Showing
- arch/riscv/include/asm/uaccess.h 1 addition, 1 deletionarch/riscv/include/asm/uaccess.h
- arch/riscv/kernel/ftrace.c 1 addition, 1 deletionarch/riscv/kernel/ftrace.c
- arch/riscv/kernel/head.S 5 additions, 0 deletionsarch/riscv/kernel/head.S
- arch/riscv/kernel/vdso/.gitignore 1 addition, 0 deletionsarch/riscv/kernel/vdso/.gitignore
- arch/riscv/kernel/vdso/Makefile 9 additions, 9 deletionsarch/riscv/kernel/vdso/Makefile
- arch/riscv/kernel/vdso/so2s.sh 6 additions, 0 deletionsarch/riscv/kernel/vdso/so2s.sh
- arch/riscv/mm/fault.c 3 additions, 1 deletionarch/riscv/mm/fault.c
- arch/riscv/mm/init.c 21 additions, 11 deletionsarch/riscv/mm/init.c
Loading
Please register or sign in to comment