Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'kvm-riscv-fixes-6.10-2' of https://github.com/kvm-riscv/linux into HEAD

KVM/riscv fixes for 6.10, take #2

- Fix compilation for KVM selftests

+3
+1
tools/testing/selftests/kvm/lib/riscv/ucall.c
··· 9 9 10 10 #include "kvm_util.h" 11 11 #include "processor.h" 12 + #include "sbi.h" 12 13 13 14 void *ucall_arch_get_ucall(struct kvm_vcpu *vcpu) 14 15 {
+1
tools/testing/selftests/kvm/riscv/ebreak_test.c
··· 6 6 * 7 7 */ 8 8 #include "kvm_util.h" 9 + #include "ucall_common.h" 9 10 10 11 #define LABEL_ADDRESS(v) ((uint64_t)&(v)) 11 12
+1
tools/testing/selftests/kvm/riscv/sbi_pmu_test.c
··· 15 15 #include "processor.h" 16 16 #include "sbi.h" 17 17 #include "arch_timer.h" 18 + #include "ucall_common.h" 18 19 19 20 /* Maximum counters(firmware + hardware) */ 20 21 #define RISCV_MAX_PMU_COUNTERS 64