From f4288eed9c51fed44b853c252711c00de8761336 Mon Sep 17 00:00:00 2001 From: Alexander Potapenko Date: Tue, 17 Feb 2026 15:35:10 +0100 Subject: executor: fix TestGenerate/linux/amd64/ Follow-up fix for https://github.com/google/syzkaller/pull/6820 --- executor/common_kvm_amd64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor') diff --git a/executor/common_kvm_amd64.h b/executor/common_kvm_amd64.h index b8e86127e..17f5e15be 100644 --- a/executor/common_kvm_amd64.h +++ b/executor/common_kvm_amd64.h @@ -205,7 +205,7 @@ static void setup_64bit_idt(struct kvm_sregs* sregs, char* host_mem, uintptr_t g } #endif -#if SYZ_EXECUTOR || __NR_syz_kvm_setup_syzos_vm || __NR_syz_kvm_add_vcpu +#if SYZ_EXECUTOR || __NR_syz_kvm_setup_syzos_vm || __NR_syz_kvm_setup_cpu || __NR_syz_kvm_add_vcpu // SYZOS guest virtual memory layout (must be in sync with executor/kvm.h): static const struct mem_region syzos_mem_regions[] = { -- cgit mrf-deployment