From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755207AbYKJSPc (ORCPT ); Mon, 10 Nov 2008 13:15:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754096AbYKJSPX (ORCPT ); Mon, 10 Nov 2008 13:15:23 -0500 Received: from relay1.sgi.com ([192.48.179.29]:47304 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753036AbYKJSPX (ORCPT ); Mon, 10 Nov 2008 13:15:23 -0500 Message-ID: <49187A8F.5010502@sgi.com> Date: Mon, 10 Nov 2008 10:16:47 -0800 From: Mike Travis User-Agent: Thunderbird 2.0.0.6 (X11/20070801) MIME-Version: 1.0 To: Ingo Molnar CC: Rusty Russell , Stephen Rothwell , Linus Torvalds , Thomas Gleixner , "H. Peter Anvin" , Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: [PATCH] cpumask: introduce new API, without changing anything References: <20081029152849.3883d072.sfr@canb.auug.org.au> <20081107093911.GD7787@elte.hu> <20081107122400.GA20777@elte.hu> <200811082024.20157.rusty@rustcorp.com.au> <20081108122833.GH8354@elte.hu> In-Reply-To: <20081108122833.GH8354@elte.hu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ingo Molnar wrote: ... > Mike, could you please double-check that the version that is in > tip/cpus4096 [622e0ed] is the final version you need, and that if you > base subsequent patches on it it works as expected? ... I'm checking this out, so far it looks good. > and once that patch hits upstream, we could restructure/rebase the > commits in cpus4096-v2 ontop of upstream and spread them out properly. > Does that sound optimal? Yes, thanks. I'm doing the x86 portion now. Rusty is doing the other arch and core changes.