From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755305AbZBSKwS (ORCPT ); Thu, 19 Feb 2009 05:52:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752728AbZBSKwD (ORCPT ); Thu, 19 Feb 2009 05:52:03 -0500 Received: from ozlabs.org ([203.10.76.45]:60493 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751712AbZBSKwB (ORCPT ); Thu, 19 Feb 2009 05:52:01 -0500 From: Rusty Russell To: Ingo Molnar Subject: Re: [PATCHSET x86/core/percpu] implement dynamic percpu allocator Date: Thu, 19 Feb 2009 21:21:54 +1030 User-Agent: KMail/1.11.0 (Linux/2.6.27-11-generic; KDE/4.2.0; i686; ; ) Cc: Tejun Heo , tglx@linutronix.de, x86@kernel.org, linux-kernel@vger.kernel.org, hpa@zytor.com, jeremy@goop.org, cpw@sgi.com References: <1234958676-27618-1-git-send-email-tj@kernel.org> <20090218134331.GC1300@elte.hu> In-Reply-To: <20090218134331.GC1300@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902192121.55157.rusty@rustcorp.com.au> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 19 February 2009 00:13:31 Ingo Molnar wrote: > > * Tejun Heo wrote: > > > 0001-vmalloc-call-flush_cache_vunmap-from-unmap_kernel.patch > > 0002-module-fix-out-of-range-memory-access.patch > > Hm, these two seem to be .29 material too, agreed? > > Rusty, if the fixes are fine with you i can put those two > commits into tip/core/urgent straight away, the full string of > 10 commits into tip/core/percpu and thus we'd avoid duplicate > (or even conflicting) commits. No, the second one is not .29 material; it's a nice, but theoretical, fix. Don't know about the first one. Cheers, Rusty.