From: Linus Torvalds Date: Fri, 10 Feb 2023 17:27:52 +0000 (-0800) Subject: Merge tag 'riscv-for-linus-6.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Tag: v6.6.7~3600 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e9a8427a1f1f39632e2b2ccd651e499c64f59b2;p=platform%2Fkernel%2Flinux-starfive.git Merge tag 'riscv-for-linus-6.2-rc8' of git://git./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 --- 8e9a8427a1f1f39632e2b2ccd651e499c64f59b2