From ae8da4a43e08e1d66146c9a9c3646009ca59536b Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 22 Nov 2017 10:34:47 +0100 Subject: executor: move arm syscall fixup to syz-extract --- sys/linux/kvm_arm.const | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/linux/kvm_arm.const') diff --git a/sys/linux/kvm_arm.const b/sys/linux/kvm_arm.const index f701b13f7..20e6f8250 100644 --- a/sys/linux/kvm_arm.const +++ b/sys/linux/kvm_arm.const @@ -122,5 +122,5 @@ KVM_TRANSLATE = 3222843013 KVM_UNREGISTER_COALESCED_MMIO = 1074835048 KVM_X86_GET_MCE_CAP_SUPPORTED = 2148052637 KVM_X86_SETUP_MCE = 1074310812 -__NR_ioctl = 9437238 -__NR_openat = 9437506 +__NR_ioctl = 54 +__NR_openat = 322 -- cgit mrf-deployment