diff options
| author | Alexander Potapenko <glider@google.com> | 2026-01-15 10:59:01 +0100 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2026-01-16 09:47:24 +0000 |
| commit | 0c2e1647a23d32431208ff218f6ee59cd9c216b5 (patch) | |
| tree | 9ecc5f65483e3a6eae77bab91f113e72dadbe34b /sys/linux/test/amd64-syz_kvm_nested_create_vm-hlt | |
| parent | 67ef04e1ef9d40a76d1e2cb97ffa3adbfa51bdb5 (diff) | |
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.
Diffstat (limited to 'sys/linux/test/amd64-syz_kvm_nested_create_vm-hlt')
| -rw-r--r-- | sys/linux/test/amd64-syz_kvm_nested_create_vm-hlt | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
