[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211224095928.60584-1-xinjianx.ma@intel.com>
Date: Fri, 24 Dec 2021 17:59:28 +0800
From: Ma Xinjian <xinjianx.ma@...el.com>
To: Mat Martineau <mathew.j.martineau@...ux.intel.com>
Cc: Matthieu Baerts <matthieu.baerts@...sares.net>,
Jakub Kicinski <kuba@...nel.org>,
Shuah Khan <shuah@...nel.org>,
"David S. Miller" <davem@...emloft.net>, netdev@...r.kernel.org,
mptcp@...ts.linux.dev, Philip Li <philip.li@...el.com>,
kernel test robot <lkp@...el.com>,
Ma Xinjian <xinjianx.ma@...el.com>
Subject: [PATCH] selftests: mptcp: Remove the deprecated config NFT_COUNTER
NFT_COUNTER was removed since
390ad4295aa ("netfilter: nf_tables: make counter support built-in")
LKP/0Day will check if all configs listing under selftests are able to
be enabled properly.
For the missing configs, it will report something like:
LKP WARN miss config CONFIG_NFT_COUNTER= of net/mptcp/config
- it's not reasonable to keep the deprecated configs.
- configs under kselftests are recommended by corresponding tests.
So if some configs are missing, it will impact the testing results
Reported-by: kernel test robot <lkp@...el.com>
Signed-off-by: Ma Xinjian <xinjianx.ma@...el.com>
---
tools/testing/selftests/net/mptcp/config | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/testing/selftests/net/mptcp/config b/tools/testing/selftests/net/mptcp/config
index 0faaccd21447..2b82628decb1 100644
--- a/tools/testing/selftests/net/mptcp/config
+++ b/tools/testing/selftests/net/mptcp/config
@@ -9,7 +9,6 @@ CONFIG_NETFILTER=y
CONFIG_NETFILTER_ADVANCED=y
CONFIG_NETFILTER_NETLINK=m
CONFIG_NF_TABLES=m
-CONFIG_NFT_COUNTER=m
CONFIG_NFT_COMPAT=m
CONFIG_NETFILTER_XTABLES=m
CONFIG_NETFILTER_XT_MATCH_BPF=m
--
2.20.1
Powered by blists - more mailing lists