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

Configure Feed

Select the types of activity you want to include in your feed.

KVM: riscv: selftests: Add missing headers for new testcases

Add missing headers to fix the build for new RISC-V KVM selftests.

Signed-off-by: Quan Zhou <zhouquan@iscas.ac.cn>
Signed-off-by: Dong Yang <dayss1224@gmail.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Link: https://lore.kernel.org/r/bfb66541918de68cd89b83bc3430af94bdc75a85.1756710918.git.dayss1224@gmail.com
Signed-off-by: Anup Patel <anup@brainfault.org>

authored by

Dong Yang and committed by
Anup Patel
f4103c11 c92786e1

+4
+1
tools/testing/selftests/kvm/access_tracking_perf_test.c
··· 50 50 #include "memstress.h" 51 51 #include "guest_modes.h" 52 52 #include "processor.h" 53 + #include "ucall_common.h" 53 54 54 55 #include "cgroup_util.h" 55 56 #include "lru_gen_util.h"
+1
tools/testing/selftests/kvm/include/riscv/processor.h
··· 9 9 10 10 #include <linux/stringify.h> 11 11 #include <asm/csr.h> 12 + #include <asm/vdso/processor.h> 12 13 #include "kvm_util.h" 13 14 14 15 #define INSN_OPCODE_MASK 0x007c
+1
tools/testing/selftests/kvm/memslot_modification_stress_test.c
··· 22 22 #include "processor.h" 23 23 #include "test_util.h" 24 24 #include "guest_modes.h" 25 + #include "ucall_common.h" 25 26 26 27 #define DUMMY_MEMSLOT_INDEX 7 27 28
+1
tools/testing/selftests/kvm/memslot_perf_test.c
··· 25 25 #include <test_util.h> 26 26 #include <kvm_util.h> 27 27 #include <processor.h> 28 + #include <ucall_common.h> 28 29 29 30 #define MEM_EXTRA_SIZE SZ_64K 30 31