Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758727AbYFYPWy (ORCPT ); Wed, 25 Jun 2008 11:22:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752603AbYFYPWr (ORCPT ); Wed, 25 Jun 2008 11:22:47 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:60968 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752591AbYFYPWq (ORCPT ); Wed, 25 Jun 2008 11:22:46 -0400 Date: Wed, 25 Jun 2008 17:22:12 +0200 From: Ingo Molnar To: Jeremy Fitzhardinge Cc: LKML , x86@kernel.org, xen-devel , Stephen Tweedie , Eduardo Habkost , Mark McLoughlin , Vegard Nossum , Nick Piggin , Yinghai Lu Subject: Re: [PATCH 00 of 36] x86/paravirt: groundwork for 64-bit Xen support Message-ID: <20080625152212.GA3442@elte.hu> References: <20080625084253.GA11524@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20080625084253.GA11524@elte.hu> 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 Content-Length: 1483 Lines: 41 * Ingo Molnar wrote: > Anyway, that's all theory - i'll try out your patchset in -tip to see > what breaks in practice ;-) i've put the commits (and a good number of dependent commits) into the new tip/x86/xen-64bit topic branch. It quickly broke the build in testing: include/asm/pgalloc.h: In function ‘paravirt_pgd_free': include/asm/pgalloc.h:14: error: parameter name omitted arch/x86/kernel/entry_64.S: In file included from arch/x86/kernel/traps_64.c:51:include/asm/pgalloc.h: In function ‘paravirt_pgd_free': include/asm/pgalloc.h:14: error: parameter name omitted [...] with this config: http://redhat.com/~mingo/misc/config-Wed_Jun_25_16_37_51_CEST_2008.bad this could easily be some integration mistake on my part, so please double-check the end result. Merging it into tip/master is a bit tricky, due to various interactions. This should work fine if you check out the latest tip/master: git-merge tip/x86/xen-64bit [ ... fix up the trivial merge conflict ... ] i've already merged tip/x86/xen-64bit-base topic into master, to make it easier. (there were a few preconditions for the 64-bit Xen patches which arent carried in linux-next - such as the nmi-safe changes.) Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/