From bac53798526971e822c64b1c1ea675904e4d0244 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 13 Dec 2021 11:04:28 +0100 Subject: dashboard/config/linux: enable REFCNT_TRACKER configs New debugging configs in net-next. Eric asks to enable them. --- dashboard/config/linux/bits/debug.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'dashboard/config/linux/bits/debug.yml') 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"] -- cgit mrf-deployment