Merge tag 'riscv-for-linus-6.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Pull RISC-V fixes from Palmer Dabbelt: "This is a little bigger that I'd hope for this late in the cycle, but they're all pretty concrete fixes and the only one that's bigger than a few lines is pmdp_collapse_flush() (which is almost all boilerplate/comment). It's also all bug fixes for issues that have been around for a while. So I think it's not all that scary, just bad timing. - avoid partial TLB fences for huge pages, which are disallowed by the ISA - avoid missing a frame when dumping stacks - avoid misaligned accesses (and possibly overflows) in kprobes - fix a race condition in tracking page dirtiness" * tag 'riscv-for-linus-6.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: riscv: Fixup race condition on PG_dcache_clean in flush_icache_pte riscv: kprobe: Fixup misaligned load text riscv: stacktrace: Fix missing the first frame riscv: mm: Implement pmdp_collapse_flush for THP
Showing
- arch/riscv/include/asm/pgtable.h 4 additions, 0 deletionsarch/riscv/include/asm/pgtable.h
- arch/riscv/kernel/probes/kprobes.c 5 additions, 3 deletionsarch/riscv/kernel/probes/kprobes.c
- arch/riscv/kernel/stacktrace.c 2 additions, 1 deletionarch/riscv/kernel/stacktrace.c
- arch/riscv/mm/cacheflush.c 3 additions, 1 deletionarch/riscv/mm/cacheflush.c
- arch/riscv/mm/pgtable.c 20 additions, 0 deletionsarch/riscv/mm/pgtable.c
Loading
Please register or sign in to comment