Skip to content

Commit e6007b8

Browse files
Ma Xinjiandavem330
authored andcommitted
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@intel.com> Signed-off-by: Ma Xinjian <xinjianx.ma@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 5ec7d18 commit e6007b8

File tree

1 file changed

+0
-1
lines changed
  • tools/testing/selftests/net/mptcp

1 file changed

+0
-1
lines changed

tools/testing/selftests/net/mptcp/config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ CONFIG_NETFILTER=y
99
CONFIG_NETFILTER_ADVANCED=y
1010
CONFIG_NETFILTER_NETLINK=m
1111
CONFIG_NF_TABLES=m
12-
CONFIG_NFT_COUNTER=m
1312
CONFIG_NFT_COMPAT=m
1413
CONFIG_NETFILTER_XTABLES=m
1514
CONFIG_NETFILTER_XT_MATCH_BPF=m

0 commit comments

Comments
 (0)