]> git.baikalelectronics.ru Git - kernel.git/commit
net: sched: incorrect Kconfig dependencies on Netfilter modules
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 8 Dec 2020 20:47:07 +0000 (21:47 +0100)
committerJakub Kicinski <kuba@kernel.org>
Wed, 9 Dec 2020 23:49:29 +0000 (15:49 -0800)
commitec25ecfe7b7b2eabacf9c2a8baacb05d504044f4
treef752edc687b1710450a091a5f63add302ccd0739
parent194d50a86358f73f0baea68f0ddf08b9ad7b19ae
net: sched: incorrect Kconfig dependencies on Netfilter modules

- NET_ACT_CONNMARK and NET_ACT_CTINFO only require conntrack support.
- NET_ACT_IPT only requires NETFILTER_XTABLES symbols, not
  IP_NF_IPTABLES. After this patch, NET_ACT_IPT becomes consistent
  with NET_EMATCH_IPT. NET_ACT_IPT dependency on IP_NF_IPTABLES predates
  Linux-2.6.12-rc2 (initial git repository build).

Fixes: 2cf8dfe75b7b ("net: sched: Introduce connmark action")
Fixes: 0fd97469129e ("net: sched: Introduce act_ctinfo action")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Link: https://lore.kernel.org/r/20201208204707.11268-1-pablo@netfilter.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/sched/Kconfig