Re: [PATCH v2 net-next] netfilter: ipset: Fixing unnamed union init

2015-08-22 Thread Pablo Neira Ayuso
Cc'ing Andrew, since he's got a similar patch in mmotm [1]. On Sat, Aug 22, 2015 at 08:11:18PM +0200, Jozsef Kadlecsik wrote: > On Sat, 22 Aug 2015, Elad Raz wrote: > > > In continue to proposed Vinson Lee's post [1], this patch fixes compilation > > issues founded at gcc 4.4.7. The initializatio

Re: [PATCH v2 net-next] netfilter: ipset: Fixing unnamed union init

2015-08-22 Thread Akemi Yagi
I was wondering about that, too. The referenced patch, net-netfilter-ipset-work-around-gcc-444-initializer-bug.patch was confirmed to fix the issue. What I cannot figure out is the procedure by which this patch gets added to Linus' tree. It was in the -mm tree back in mid June but still is not in

Re: [PATCH v2 net-next] netfilter: ipset: Fixing unnamed union init

2015-08-22 Thread Jozsef Kadlecsik
On Sat, 22 Aug 2015, Elad Raz wrote: > In continue to proposed Vinson Lee's post [1], this patch fixes compilation > issues founded at gcc 4.4.7. The initialization of .cidr field of unnamed > unions causes compilation error in gcc 4.4.x. There's already a (couple of weeks old) patch in the -mm t

[PATCH v2 net-next] netfilter: ipset: Fixing unnamed union init

2015-08-21 Thread Elad Raz
In continue to proposed Vinson Lee's post [1], this patch fixes compilation issues founded at gcc 4.4.7. The initialization of .cidr field of unnamed unions causes compilation error in gcc 4.4.x. References Visible links [1] https://lkml.org/lkml/2015/7/5/74 Signed-off-by: Elad Raz --- net/net