From cc8708904da08f9c884253477fc003cc6f6d5945 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 16 Apr 2020 18:33:47 +0200 Subject: sys/linux: add timeout call attributes Move additional call/prog timeouts to descriptions. Due to this logic duplication executor used 50ms for syz_mount_image, while pkg/csource used 100ms. --- sys/linux/filesystem_arm.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/filesystem_arm.const') diff --git a/sys/linux/filesystem_arm.const b/sys/linux/filesystem_arm.const index 180b34d0a..992b0ef7a 100644 --- a/sys/linux/filesystem_arm.const +++ b/sys/linux/filesystem_arm.const @@ -54,6 +54,7 @@ MS_SYNCHRONOUS = 16 MS_UNBINDABLE = 131072 OPEN_TREE_CLOEXEC = 524288 OPEN_TREE_CLONE = 1 +SYZ_MOUNT_IMAGE_TIMEOUT = 50 UMOUNT_NOFOLLOW = 8 __NR_fsconfig = 431 __NR_fsmount = 432 -- cgit mrf-deployment