| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux/test: update after syz_kvm_assert_syzos_uexit API change | Alexander Potapenko | 2026-01-16 | 1 | -3/+3 |
| | | | | | | | | 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. | ||||
| * | executor: sys/linux: implement SYZOS_API_SET_IRQ_HANDLER | Alexander Potapenko | 2025-10-17 | 1 | -0/+31 |
| The new API call allows to initialize the handler with one of the three possible values: - NULL (should cause a page fault) - dummy_null_handler (should call iret) - uexit_irq_handler (should perform guest_uexit(UEXIT_IRQ)) Also add a test for uexit_irq_handler() | |||||
