Re: [PATCH] netfilter: bridge: drop a broken include

2019-09-20 Thread Pablo Neira Ayuso
On Tue, Sep 17, 2019 at 03:59:08PM +0100, Jeremy Sowden wrote: [...] > The commit in net-next that fixes it is: > > 47e640af2e49 ("netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to > header-file.") > > I applied it to the mainline and compile-tested it to verify that it > does indee

Re: [PATCH] netfilter: bridge: drop a broken include

2019-09-17 Thread Jeremy Sowden
On 2019-09-17, at 07:09:46 +0200, Pablo Neira Ayuso wrote: > On Mon, Sep 16, 2019 at 02:08:12PM +0100, Jeremy Sowden wrote: > > On 2019-09-16, at 02:05:16 +0200, Adam Borowski wrote: > > > This caused a build failure if CONFIG_NF_CONNTRACK_BRIDGE is set > > > but CONFIG_NF_TABLES=n -- and appears t

Re: [PATCH] netfilter: bridge: drop a broken include

2019-09-17 Thread Jeremy Sowden
On 2019-09-17, at 07:09:46 +0200, Pablo Neira Ayuso wrote: > On Mon, Sep 16, 2019 at 02:08:12PM +0100, Jeremy Sowden wrote: > > On 2019-09-16, at 02:05:16 +0200, Adam Borowski wrote: > > > This caused a build failure if CONFIG_NF_CONNTRACK_BRIDGE is set but > > > CONFIG_NF_TABLES=n -- and appears t

Re: [PATCH] netfilter: bridge: drop a broken include

2019-09-16 Thread Pablo Neira Ayuso
Hi Jeremy, On Mon, Sep 16, 2019 at 02:08:12PM +0100, Jeremy Sowden wrote: > On 2019-09-16, at 02:05:16 +0200, Adam Borowski wrote: > > This caused a build failure if CONFIG_NF_CONNTRACK_BRIDGE is set but > > CONFIG_NF_TABLES=n -- and appears to be unused anyway. [...] > There are already changes i

Re: [PATCH] netfilter: bridge: drop a broken include

2019-09-16 Thread Jeremy Sowden
On 2019-09-16, at 02:05:16 +0200, Adam Borowski wrote: > This caused a build failure if CONFIG_NF_CONNTRACK_BRIDGE is set but > CONFIG_NF_TABLES=n -- and appears to be unused anyway. > > Signed-off-by: Adam Borowski > --- > net/bridge/netfilter/nf_conntrack_bridge.c | 1 - > 1 file changed, 1 del

[PATCH] netfilter: bridge: drop a broken include

2019-09-15 Thread Adam Borowski
This caused a build failure if CONFIG_NF_CONNTRACK_BRIDGE is set but CONFIG_NF_TABLES=n -- and appears to be unused anyway. Signed-off-by: Adam Borowski --- net/bridge/netfilter/nf_conntrack_bridge.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/bridge/netfilter/nf_conntrack_bridge.c b