]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: flowtable: fix incorrect Kconfig dependencies
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 4 Aug 2022 17:26:29 +0000 (19:26 +0200)
committerJakub Kicinski <kuba@kernel.org>
Sat, 6 Aug 2022 01:50:15 +0000 (18:50 -0700)
commiteef90c55cb4e91b3fcd1d76cbe26af470a88f999
tree01e48177d86d66687a9c8a690924786f2791b868
parent34879e45ff2157ead5701e75f6846278a89d1ab6
netfilter: flowtable: fix incorrect Kconfig dependencies

Remove default to 'y', this infrastructure is not fundamental for the
flowtable operational.

Add a missing dependency on CONFIG_NF_FLOW_TABLE.

Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Fixes: 5dc5c1ad5de3 ("netfilter: nf_flow_table: count pending offload workqueue tasks")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/netfilter/Kconfig