From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755047Ab1HEIHW (ORCPT ); Fri, 5 Aug 2011 04:07:22 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:54786 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754895Ab1HEIHT (ORCPT ); Fri, 5 Aug 2011 04:07:19 -0400 Date: Fri, 5 Aug 2011 10:05:31 +0200 From: Ingo Molnar To: Randy Dunlap Cc: Konrad Rzeszutek Wilk , Stephen Rothwell , xen-devel@lists.xensource.com, Andrew Morton , LKML , virtualization@lists.linux-foundation.org, Jeremy Fitzhardinge , linux-next@vger.kernel.org, "H. Peter Anvin" , Thomas Gleixner , Linus Torvalds Subject: Re: [Xen-devel] Re: linux-next: Tree for July 25 (xen) Message-ID: <20110805080531.GA8052@elte.hu> References: <20110725162542.39ea8d8cbd51604523635c1a@canb.auug.org.au> <20110725144629.b752bf14.rdunlap@xenotime.net> <20110804193534.GB12729@elte.hu> <20110804195539.GA11198@dumpdata.com> <20110804131516.c4da6595.rdunlap@xenotime.net> <20110804223259.GB4370@dumpdata.com> <20110804224020.GA21492@dumpdata.com> <4E3B3117.5050308@xenotime.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4E3B3117.5050308@xenotime.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-ELTE-SpamScore: -1.9 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.9 required=5.9 tests=AWL,BAYES_00 autolearn=no SpamAssassin version=3.3.1 -2.0 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.1 AWL AWL: From: address is in the auto white-list Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Randy Dunlap wrote: > On 08/04/11 15:40, Konrad Rzeszutek Wilk wrote: > > On Thu, Aug 04, 2011 at 06:32:59PM -0400, Konrad Rzeszutek Wilk wrote: > >>>>> These build failures are still triggering upstream: > >>>>> > >>>>> arch/x86/xen/trace.c:44:2: error: array index in initializer not of integer type > >>>>> arch/x86/xen/trace.c:44:2: error: (near initialization for ‘xen_hypercall_names’) > >>>>> arch/x86/xen/trace.c:45:1: error: ‘__HYPERVISOR_arch_4’ undeclared here (not in a function) > >>>>> arch/x86/xen/trace.c:45:2: error: array index in initializer not of integer type > >>>>> arch/x86/xen/trace.c:45:2: error: (near initialization for ‘xen_hypercall_names’) > >>>> > >>>> Oh, that I haven't seen. Can you send me the .config for that please. > >>> > >>> You can't be trying very hard then. I see lots of these (but no, > >> > >> Ah, I am getting it now. Thanks for reporting it. > > > > This should do the trick: > > Acked-by: Randy Dunlap That patch did the trick here too: Acked-by: Ingo Molnar Thanks, Ingo