From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754403Ab0IRRsC (ORCPT ); Sat, 18 Sep 2010 13:48:02 -0400 Received: from courier.cs.helsinki.fi ([128.214.9.1]:58539 "EHLO mail.cs.helsinki.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751378Ab0IRRsB (ORCPT ); Sat, 18 Sep 2010 13:48:01 -0400 Message-ID: <4C94FB4D.4020603@cs.helsinki.fi> Date: Sat, 18 Sep 2010 20:47:57 +0300 From: Pekka Enberg User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 MIME-Version: 1.0 To: Tejun Heo CC: Christoph Lameter , Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] percpu: use percpu allocator on UP too 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> <4C8A47E7.8080102@kernel.org> In-Reply-To: <4C8A47E7.8080102@kernel.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10.9.2010 17.59, Tejun Heo wrote: > 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. I cherry-picked patches from the branch and reverted SLUB bandaid. SLUB works fine here on UP now so I'm putting it in linux-next. Thanks Tejun! Pekka