From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754699Ab0ERXOl (ORCPT ); Tue, 18 May 2010 19:14:41 -0400 Received: from e1.ny.us.ibm.com ([32.97.182.141]:38045 "EHLO e1.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753218Ab0ERXOk (ORCPT ); Tue, 18 May 2010 19:14:40 -0400 Date: Tue, 18 May 2010 16:14:36 -0700 From: "Paul E. McKenney" To: James Morris Cc: sds@tycho.nsa.gov, eparis@parisplace.org, mingo@elte.hu, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, selinux@tycho.nsa.gov, mathieu.desnoyers@efficios.com Subject: Re: [PATCH] selinux: remove all rcu head initializations Message-ID: <20100518231436.GL2302@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <20100518191125.GA7014@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 19, 2010 at 08:59:07AM +1000, James Morris wrote: > On Tue, 18 May 2010, Paul E. McKenney wrote: > > > Hello! > > > > Would you guys like to carry this patch, or should I push it up > > -tip? If I don't hear otherwise from you, I will push it up -tip. > > The INIT_RCU_HEAD() primitive is going away in favor of debugobjects. > > Are there any prerequisites for this patch? If not, I'll take it. There are no prerequisites. Please let me know when you have taken it, and I will happily remove it from my tree. ;-) Thanx, Paul