blob: ef4c38c3d36f4b17db6a2840a0357444b1e677ca (
plain)
1
2
3
4
5
6
7
8
9
|
# Copyright 2020 syzkaller project authors. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
kernel:
repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
tag: v6.19-rc5
config:
# Parameter was changed from y/n to the count of hangs before panic.
- BOOTPARAM_HUNG_TASK_PANIC: [1, weak]
|