Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752552AbbGMSSD (ORCPT ); Mon, 13 Jul 2015 14:18:03 -0400 Received: from mail-yk0-f171.google.com ([209.85.160.171]:32886 "EHLO mail-yk0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752464AbbGMSR6 convert rfc822-to-8bit (ORCPT ); Mon, 13 Jul 2015 14:17:58 -0400 MIME-Version: 1.0 In-Reply-To: References: <20150705153520.GA23589@roeck-us.net> Date: Mon, 13 Jul 2015 11:17:57 -0700 Message-ID: Subject: Re: Linux 4.2 build error in net/netfilter/ipset/ip_set_hash_netnet.c From: Cong Wang To: Akemi Yagi Cc: netdev , netfilter-devel@vger.kernel.org, "linux-kernel@vger.kernel.org" , Sergey Popovich Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1831 Lines: 42 On Mon, Jul 13, 2015 at 9:13 AM, Akemi Yagi wrote: > On Sun, 05 Jul 2015 08:35:20 -0700, Guenter Roeck wrote: > >> On Sat, Jul 04, 2015 at 12:44:36AM -0700, Vinson Lee wrote: >>> Hi. >>> >>> With the latest Linux 4.2-rc1, I am hitting this build error with GCC >>> 4.4.7 on CentOS 6. >>> >>> CC net/netfilter/ipset/ip_set_hash_netnet.o >>> net/netfilter/ipset/ip_set_hash_netnet.c: In function >>> ‘hash_netnet4_uadt’: >>> net/netfilter/ipset/ip_set_hash_netnet.c:163: error: unknown field >>> ‘cidr’ specified in initializer >>> net/netfilter/ipset/ip_set_hash_netnet.c:163: warning: missing braces >>> around initializer net/netfilter/ipset/ip_set_hash_netnet.c:163: >>> warning: (near initialization for ‘e..ip’) >>> net/netfilter/ipset/ip_set_hash_netnet.c: In function >>> ‘hash_netnet6_uadt’: >>> net/netfilter/ipset/ip_set_hash_netnet.c:388: error: unknown field >>> ‘cidr’ specified in initializer >>> net/netfilter/ipset/ip_set_hash_netnet.c:388: warning: missing braces >>> around initializer net/netfilter/ipset/ip_set_hash_netnet.c:388: >>> warning: (near initialization for ‘e.ip[0]’) >>> >> Previously fixed with commit 1a869205c75cb ("netfilter: ipset: The >> unnamed union initialization may lead to compilation error"), >> reintroduced with commit aff227581ed1a ("netfilter: ipset: Check CIDR >> value only when attribute is given"). >> >> Guenter > > I wonder what can be done to get this issue fixed. This problem was seen > in 4.2-rc1 and now in 4.2-rc2 on RHEL-6.6. > Just revert the initializer piece. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/