aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/base.yml
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2021-03-26 09:28:17 +0100
committerDmitry Vyukov <dvyukov@google.com>2021-03-26 10:07:10 +0100
commit1e99e36f41fbce4e003dfb8e80810fe0b7da7981 (patch)
tree102f827b2c53377bde09360fe3a7fdd37995d727 /dashboard/config/linux/bits/base.yml
parent781cd014b6df5e8b6494e386c91126a6557a13e4 (diff)
dashboard/config/linux: disable CONFIG_PCPU_DEV_REFCNT, add netdev_unregister_timeout_secs
Disable CONFIG_PCPU_DEV_REFCNT, it should provide refcount underflow detection. Set netdev_unregister_timeout_secs to the timeout used for task hung detection, it should avoid false "unregister_netdevice: waiting for DEV to become free" crashes.
Diffstat (limited to 'dashboard/config/linux/bits/base.yml')
-rw-r--r--dashboard/config/linux/bits/base.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/dashboard/config/linux/bits/base.yml b/dashboard/config/linux/bits/base.yml
index cec6fb19d..4d164d8bb 100644
--- a/dashboard/config/linux/bits/base.yml
+++ b/dashboard/config/linux/bits/base.yml
@@ -87,6 +87,8 @@ config:
# CONFIG_REFCOUNT_FULL was removed in fb041bb7c0a9.
- REFCOUNT_FULL: [-v5.5]
+ # Added in 919067cc845f ("net: add CONFIG_PCPU_DEV_REFCNT") and should appear in v5.13.
+ - PCPU_DEV_REFCNT: [n, linux-next]
# This config does not add any debug checks (only debug output).
- DEBUG_KOBJECT: n