Merge tag 'riscv-for-linus-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Pull RISC-V fixes from Palmer Dabbelt: - A fix for a build warning in the jump_label code - One of the git://github -> https://github cleanups, for the SiFive drivers - A fix for the kasan initialization code, this still likely warrants some cleanups but that's a bigger problem and at least this fixes the crashes in the short term - A pair of fixes for extension support detection on mixed LLVM/GNU toolchains - A fix for a runtime warning in the /proc/cpuinfo code * tag 'riscv-for-linus-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: RISC-V: Fix /proc/cpuinfo cpumask warning riscv: fix detection of toolchain Zihintpause support riscv: fix detection of toolchain Zicbom support riscv: mm: add missing memcpy in kasan_init MAINTAINERS: git://github.com -> https://github.com for sifive riscv: jump_label: mark arguments as const to satisfy asm constraints
Showing
- MAINTAINERS 1 addition, 1 deletionMAINTAINERS
- arch/riscv/Kconfig 13 additions, 4 deletionsarch/riscv/Kconfig
- arch/riscv/Makefile 2 additions, 4 deletionsarch/riscv/Makefile
- arch/riscv/include/asm/jump_label.h 4 additions, 4 deletionsarch/riscv/include/asm/jump_label.h
- arch/riscv/include/asm/vdso/processor.h 1 addition, 1 deletionarch/riscv/include/asm/vdso/processor.h
- arch/riscv/kernel/cpu.c 3 additions, 0 deletionsarch/riscv/kernel/cpu.c
- arch/riscv/mm/kasan_init.c 6 additions, 1 deletionarch/riscv/mm/kasan_init.c
Please register or sign in to comment