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: Fri, 10 Sep 2010 16:59:51 +0200 Message-ID: <4C8A47E7.8080102@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> <4C87548D.5080202@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]:39538 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753790Ab0IJPAy (ORCPT ); Fri, 10 Sep 2010 11:00:54 -0400 In-Reply-To: <4C87548D.5080202@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/08/2010 11:17 AM, Tejun Heo wrote: > 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. Branch updated to fix build for s390 and add missing memory clearing for km- allocator. You'll at least want to pull upto commit fc1481a956181d0360d3eb129965302489895a1b. Thanks. -- tejun