diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2022-02-23 17:40:44 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-02-24 19:13:59 +0100 |
| commit | 7c33726645532432752ae4074ccaad36638db7b1 (patch) | |
| tree | e71b987105b981e15c67a7f9ce53a7327f382ceb /dashboard/config/linux/bits/linux-next.yml | |
| parent | b28851a42332f6c5bc36155d3737ca9c89c4d2d3 (diff) | |
dashboard/config: update configs to next-20220222
Move CONFIG_AID_FOR_SYZBOT to verbatim since it has for some reason
disappeared from the linux-next tree.
Add CONFIG_RCU_EXP_CPU_STALL_TIMEOUT and set it to the maximum value.
Otherwise it overwhelms syzbot with `INFO: rcu_preempt detected
expedited stalls on CPUs/tasks` crashes.
Diffstat (limited to 'dashboard/config/linux/bits/linux-next.yml')
| -rw-r--r-- | dashboard/config/linux/bits/linux-next.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/config/linux/bits/linux-next.yml b/dashboard/config/linux/bits/linux-next.yml index c17840d69..bc9569340 100644 --- a/dashboard/config/linux/bits/linux-next.yml +++ b/dashboard/config/linux/bits/linux-next.yml @@ -3,4 +3,4 @@ kernel: repo: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next-history.git - tag: next-20220127 + tag: next-20220222 |
