Merge tag 'riscv-for-linus-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Pull RISC-V fixes from Palmer Dabbelt: - RISC-V architecture-specific ELF attributes have been disabled in the kernel builds - A fix for a locking failure while during errata patching that manifests on SiFive-based systems - A fix for a KASAN failure during stack unwinding - A fix for some lockdep failures during text patching * tag 'riscv-for-linus-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: RISC-V: Don't check text_mutex during stop_machine riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack mode RISC-V: fix taking the text_mutex twice during sifive errata patching RISC-V: Stop emitting attributes
No related branches found
No related tags found
Showing
- arch/riscv/Makefile 7 additions, 0 deletionsarch/riscv/Makefile
- arch/riscv/errata/sifive/errata.c 1 addition, 1 deletionarch/riscv/errata/sifive/errata.c
- arch/riscv/include/asm/ftrace.h 1 addition, 1 deletionarch/riscv/include/asm/ftrace.h
- arch/riscv/include/asm/patch.h 2 additions, 0 deletionsarch/riscv/include/asm/patch.h
- arch/riscv/kernel/compat_vdso/Makefile 4 additions, 0 deletionsarch/riscv/kernel/compat_vdso/Makefile
- arch/riscv/kernel/ftrace.c 11 additions, 2 deletionsarch/riscv/kernel/ftrace.c
- arch/riscv/kernel/patch.c 25 additions, 3 deletionsarch/riscv/kernel/patch.c
- arch/riscv/kernel/stacktrace.c 1 addition, 1 deletionarch/riscv/kernel/stacktrace.c
Loading
Please register or sign in to comment