github.com/google/syzkaller@v0.0.0-20251211124644-a066d2bc4b02/dashboard/config/linux/bits/timeouts_emu.yml (about)

     1  # Copyright 2022 syzkaller project authors. All rights reserved.
     2  # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
     3  
     4  config:
     5   # We reduce number of vivid/netrom/rose/hcd devices to 2 because we use at most 2 procs
     6   # with emulation and creating these devices takes time during boot.
     7   - CMDLINE: [append, "smp.csd_lock_timeout=300000 watchdog_thresh=165 workqueue.watchdog_thresh=420 sysctl.net.core.netdev_unregister_timeout_secs=420 dummy_hcd.num=2 max_loop=2 nbds_max=2"]
     8   # See the comment in x86_64.yml re these numbers.
     9   - RCU_CPU_STALL_TIMEOUT: 300
    10   - DEFAULT_HUNG_TASK_TIMEOUT: [420, -nonoise, -kmsan, -kcsan, -kmemleak]
    11   # A zero RCU_EXP_CPU_STALL_TIMEOUT value makes it equal to RCU_CPU_STALL_TIMEOUT.
    12   - RCU_EXP_CPU_STALL_TIMEOUT: [0, v5.19]