Received: with ECARTIS (v1.0.0; list netdev); Tue, 13 May 2003 19:45:06 -0700 (PDT) Received: from orion.netbank.com.br (orion.netbank.com.br [200.203.199.90]) by oss.sgi.com (8.12.9/8.12.9) with SMTP id h4E2j1Fu019909 for ; Tue, 13 May 2003 19:45:02 -0700 Received: from [200.181.170.211] (helo=brinquendo.conectiva.com.br) by orion.netbank.com.br with asmtp (Exim 3.33 #1) id 19FmNd-00058k-00; Tue, 13 May 2003 23:52:33 -0300 Received: by brinquendo.conectiva.com.br (Postfix, from userid 500) id 9D73C1966C; Wed, 14 May 2003 02:46:29 +0000 (UTC) Date: Tue, 13 May 2003 23:46:29 -0300 From: Arnaldo Carvalho de Melo To: Daniel McNeil Cc: "netdev@oss.sgi.com" , davem@redhat.com, kuznet@ms2.inr.ac.ru, pekkas@netcore.fi, jmorris@intercode.com.au Subject: Re: [PATCH 2.5.69] net/ipv6 missing kmem_cache_destroy in module exit Message-ID: <20030514024629.GF28128@conectiva.com.br> References: <1052864772.2442.8.camel@ibm-c.pdx.osdl.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1052864772.2442.8.camel@ibm-c.pdx.osdl.net> X-Url: http://advogato.org/person/acme Organization: Conectiva S.A. User-Agent: Mutt/1.5.4i X-archive-position: 2514 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: acme@conectiva.com.br Precedence: bulk X-list: netdev Em Tue, May 13, 2003 at 03:26:13PM -0700, Daniel McNeil escreveu: > ipv6 is missing the calls to kmem_cache_destory() in module_exit > and some cleanup routines. Thanks, this was overlooked because IPv6 doesn't unloads 8) But this may well change if we get to some solution to the complex subsystem module handling that is being discussed recently. - Arnaldo