From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752612AbYLAHtU (ORCPT ); Mon, 1 Dec 2008 02:49:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751043AbYLAHtJ (ORCPT ); Mon, 1 Dec 2008 02:49:09 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:36070 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751015AbYLAHtG (ORCPT ); Mon, 1 Dec 2008 02:49:06 -0500 Date: Mon, 1 Dec 2008 08:48:42 +0100 From: Ingo Molnar To: Len Brown Cc: Sam Ravnborg , Stephen Rothwell , Len Brown , linux-next@vger.kernel.org, LKML , Randy Dunlap , x86@kernel.org, linux-acpi@vger.kernel.org Subject: Re: [RFC PATCH v2] create drivers/platform/x86/ from drivers/misc/ Message-ID: <20081201074842.GC27768@elte.hu> References: <20081128213620.2ec593d4.sfr@canb.auug.org.au> <4930307C.30106@oracle.com> <20081129083550.3c23af37.sfr@canb.auug.org.au> <20081128223533.GA5175@uranus.ravnborg.org> <20081129073816.GB8351@uranus.ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Len Brown wrote: > Sam, Henrique, > I've responded to your feedback in v2, which follows. > > Ingo, > this version does not touch arch/x86/ the problem isnt the bits that touch arch/x86/, but that we carry these commits: fbc2a06: Merge branch 'linus' into x86/uv a3d732f: x86, UV: fix redundant creation of sgi_uv 7d9d1f2: sgi-xp: support getting the address of a partition's reserved page 31de5ec: sgi-xp: define xp_partition_id and xp_region_size 2525789: sgi-xp: create activate and notify gru message queues 6c1c325: sgi-xp: define xp_expand_memprotect() and xp_restrict_memprotect() their drivers/misc impact is significant: drivers/misc/sgi-gru/grufault.c | 4 +- drivers/misc/sgi-gru/gruprocfs.c | 1 - drivers/misc/sgi-xp/xp.h | 7 +- drivers/misc/sgi-xp/xp_main.c | 7 + drivers/misc/sgi-xp/xp_sn2.c | 34 +++++ drivers/misc/sgi-xp/xp_uv.c | 70 +++++++++- drivers/misc/sgi-xp/xpc.h | 12 ++ drivers/misc/sgi-xp/xpc_sn2.c | 15 +-- drivers/misc/sgi-xp/xpc_uv.c | 290 ++++++++++++++++++++++++++++++-------- 10 files changed, 368 insertions(+), 74 deletions(-) And we'll likely get new commits in that space. So if this is causing conflicts in linux-next then i'd suggest for you to please do this "git mv drivers/misc/ drivers/x86/" rename (with which i fully agree!) right after v2.6.29-rc1 - or near the end of the -rc1 merge window. In any case, please keep it in a separate branch in the ACPI tree so that we can reconsider the ordering of this change in the future as well - should it cause problems. Thanks, Ingo