Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757972AbZFZJLr (ORCPT ); Fri, 26 Jun 2009 05:11:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756598AbZFZJLj (ORCPT ); Fri, 26 Jun 2009 05:11:39 -0400 Received: from courier.cs.helsinki.fi ([128.214.9.1]:50993 "EHLO mail.cs.helsinki.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756301AbZFZJLi (ORCPT ); Fri, 26 Jun 2009 05:11:38 -0400 Subject: Re: [PATCH RFC] fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]b From: Pekka Enberg To: Nick Piggin Cc: Matt Mackall , paulmck@linux.vnet.ibm.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, cl@linux-foundation.org, jdb@comx.dk In-Reply-To: <20090626090355.GA11450@wotan.suse.de> References: <20090625193137.GA16861@linux.vnet.ibm.com> <1245965239.21085.393.camel@calx> <20090626090355.GA11450@wotan.suse.de> Date: Fri, 26 Jun 2009 12:11:40 +0300 Message-Id: <1246007500.27533.23.camel@penberg-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Mailer: Evolution 2.24.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1009 Lines: 27 On Fri, 2009-06-26 at 11:03 +0200, Nick Piggin wrote: > On Thu, Jun 25, 2009 at 04:27:19PM -0500, Matt Mackall wrote: > > On Thu, 2009-06-25 at 12:31 -0700, Paul E. McKenney wrote: > > > Hello! > > > > > > Jesper noted that kmem_cache_destroy() invokes synchronize_rcu() rather > > > than rcu_barrier() in the SLAB_DESTROY_BY_RCU case, which could result > > > in RCU callbacks accessing a kmem_cache after it had been destroyed. > > > > > > The following untested (might not even compile) patch proposes a fix. > > > > Acked-by: Matt Mackall > > > > Nick, you'll want to make sure you get this in SLQB. > > Thanks Matt. Paul, I think this should be appropriate for > stable@kernel.org too? Yup, I added cc to the patch. Thanks! Pekka -- 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/