From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH 3/3] percpu: use percpu allocator on UP too Date: Wed, 08 Sep 2010 11:17:01 +0200 Message-ID: <4C87548D.5080202@kernel.org> References: <20100824120714.8918f8de.sfr@canb.auug.org.au> <4C740450.3030000@cs.helsinki.fi> <4C741029.7090300@cs.helsinki.fi> <4C74D1D7.4080608@kernel.org> <4C74DB05.7000101@cs.helsinki.fi> <4C762734.1030402@kernel.org> <4C8121BC.7040609@kernel.org> <4C81ED2C.6000304@cs.helsinki.fi> <4C8215B9.8060606@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from hera.kernel.org ([140.211.167.34]:58766 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751806Ab0IHJRf (ORCPT ); Wed, 8 Sep 2010 05:17:35 -0400 In-Reply-To: <4C8215B9.8060606@kernel.org> Sender: linux-next-owner@vger.kernel.org List-ID: To: Pekka Enberg Cc: Christoph Lameter , Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org On 09/04/2010 11:47 AM, Tejun Heo wrote: > Hello, > > On 09/04/2010 08:54 AM, Pekka Enberg wrote: >> Is this going into some public append-only branch I could >> cherry-pick the changeset from to my 'slub/cleanups' branch? > > I'll put it into percpu#for-next once Linus pulls in the currently > pending set of fixes. I'll let you know. Alright, now in percpu#for-next tree. git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git for-next The branch currenly contains only those three patches, so please feel free to pull from it. Thanks. -- tejun