From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Dobriyan Subject: Re: [PATCH] netfilter: per netns nf_conntrack_cachep Date: Mon, 1 Feb 2010 16:58:49 +0200 Message-ID: References: <1264813832.2793.446.camel@tonnant> <1264816634.2793.505.camel@tonnant> <1264816777.2793.510.camel@tonnant> <1264834704.2919.3.camel@edumazet-laptop> <1265016745.7499.144.camel@tonnant> <1265019160.2848.14.camel@edumazet-laptop> <1265023437.2848.30.camel@edumazet-laptop> <1265035970.2848.50.camel@edumazet-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Patrick McHardy , Jon Masters , linux-kernel , netdev , netfilter-devel , "Paul E. McKenney" To: Eric Dumazet Return-path: In-Reply-To: <1265035970.2848.50.camel@edumazet-laptop> Sender: linux-kernel-owner@vger.kernel.org List-Id: netfilter-devel.vger.kernel.org On Mon, Feb 1, 2010 at 4:52 PM, Eric Dumazet w= rote: > + =A0 =A0 =A0 net->ct.nf_conntrack_cachep =3D kmem_cache_create("nf_c= onntrack", > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 sizeof(struct nf_conn), 0, > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 SLAB_DESTROY_BY_RCU, NULL); Duplicate slab name detected. Can we clarify this? Is checking for ct->ct_net enough to avoid the bug while maintaining per-netns/global status quo?