aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/main.yml
diff options
context:
space:
mode:
authorMarco Elver <elver@google.com>2021-11-09 16:30:35 +0100
committerDmitry Vyukov <dvyukov@google.com>2021-11-09 18:13:49 +0100
commit85c102245a7c19586b9f2eff2a331e2b31697f25 (patch)
tree04b2d2aa9a475c2d72f5434d5995fc7edecd3fd7 /dashboard/config/linux/main.yml
parentf549c8707e71276f8ce5396b0d64b4f2ec536ff4 (diff)
dashboard/config/linux: refactor lockdep configs into lockdep.yml
All of lockdep comes with a number of config options, so let's refactor it into a separate lockdep.yml, which makes it easier to disable selectively.
Diffstat (limited to 'dashboard/config/linux/main.yml')
-rw-r--r--dashboard/config/linux/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/config/linux/main.yml b/dashboard/config/linux/main.yml
index 3dbe15cdd..b82ea3791 100644
--- a/dashboard/config/linux/main.yml
+++ b/dashboard/config/linux/main.yml
@@ -53,6 +53,7 @@ includes:
- smack.yml: [smack]
- slab.yml: [slab]
- debug.yml: [-nonoise, -kmsan, -kcsan, -kmemleak]
+ - lockdep.yml: [-nonoise, -kmsan, -kcsan, -kmemleak]
- kmemleak.yml: [kmemleak]
- kasan.yml: [kasan]
- mte.yml: [mte]