From 0c2e1647a23d32431208ff218f6ee59cd9c216b5 Mon Sep 17 00:00:00 2001 From: Alexander Potapenko Date: Thu, 15 Jan 2026 10:59:01 +0100 Subject: sys/linux/test: update after syz_kvm_assert_syzos_uexit API change This patch updates all relevant regression tests in sys/linux/test/ to align with the API change introduced in syz_kvm_assert_syzos_uexit. The syz_kvm_assert_syzos_uexit syscall now requires the VCPU file descriptor as its first argument. --- sys/linux/test/amd64-syz_kvm_nested_create_vm-hlt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/linux/test/amd64-syz_kvm_nested_create_vm-hlt') diff --git a/sys/linux/test/amd64-syz_kvm_nested_create_vm-hlt b/sys/linux/test/amd64-syz_kvm_nested_create_vm-hlt index 1a26a4e82..b1d76fc9b 100644 --- a/sys/linux/test/amd64-syz_kvm_nested_create_vm-hlt +++ b/sys/linux/test/amd64-syz_kvm_nested_create_vm-hlt @@ -15,9 +15,9 @@ r5 = mmap$KVM_VCPU(&(0x7f0000009000/0x1000)=nil, r4, 0x3, 0x1, r3, 0x0) # (0x1 is SYZOS_NESTED_EXIT_REASON_HLT). # ioctl$KVM_RUN(r3, AUTO, 0x0) -syz_kvm_assert_syzos_uexit$x86(r5, 0xe2e20001) +syz_kvm_assert_syzos_uexit$x86(r3, r5, 0xe2e20001) # KVM_RUN should exit with KVM_EXIT_MMIO due to guest_uexit(-1). # ioctl$KVM_RUN(r3, AUTO, 0x0) -syz_kvm_assert_syzos_uexit$x86(r5, 0xffffffff) +syz_kvm_assert_syzos_uexit$x86(r3, r5, 0xffffffff) -- cgit mrf-deployment