diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2022-01-27 15:25:59 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-01-27 16:50:32 +0100 |
| commit | 82cf738ee6ec357abc38315dbd6b2ad431b98a48 (patch) | |
| tree | 1bf1cb2655e2b60399e9fac1d4d089fc9c8d4a18 /dashboard/config/linux/bits/debug.yml | |
| parent | 2cbffd88022f3e52b29aa9373ff0fb3d43ee5918 (diff) | |
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
Diffstat (limited to 'dashboard/config/linux/bits/debug.yml')
| -rw-r--r-- | dashboard/config/linux/bits/debug.yml | 9 |
1 files changed, 0 insertions, 9 deletions
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"] |
