From: Linus Torvalds Date: Fri, 28 Jun 2024 23:14:59 +0000 (-0700) Subject: Merge tag 'riscv-for-linus-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Tag: v6.10-rc6~17 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=de0a9f4486337d0eabacc23bd67ff73146eacdc0;p=linux-block.git Merge tag 'riscv-for-linus-6.10-rc6' of git://git./linux/kernel/git/riscv/linux Pull RISC-V fixes from Palmer Dabbelt: - A fix for vector load/store instruction decoding, which could result in reserved vector element length encodings decoding as valid vector instructions. - Instruction patching now aggressively flushes the local instruction cache, to avoid situations where patching functions on the flush path results in torn instructions being fetched. - A fix to prevent the stack walker from showing up as part of traces. * tag 'riscv-for-linus-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: riscv: stacktrace: convert arch_stack_walk() to noinstr riscv: patch: Flush the icache right after patching to avoid illegal insns RISC-V: fix vector insn load/store width mask --- de0a9f4486337d0eabacc23bd67ff73146eacdc0