From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pekka Enberg Subject: Re: [PATCH] slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCU Date: Thu, 3 Sep 2009 22:48:10 +0300 Message-ID: <84144f020909031248s56c16205j7992930c413b1bbe@mail.gmail.com> References: <4A9EEF07.5070800@gmail.com> <4A9F1620.2080105@gmail.com> <84144f020909022331x2b275aa5n428f88670e0ae8bc@mail.gmail.com> <4A9F7283.1090306@gmail.com> <84144f020909030051u6cf6ae01he25c268f718ff3af@mail.gmail.com> <84144f020909030705x7909cf07w7ea0d3662a66c5cc@mail.gmail.com> <4A9FD047.9000002@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: Christoph Lameter , Zdenek Kabelac , Patrick McHardy , Robin Holt , Linux Kernel Mailing List , Jesper Dangaard Brouer , Linux Netdev List , Netfilter Developers , paulmck@linux.vnet.ibm.com, "stable@kernel.org" To: Eric Dumazet Return-path: In-Reply-To: <4A9FD047.9000002@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Thu, Sep 3, 2009 at 5:18 PM, Eric Dumazet wrote: > Here is the second patch (RCU thing). Stable candidate > > [PATCH] slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCU > > kmem_cache_destroy() should call rcu_barrier() *after* kmem_cache_close() > and *before* sysfs_slab_remove() or risk rcu_free_slab() > being called after kmem_cache is deleted (kfreed). > > rmmod nf_conntrack can crash the machine because it has to > kmem_cache_destroy() a SLAB_DESTROY_BY_RCU enabled cache. Do we have a bugzilla URL for this? > Reported-by: Zdenek Kabelac > Signed-off-by: Eric Dumazet > Acked-by: Paul E. McKenney OK, this is in for-next now and queued for 2.6.31. If you guys want to fix this in a different way, lets do that in 2.6.32. Pekka