Re: linux-next: build failure after merge of the kvm-arm tree

2016-09-23 Thread Marc Zyngier
On 23/09/16 04:31, Stephen Rothwell wrote: > Hi all, > > After merging the kvm-arm tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > tmp/cc9rCfjd.s: Assembler messages: > tmp/cc9rCfjd.s:310: Error: bad or missing co-processor number -- `mcr > "mrc","mcr","p15, 0,

Re: linux-next: build failure after merge of the kvm-arm tree

2016-09-23 Thread Marc Zyngier
On 23/09/16 04:31, Stephen Rothwell wrote: > Hi all, > > After merging the kvm-arm tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > tmp/cc9rCfjd.s: Assembler messages: > tmp/cc9rCfjd.s:310: Error: bad or missing co-processor number -- `mcr > "mrc","mcr","p15, 0,

linux-next: build failure after merge of the kvm-arm tree

2016-09-22 Thread Stephen Rothwell
Hi all, After merging the kvm-arm tree, today's linux-next build (arm multi_v7_defconfig) failed like this: tmp/cc9rCfjd.s: Assembler messages: tmp/cc9rCfjd.s:310: Error: bad or missing co-processor number -- `mcr "mrc","mcr","p15, 0, r2, c12, c12, 3",u32' scripts/Makefile.build:290: recipe for

linux-next: build failure after merge of the kvm-arm tree

2016-09-22 Thread Stephen Rothwell
Hi all, After merging the kvm-arm tree, today's linux-next build (arm multi_v7_defconfig) failed like this: tmp/cc9rCfjd.s: Assembler messages: tmp/cc9rCfjd.s:310: Error: bad or missing co-processor number -- `mcr "mrc","mcr","p15, 0, r2, c12, c12, 3",u32' scripts/Makefile.build:290: recipe for

Re: linux-next: build failure after merge of the kvm-arm tree

2014-09-24 Thread Paolo Bonzini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 24/09/2014 09:06, Christoffer Dall ha scritto: >>> Still getting this failure. >>> > Commit e9142e3b69c2ae8a699463e219e5b029ff0d652b in kvm/queue fixes > this, but it hasn't gone to next yet. > > Paolo, I know there's a scary commit in queue but

Re: linux-next: build failure after merge of the kvm-arm tree

2014-09-24 Thread Christoffer Dall
On Wed, Sep 24, 2014 at 04:50:30PM +1000, Stephen Rothwell wrote: > Hi all, > > On Mon, 22 Sep 2014 14:06:45 +1000 Stephen Rothwell > wrote: > > > > Hi all, > > > > After merging the kvm-arm tree, today's linux-next build (x86_64 > > allmodconfig) > > failed like this: > > > >

Re: linux-next: build failure after merge of the kvm-arm tree

2014-09-24 Thread Stephen Rothwell
Hi all, On Mon, 22 Sep 2014 14:06:45 +1000 Stephen Rothwell wrote: > > Hi all, > > After merging the kvm-arm tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > arch/x86/kvm/../../../virt/kvm/eventfd.c: In function > 'kvm_register_irq_ack_notifier': >

Re: linux-next: build failure after merge of the kvm-arm tree

2014-09-24 Thread Stephen Rothwell
Hi all, On Mon, 22 Sep 2014 14:06:45 +1000 Stephen Rothwell s...@canb.auug.org.au wrote: Hi all, After merging the kvm-arm tree, today's linux-next build (x86_64 allmodconfig) failed like this: arch/x86/kvm/../../../virt/kvm/eventfd.c: In function 'kvm_register_irq_ack_notifier':

Re: linux-next: build failure after merge of the kvm-arm tree

2014-09-24 Thread Christoffer Dall
On Wed, Sep 24, 2014 at 04:50:30PM +1000, Stephen Rothwell wrote: Hi all, On Mon, 22 Sep 2014 14:06:45 +1000 Stephen Rothwell s...@canb.auug.org.au wrote: Hi all, After merging the kvm-arm tree, today's linux-next build (x86_64 allmodconfig) failed like this:

Re: linux-next: build failure after merge of the kvm-arm tree

2014-09-24 Thread Paolo Bonzini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 24/09/2014 09:06, Christoffer Dall ha scritto: Still getting this failure. Commit e9142e3b69c2ae8a699463e219e5b029ff0d652b in kvm/queue fixes this, but it hasn't gone to next yet. Paolo, I know there's a scary commit in queue but there's a

Re: linux-next: build failure after merge of the kvm-arm tree

2014-09-22 Thread Paolo Bonzini
Il 22/09/2014 21:46, Christoffer Dall ha scritto: > > I've taken a stab at fixing this properly, can you have a quick look and > let me know if you prefer this or if I should just revert the commit? > >

Re: linux-next: build failure after merge of the kvm-arm tree

2014-09-22 Thread Paolo Bonzini
Il 22/09/2014 21:46, Christoffer Dall ha scritto: I've taken a stab at fixing this properly, can you have a quick look and let me know if you prefer this or if I should just revert the commit?

Re: linux-next: build failure after merge of the kvm-arm tree

2014-09-21 Thread Eric Auger
On 09/22/2014 07:07 AM, Eric Auger wrote: > Dear all, > > Thanks Stephen for reporting the problem. Indeed removing irq.h header > file is no more possible since commit > c77dcacb397519b6ade8f08201a4a90a7f4f751e, "KVM: Move more code under > CONFIG_HAVE_KVM_IRQFD" which moves among other things >

Re: linux-next: build failure after merge of the kvm-arm tree

2014-09-21 Thread Eric Auger
Dear all, Thanks Stephen for reporting the problem. Indeed removing irq.h header file is no more possible since commit c77dcacb397519b6ade8f08201a4a90a7f4f751e, "KVM: Move more code under CONFIG_HAVE_KVM_IRQFD" which moves among other things kvm_register_irq_ack_notifier and

linux-next: build failure after merge of the kvm-arm tree

2014-09-21 Thread Stephen Rothwell
Hi all, After merging the kvm-arm tree, today's linux-next build (x86_64 allmodconfig) failed like this: arch/x86/kvm/../../../virt/kvm/eventfd.c: In function 'kvm_register_irq_ack_notifier': arch/x86/kvm/../../../virt/kvm/eventfd.c:493:2: error: implicit declaration of function

linux-next: build failure after merge of the kvm-arm tree

2014-09-21 Thread Stephen Rothwell
Hi all, After merging the kvm-arm tree, today's linux-next build (x86_64 allmodconfig) failed like this: arch/x86/kvm/../../../virt/kvm/eventfd.c: In function 'kvm_register_irq_ack_notifier': arch/x86/kvm/../../../virt/kvm/eventfd.c:493:2: error: implicit declaration of function

Re: linux-next: build failure after merge of the kvm-arm tree

2014-09-21 Thread Eric Auger
Dear all, Thanks Stephen for reporting the problem. Indeed removing irq.h header file is no more possible since commit c77dcacb397519b6ade8f08201a4a90a7f4f751e, KVM: Move more code under CONFIG_HAVE_KVM_IRQFD which moves among other things kvm_register_irq_ack_notifier and

Re: linux-next: build failure after merge of the kvm-arm tree

2014-09-21 Thread Eric Auger
On 09/22/2014 07:07 AM, Eric Auger wrote: Dear all, Thanks Stephen for reporting the problem. Indeed removing irq.h header file is no more possible since commit c77dcacb397519b6ade8f08201a4a90a7f4f751e, KVM: Move more code under CONFIG_HAVE_KVM_IRQFD which moves among other things