From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: linux-next: manual merge of the block tree Date: Fri, 27 Jun 2008 12:11:38 +0200 Message-ID: <20080627101138.GA4570@elte.hu> References: <20080627161347.0af905fb.sfr@canb.auug.org.au> <20080627083053.GC6562@elte.hu> <20080627084758.GR20851@kernel.dk> <20080627092626.GA496@elte.hu> <20080627095737.GA22123@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mx3.mail.elte.hu ([157.181.1.138]:32913 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750708AbYF0KMF (ORCPT ); Fri, 27 Jun 2008 06:12:05 -0400 Content-Disposition: inline In-Reply-To: <20080627095737.GA22123@elte.hu> Sender: linux-next-owner@vger.kernel.org List-ID: To: Jens Axboe Cc: Stephen Rothwell , linux-next@vger.kernel.org, Thomas Gleixner , "H. Peter Anvin" , the arch/x86 maintainers > Jens, i've started testing this in -tip - there are three small build > fixlets in the tip/generic-ipi branch so far. > > If you dont have these fixes already then you can pull them from: > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git generic-ipi this config is causing trouble too: http://redhat.com/~mingo/misc/config-Fri_Jun_27_12_03_13_CEST_2008.bad it gives: include/asm-x86/mach-default/entry_arch.h: Assembler messages: include/asm-x86/mach-default/entry_arch.h:16: Error: undefined symbol `CALL_FUNCTION_SINGLE_VECTOR' in operation the irq vector definitions got moved around in include/asm-x86, it's probably an integration effect of that. Stephen will likely see such problems in linux-next too. My suggestion would be: lets work on finishing the integration in tip/auto-generic-ipi-next and then offer it to Stephen once that looks good in testing? Ingo