Merge tag 'riscv-for-linus-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Pull RISC-V fixes from Palmer Dabbelt: - A fix for TASK_SIZE on rv64/NOMMU, to reflect the lack of user/kernel separation - A fix to avoid loading rv64/NOMMU kernel past the start of RAM - A fix for RISCV_HWPROBE_EXT_ZVFHMIN on ilp32 to avoid signed integer overflow in the bitmask - The sud_test kselftest has been fixed to properly swizzle the syscall number into the return register, which are not the same on RISC-V - A fix for a build warning in the perf tools on rv32 - A fix for the CBO selftests, to avoid non-constants leaking into the inline asm - A pair of fixes for T-Head PBMT errata probing, which has been renamed MAE by the vendor * tag 'riscv-for-linus-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: RISC-V: selftests: cbo: Ensure asm operands match constraints, take 2 perf riscv: Fix the warning due to the incompatible type riscv: T-Head: Test availability bit before enabling MAE errata riscv: thead: Rename T-Head PBMT to MAE selftests: sud_test: return correct emulated syscall value on RISC-V riscv: hwprobe: fix invalid sign extension for RISCV_HWPROBE_EXT_ZVFHMIN riscv: Fix loading 64-bit NOMMU kernels past the start of RAM riscv: Fix TASK_SIZE on 64-bit NOMMU
No related branches found
No related tags found
Showing
- arch/riscv/Kconfig.errata 4 additions, 4 deletionsarch/riscv/Kconfig.errata
- arch/riscv/errata/thead/errata.c 15 additions, 9 deletionsarch/riscv/errata/thead/errata.c
- arch/riscv/include/asm/errata_list.h 10 additions, 10 deletionsarch/riscv/include/asm/errata_list.h
- arch/riscv/include/asm/page.h 1 addition, 1 deletionarch/riscv/include/asm/page.h
- arch/riscv/include/asm/pgtable.h 1 addition, 1 deletionarch/riscv/include/asm/pgtable.h
- arch/riscv/include/uapi/asm/hwprobe.h 1 addition, 1 deletionarch/riscv/include/uapi/asm/hwprobe.h
- arch/riscv/mm/init.c 1 addition, 1 deletionarch/riscv/mm/init.c
- tools/perf/arch/riscv/util/header.c 1 addition, 1 deletiontools/perf/arch/riscv/util/header.c
- tools/testing/selftests/riscv/hwprobe/cbo.c 1 addition, 1 deletiontools/testing/selftests/riscv/hwprobe/cbo.c
- tools/testing/selftests/riscv/hwprobe/hwprobe.h 10 additions, 0 deletionstools/testing/selftests/riscv/hwprobe/hwprobe.h
- tools/testing/selftests/syscall_user_dispatch/sud_test.c 14 additions, 0 deletionstools/testing/selftests/syscall_user_dispatch/sud_test.c
Loading
Please register or sign in to comment