Re: linux-next: build failure after merge of the kvm-ppc tree
From: Alexander Graf <hidden>
Date: 2012-07-05 06:02:53
Also in:
linux-next, lkml
On 05.07.2012, at 07:49, Stephen Rothwell wrote:
Hi Alexander, =20 After merging the kvm-ppc tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: =20 arch/powerpc/kernel/exceptions-64s.S: Assembler messages: arch/powerpc/kernel/exceptions-64s.S:479: Error: wrong number of =
operands
arch/powerpc/kernel/exceptions-64s.S:486: Error: wrong number of =
operands
arch/powerpc/kernel/exceptions-64s.S:486: Error: wrong number of =
operands
arch/powerpc/kernel/exceptions-64s.S:487: Error: wrong number of =
operands
arch/powerpc/kernel/exceptions-64s.S:487: Error: wrong number of =
operands
arch/powerpc/kernel/exceptions-64s.S:494: Error: wrong number of =
operands
arch/powerpc/kernel/exceptions-64s.S:494: Error: wrong number of =
operands
=20
Caused by commit bc8cc4993e19 ("PPC: use CURRENT_THREAD_INFO instead =of
open coded assembly"). The fact that this patch has problems was =
already
pointed out on the linuxppc-dev mailing list and it clearly hasn't =
been
build tested. =20 I have used the version of the kvm-ppc tree from next-20120703 for =
today. Ah, yes, thanks. I kept the old, broken version in my tree to make sure = I have the dependencies for (and don't forget) the (hopefully good) = patches that follow on top, but was planning to replace it once we have = a new version of the CURRENT_THREAD_INFO one. Stuart, could you please send a new version of the CURRENT_THREAD_INFO = patch? Alex