Re: [kvm-ppc:kvm-ppc-queue 7/9] ERROR: .__spin_yield [arch/powerpc/kvm/kvm.ko] undefined!

2015-03-23 Thread Alexander Graf


On 23.03.15 04:03, Michael Ellerman wrote:
 On Mon, 2015-03-23 at 14:00 +1100, Paul Mackerras wrote:
 On Fri, Mar 20, 2015 at 08:07:53PM +0800, kbuild test robot wrote:
 tree:   git://github.com/agraf/linux-2.6.git kvm-ppc-queue
 head:   9b1daf3cfba1801768aa41b1b6ad0b653844241f
 commit: aba777f5ce0accb4c6a277e671de0330752954e8 [7/9] KVM: PPC: Book3S HV: 
 Convert ICS mutex lock to spin lock
 config: powerpc-defconfig (attached as .config)
 reproduce:
   wget 
 https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross
  -O ~/bin/make.cross
   chmod +x ~/bin/make.cross
   git checkout aba777f5ce0accb4c6a277e671de0330752954e8
   # save the attached .config to linux build tree
   make.cross ARCH=powerpc 

 All error/warnings:

 ERROR: .__spin_yield [arch/powerpc/kvm/kvm.ko] undefined!

 Yes, this is the patch that depends on the powerpc: Export
 __spin_yield patch that Suresh posted to linuxppc-...@ozlabs.org and
 I acked.

 I think the best thing at this stage is probably for Alex to take that
 patch through his tree, assuming Michael is OK with that.
 
 Fine by me.
 
 Acked-by: Michael Ellerman m...@ellerman.id.au

Awesome, thanks, applied to kvm-ppc-queue.


Alex
--
To unsubscribe from this list: send the line unsubscribe kvm-ppc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [kvm-ppc:kvm-ppc-queue 7/9] ERROR: .__spin_yield [arch/powerpc/kvm/kvm.ko] undefined!

2015-03-23 Thread Alexander Graf


On 23.03.15 04:03, Michael Ellerman wrote:
 On Mon, 2015-03-23 at 14:00 +1100, Paul Mackerras wrote:
 On Fri, Mar 20, 2015 at 08:07:53PM +0800, kbuild test robot wrote:
 tree:   git://github.com/agraf/linux-2.6.git kvm-ppc-queue
 head:   9b1daf3cfba1801768aa41b1b6ad0b653844241f
 commit: aba777f5ce0accb4c6a277e671de0330752954e8 [7/9] KVM: PPC: Book3S HV: 
 Convert ICS mutex lock to spin lock
 config: powerpc-defconfig (attached as .config)
 reproduce:
   wget 
 https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross
  -O ~/bin/make.cross
   chmod +x ~/bin/make.cross
   git checkout aba777f5ce0accb4c6a277e671de0330752954e8
   # save the attached .config to linux build tree
   make.cross ARCH=powerpc 

 All error/warnings:

 ERROR: .__spin_yield [arch/powerpc/kvm/kvm.ko] undefined!

 Yes, this is the patch that depends on the powerpc: Export
 __spin_yield patch that Suresh posted to linuxppc-...@ozlabs.org and
 I acked.

 I think the best thing at this stage is probably for Alex to take that
 patch through his tree, assuming Michael is OK with that.
 
 Fine by me.
 
 Acked-by: Michael Ellerman m...@ellerman.id.au

Awesome, thanks, applied to kvm-ppc-queue.


Alex
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [kvm-ppc:kvm-ppc-queue 7/9] ERROR: .__spin_yield [arch/powerpc/kvm/kvm.ko] undefined!

2015-03-22 Thread Paul Mackerras
On Fri, Mar 20, 2015 at 08:07:53PM +0800, kbuild test robot wrote:
 tree:   git://github.com/agraf/linux-2.6.git kvm-ppc-queue
 head:   9b1daf3cfba1801768aa41b1b6ad0b653844241f
 commit: aba777f5ce0accb4c6a277e671de0330752954e8 [7/9] KVM: PPC: Book3S HV: 
 Convert ICS mutex lock to spin lock
 config: powerpc-defconfig (attached as .config)
 reproduce:
   wget 
 https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross
  -O ~/bin/make.cross
   chmod +x ~/bin/make.cross
   git checkout aba777f5ce0accb4c6a277e671de0330752954e8
   # save the attached .config to linux build tree
   make.cross ARCH=powerpc 
 
 All error/warnings:
 
  ERROR: .__spin_yield [arch/powerpc/kvm/kvm.ko] undefined!

Yes, this is the patch that depends on the powerpc: Export
__spin_yield patch that Suresh posted to linuxppc-...@ozlabs.org and
I acked.

I think the best thing at this stage is probably for Alex to take that
patch through his tree, assuming Michael is OK with that.

The patch is at https://patchwork.ozlabs.org/patch/443703/ or
https://lists.ozlabs.org/pipermail/linuxppc-dev/2015-February/125315.html.

Alex, if you prefer me to post it to kvm-ppc@vger and kvm@vger, let me
know.

Paul.

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [kvm-ppc:kvm-ppc-queue 7/9] ERROR: .__spin_yield [arch/powerpc/kvm/kvm.ko] undefined!

2015-03-22 Thread Michael Ellerman
On Mon, 2015-03-23 at 14:00 +1100, Paul Mackerras wrote:
 On Fri, Mar 20, 2015 at 08:07:53PM +0800, kbuild test robot wrote:
  tree:   git://github.com/agraf/linux-2.6.git kvm-ppc-queue
  head:   9b1daf3cfba1801768aa41b1b6ad0b653844241f
  commit: aba777f5ce0accb4c6a277e671de0330752954e8 [7/9] KVM: PPC: Book3S HV: 
  Convert ICS mutex lock to spin lock
  config: powerpc-defconfig (attached as .config)
  reproduce:
wget 
  https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross
   -O ~/bin/make.cross
chmod +x ~/bin/make.cross
git checkout aba777f5ce0accb4c6a277e671de0330752954e8
# save the attached .config to linux build tree
make.cross ARCH=powerpc 
  
  All error/warnings:
  
   ERROR: .__spin_yield [arch/powerpc/kvm/kvm.ko] undefined!
 
 Yes, this is the patch that depends on the powerpc: Export
 __spin_yield patch that Suresh posted to linuxppc-...@ozlabs.org and
 I acked.
 
 I think the best thing at this stage is probably for Alex to take that
 patch through his tree, assuming Michael is OK with that.

Fine by me.

Acked-by: Michael Ellerman m...@ellerman.id.au


cheers


--
To unsubscribe from this list: send the line unsubscribe kvm-ppc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [kvm-ppc:kvm-ppc-queue 7/9] ERROR: .__spin_yield [arch/powerpc/kvm/kvm.ko] undefined!

2015-03-22 Thread Michael Ellerman
On Mon, 2015-03-23 at 14:00 +1100, Paul Mackerras wrote:
 On Fri, Mar 20, 2015 at 08:07:53PM +0800, kbuild test robot wrote:
  tree:   git://github.com/agraf/linux-2.6.git kvm-ppc-queue
  head:   9b1daf3cfba1801768aa41b1b6ad0b653844241f
  commit: aba777f5ce0accb4c6a277e671de0330752954e8 [7/9] KVM: PPC: Book3S HV: 
  Convert ICS mutex lock to spin lock
  config: powerpc-defconfig (attached as .config)
  reproduce:
wget 
  https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross
   -O ~/bin/make.cross
chmod +x ~/bin/make.cross
git checkout aba777f5ce0accb4c6a277e671de0330752954e8
# save the attached .config to linux build tree
make.cross ARCH=powerpc 
  
  All error/warnings:
  
   ERROR: .__spin_yield [arch/powerpc/kvm/kvm.ko] undefined!
 
 Yes, this is the patch that depends on the powerpc: Export
 __spin_yield patch that Suresh posted to linuxppc-...@ozlabs.org and
 I acked.
 
 I think the best thing at this stage is probably for Alex to take that
 patch through his tree, assuming Michael is OK with that.

Fine by me.

Acked-by: Michael Ellerman m...@ellerman.id.au


cheers


--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html