diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-12-13 11:04:28 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-12-13 11:50:08 +0100 |
| commit | bac53798526971e822c64b1c1ea675904e4d0244 (patch) | |
| tree | f5fec4db6e42875388353ee11bffb8a04a120686 /dashboard/config/linux/bits/debug.yml | |
| parent | be3c96d30e70cbe08ccce6b6f734b6eac2125563 (diff) | |
dashboard/config/linux: enable REFCNT_TRACKER configs
New debugging configs in net-next.
Eric asks to enable them.
Diffstat (limited to 'dashboard/config/linux/bits/debug.yml')
| -rw-r--r-- | dashboard/config/linux/bits/debug.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dashboard/config/linux/bits/debug.yml b/dashboard/config/linux/bits/debug.yml index 099c02be2..d05d690fd 100644 --- a/dashboard/config/linux/bits/debug.yml +++ b/dashboard/config/linux/bits/debug.yml @@ -3,6 +3,15 @@ # Auxiliary debug configs that detect non-critical bugs. +# These configs are only in net-next at this point, +# but we don't have a special config for net-next built on net-next. +# TODO: once it reaches mainline change to: +# - NET_DEV_REFCNT_TRACKER: [v5.17] +# - NET_NS_REFCNT_TRACKER: [v5.17] +verbatim: | + CONFIG_NET_DEV_REFCNT_TRACKER=y + CONFIG_NET_NS_REFCNT_TRACKER=y + config: # Instances that use nonoise also ignore WARNINGs, so they don't want panic_on_warn. - CMDLINE: [append, "panic_on_warn=1"] |
