From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Borntraeger Subject: Re: 3.7-rc2 build failure on s390x Date: Tue, 23 Oct 2012 08:20:28 +0200 Message-ID: <5086372C.10609@de.ibm.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: KVM list , Jeff Mahoney To: Alexander Graf Return-path: Received: from e06smtp18.uk.ibm.com ([195.75.94.114]:39042 "EHLO e06smtp18.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751452Ab2JWGUf (ORCPT ); Tue, 23 Oct 2012 02:20:35 -0400 Received: from /spool/local by e06smtp18.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 23 Oct 2012 07:20:33 +0100 Received: from d06av06.portsmouth.uk.ibm.com (d06av06.portsmouth.uk.ibm.com [9.149.37.217]) by b06cxnps4076.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q9N6KM7Q31719516 for ; Tue, 23 Oct 2012 06:20:23 GMT Received: from d06av06.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av06.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q9N6KTok002361 for ; Tue, 23 Oct 2012 00:20:29 -0600 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 22/10/12 23:14, Alexander Graf wrote: > Hi Christian, > > During our normal Factory kernel builds, s390x seems to choke: > > /home/abuild/rpmbuild/BUILD/kernel-default-3.7.rc2/linux-3.7-rc2/arch/s390/include/asm/kvm_para.h:147:99: error: redefinition of 'kvm_arch_para_features' > /home/abuild/rpmbuild/BUILD/kernel-default-3.7.rc2/linux-3.7-rc2/arch/s390/include/asm/kvm_para.h:152:91: error: redefinition of 'kvm_check_and_clear_guest_paused' > /home/abuild/rpmbuild/BUILD/kernel-default-3.7.rc2/linux-3.7-rc2/include/asm-generic/kvm_para.h:11:91: note: previous definition of 'kvm_check_and_clear_guest_paused' was here > make[4]: *** [arch/s390/kvm/../../../virt/kvm/kvm_main.o] Error 1 > make[3]: *** [arch/s390/kvm] Error 2 > make[3]: *** Waiting for unfinished jobs.... > > Any idea what the culprit for this could be? > > > Thanks, > > Alex > Known problem: http://www.gossamer-threads.com/lists/linux/kernel/1615714?do=post_view_threaded Christian