diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-04-16 18:33:47 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-04-19 10:26:57 +0200 |
| commit | cc8708904da08f9c884253477fc003cc6f6d5945 (patch) | |
| tree | 2a55f301c912629c205ded081351db57c2dde5aa /sys/linux/filesystem_arm.const | |
| parent | 90d17ab8980674c6a59f47a062adccb37f99b88a (diff) | |
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.
Diffstat (limited to 'sys/linux/filesystem_arm.const')
| -rw-r--r-- | sys/linux/filesystem_arm.const | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
