From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752432AbZERN6V (ORCPT ); Mon, 18 May 2009 09:58:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751382AbZERN6J (ORCPT ); Mon, 18 May 2009 09:58:09 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:43352 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751208AbZERN6I (ORCPT ); Mon, 18 May 2009 09:58:08 -0400 Date: Mon, 18 May 2009 15:56:49 +0200 From: Ingo Molnar To: Peter Zijlstra Cc: Yinghai Lu , Jack Steiner , "linux-kernel@vger.kernel.org" , Thomas Gleixner , "H. Peter Anvin" Subject: Re: tip: patches in git for irq and numa Message-ID: <20090518135649.GB20014@elte.hu> References: <20090511095022.GA23121@elte.hu> <20090511163158.c4e4d334.akpm@linux-foundation.org> <20090512090704.GC18004@elte.hu> <4A0A6700.3070100@kernel.org> <20090513133635.GB7384@elte.hu> <4A0AFA6E.5050200@kernel.org> <20090515173521.GA29647@elte.hu> <4A0DE0ED.6090402@kernel.org> <20090518072952.GA12460@elte.hu> <1242654650.26820.429.camel@twins> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1242654650.26820.429.camel@twins> User-Agent: Mutt/1.5.18 (2008-05-17) 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 * Peter Zijlstra wrote: > On Mon, 2009-05-18 at 09:29 +0200, Ingo Molnar wrote: > > * Yinghai Lu wrote: > > > > > irq related: > > > git://git.kernel.org/pub/scm/linux/kernel/git/yinghai/linux-2.6-yinghai.git irq > > > need to on top of tip/irq/numa > > > > ok, these were nicely structured. the pci_routeirq patch had a build > > bug for !CONFIG_PCI. > > > > ( I added an #ifdef for now, it might make sense to send a clean-up > > patch in the next merge window (not now) to factor out a > > pci_routeirq_enable() method that does all this cleanly. ) > > > > Also, please add appropriate Cc: lines to the commit logs in the > > future, beyond the LKML-Reference tgs. > > > > > for memoryless node support: > > > git://git.kernel.org/pub/scm/linux/kernel/git/yinghai/linux-2.6-yinghai.git numa > > > and it is on top of tip/master > > > > small note: you could have based these on x86/mm btw. - that's where > > these patches go, typically. > > > > regarding subject lines: > > > > d03a6a4: mm: clear N_HIGH_MEMORY map before se set it again -v2 > > 02ce039: x86: fix system without memory on node0 -v2 > > 8c1aec8: x86: fix node_possible_map logic -v2 > > 44a633c: x86: remove MEMORY_HOTPLUG_RESERVE related code -v2 > > > > please never put '-v2' type of tags into the title of commits. In > > the title of patches they can be put here: > > > > [PATCH, v2] x86: fix system without memory on node0 > > > > that saves maintainers a bit of typing work. > > > > Also, you included: > > > > d03a6a4: mm: clear N_HIGH_MEMORY map before se set it again -v2 > > > > with no Acks from MM folks yet. So i skipped that one and will > > follow up about it. > > The below seems to wreck my opteron, ata1 interrupts fail to get > through. thanks Peter for bisecting this, i've excluded irq/numa from tip:master again. Ingo