From 82cf738ee6ec357abc38315dbd6b2ad431b98a48 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 27 Jan 2022 15:25:59 +0100 Subject: dashboard/config/linux: update upstream configs Update mainline and linux-next revisions to the latest tags and fix configs that broke. NF_FLOW_TABLE_IPV4/6 were removed in: commit c42ba4290b2147aa033d17f22151494515655d77 netfilter: flowtable: remove ipv4/ipv6 modules CONFIG_DAX_DRIVER was removed in: commit afd586f0d06ce3d81b7c474499630fec88833828 dax: remove CONFIG_DAX_DRIVER BLK_DEV_CRYPTOLOOP was removed in: commit 47e9624616c80c9879feda536c48c6a3a0ed9835 block: remove support for cryptoloop and the xor transfer NFT_COUNTER was removed in: commit 023223dfbfb34fcc9b7dd41e21fbf9a5d5237989 netfilter: nf_tables: make counter support built-in ICST was renamed to CLK_ICST in: commit 323fd5955f844d1b6acf1a1af488da460f657ff2 clk: versatile: Rename ICST to CLK_ICST APPARMOR_INTROSPECT_POLICY was added as requirement for other configs we enabled in: commit abfb9c0725f274c75ca2a51684c2dd842a8dc254 apparmor: make export of raw binary profile to userspace optional --- dashboard/config/linux/bits/debug.yml | 9 --------- 1 file changed, 9 deletions(-) (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 d05d690fd..099c02be2 100644 --- a/dashboard/config/linux/bits/debug.yml +++ b/dashboard/config/linux/bits/debug.yml @@ -3,15 +3,6 @@ # 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