Hello:
This series was applied to riscv/linux.git (fixes) by Anup Patel anup@brainfault.org:
On Fri, 23 May 2025 12:19:17 +0200 you wrote:
The SBI Firmware Feature extension allows the S-mode to request some specific features (either hardware or software) to be enabled. This series uses this extension to request misaligned access exception delegation to S-mode in order to let the kernel handle it. It also adds support for the KVM FWFT SBI extension based on the misaligned access handling infrastructure.
[...]
Here is the summary with links: - [v8,01/14] riscv: sbi: add Firmware Feature (FWFT) SBI extensions definitions (no matching commit) - [v8,02/14] riscv: sbi: remove useless parenthesis (no matching commit) - [v8,03/14] riscv: sbi: add new SBI error mappings (no matching commit) - [v8,04/14] riscv: sbi: add FWFT extension interface (no matching commit) - [v8,05/14] riscv: sbi: add SBI FWFT extension calls (no matching commit) - [v8,06/14] riscv: misaligned: request misaligned exception from SBI (no matching commit) - [v8,07/14] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing (no matching commit) - [v8,08/14] riscv: misaligned: declare misaligned_access_speed under CONFIG_RISCV_MISALIGNED (no matching commit) - [v8,09/14] riscv: misaligned: move emulated access uniformity check in a function (no matching commit) - [v8,10/14] riscv: misaligned: add a function to check misalign trap delegability (no matching commit) - [v8,11/14] RISC-V: KVM: add SBI extension init()/deinit() functions https://git.kernel.org/riscv/c/cf648c400fd2 - [v8,12/14] RISC-V: KVM: add SBI extension reset callback (no matching commit) - [v8,13/14] RISC-V: KVM: add support for FWFT SBI extension (no matching commit) - [v8,14/14] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG (no matching commit)
You are awesome, thank you!