Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753723Ab2FSLlW (ORCPT ); Tue, 19 Jun 2012 07:41:22 -0400 Received: from mga11.intel.com ([192.55.52.93]:14212 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751875Ab2FSLlU (ORCPT ); Tue, 19 Jun 2012 07:41:20 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="167476370" Date: Tue, 19 Jun 2012 19:41:13 +0800 From: Fengguang Wu To: Pablo Neira Ayuso Cc: LKML Subject: Re: [net-next:master 49/50] net/netfilter/nfnetlink_queue_ct.c:23:18: sparse: incompatible types in comparison expression (different address spaces) Message-ID: <20120619114113.GA19526@localhost> References: <20120619060050.GA14867@localhost> <20120619112823.GB445@1984> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120619112823.GB445@1984> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2705 Lines: 60 On Tue, Jun 19, 2012 at 01:28:23PM +0200, Pablo Neira Ayuso wrote: > On Tue, Jun 19, 2012 at 02:00:50PM +0800, wfg@linux.intel.com wrote: > > Hi Pablo, > > > > There are new sparse warnings show up in > > > > tree: git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git master > > head: 6bdc5f49e365a5403b9fdef01ceb37241ab00f9b > > commit: 7c62234547255ce4c385a218915965bc2f14fe45 [49/50] netfilter: nfnetlink_queue: fix compilation with NF_CONNTRACK disabled > > > > All sparse warnings: > > > > net/netfilter/nfnetlink_queue_ct.c:23:18: sparse: incompatible types in comparison expression (different address spaces) > > net/netfilter/nfnetlink_queue_ct.c:45:18: sparse: incompatible types in comparison expression (different address spaces) > > net/netfilter/nfnetlink_queue_ct.c:63:18: sparse: incompatible types in comparison expression (different address spaces) > > net/netfilter/nfnetlink_queue_ct.c:91:18: sparse: incompatible types in comparison expression (different address spaces) > > net/netfilter/nf_conntrack_netlink.c:1100:27: sparse: incompatible types in comparison expression (different address spaces) > > net/netfilter/nf_conntrack_netlink.c:1222:34: sparse: incompatible types in comparison expression (different address spaces) > > net/netfilter/nf_conntrack_netlink.c:1222:34: sparse: incompatible types in comparison expression (different address spaces) > > > > net/netfilter/nfnetlink_queue_ct.c:23: > > 20 struct nf_conn *ct; > > 21 > > 22 /* rcu_read_lock()ed by __nf_queue already. */ > > > 23 nfq_ct = rcu_dereference(nfq_ct_hook); > > 24 if (nfq_ct == NULL) > > 25 return NULL; > > 26 > > What CF options are you using to make sparse spot this? I cannot hit > those message here. I don't specify any options. I do use the sparse compiled from latest git tree. git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git And changed its code to output "sparse:" rather than "error:"/"warning:" so that they can be distinguished from the gcc error/warnings. > I've got a fix but I don't want to send you an untested patch. Appreciated! I run a special service for this. If you push a patch to your git tree containing the line Reported-by: Fengguang Wu And not containing any "Tested-by:" line, my script will automatically test it and send a success/failure notification back to you, normally within one hour. Thanks, Fengguang -- 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/