Re: skb_at_tc_ingress helper breaks compilation of oot modules

2016-04-20 Thread Alexei Starovoitov
On Wed, Apr 20, 2016 at 12:38:11PM +0200, Daniel Borkmann wrote: > On 04/20/2016 12:21 PM, Ingo Saitz wrote: > >In Linux 4.5, when CONFIG_NET_CLS_ACT is defined, compilation of out of > >tree modules breaks with undeclared functions/constants. The culprit is: > > > >commit fdc5432a7b44ab7de17141bee

Re: skb_at_tc_ingress helper breaks compilation of oot modules

2016-04-20 Thread Ingo Saitz
On Wed, Apr 20, 2016 at 12:38:11PM +0200, Daniel Borkmann wrote: > Hmm, your fail.c test case only contains '#include '? No, only when building oot modules (virtualbox, and I found batman-adv having the same issue), so I reduced it to the most simple test case. This actually builds a fail.ko on 4.

Re: skb_at_tc_ingress helper breaks compilation of oot modules

2016-04-20 Thread Daniel Borkmann
On 04/20/2016 12:21 PM, Ingo Saitz wrote: In Linux 4.5, when CONFIG_NET_CLS_ACT is defined, compilation of out of tree modules breaks with undeclared functions/constants. The culprit is: commit fdc5432a7b44ab7de17141beec19d946b9344e91 Author: Daniel Borkmann Date: Thu Jan 7 15:50:22 2016 +010

skb_at_tc_ingress helper breaks compilation of oot modules

2016-04-20 Thread Ingo Saitz
In Linux 4.5, when CONFIG_NET_CLS_ACT is defined, compilation of out of tree modules breaks with undeclared functions/constants. The culprit is: commit fdc5432a7b44ab7de17141beec19d946b9344e91 Author: Daniel Borkmann Date: Thu Jan 7 15:50:22 2016 +0100 net, sched: add skb_at_tc_ingress hel