public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [kvm-ppc:kvm-ppc-queue 7/9] ERROR: ".__spin_yield" [arch/powerpc/kvm/kvm.ko] undefined!
       [not found] <201503202053.m9p09BQr%fengguang.wu@intel.com>
@ 2015-03-23  3:00 ` Paul Mackerras
  2015-03-23  3:03   ` Michael Ellerman
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Mackerras @ 2015-03-23  3:00 UTC (permalink / raw)
  To: Alexander Graf; +Cc: Suresh Warrier, kvm-ppc, kvm, Michael Ellerman

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-dev@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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [kvm-ppc:kvm-ppc-queue 7/9] ERROR: ".__spin_yield" [arch/powerpc/kvm/kvm.ko] undefined!
  2015-03-23  3:00 ` [kvm-ppc:kvm-ppc-queue 7/9] ERROR: ".__spin_yield" [arch/powerpc/kvm/kvm.ko] undefined! Paul Mackerras
@ 2015-03-23  3:03   ` Michael Ellerman
  2015-03-23  8:31     ` Alexander Graf
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Ellerman @ 2015-03-23  3:03 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: Alexander Graf, Suresh Warrier, kvm-ppc, kvm

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-dev@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 <mpe@ellerman.id.au>


cheers

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [kvm-ppc:kvm-ppc-queue 7/9] ERROR: ".__spin_yield" [arch/powerpc/kvm/kvm.ko] undefined!
  2015-03-23  3:03   ` Michael Ellerman
@ 2015-03-23  8:31     ` Alexander Graf
  0 siblings, 0 replies; 3+ messages in thread
From: Alexander Graf @ 2015-03-23  8:31 UTC (permalink / raw)
  To: Michael Ellerman, Paul Mackerras; +Cc: Suresh Warrier, kvm-ppc, kvm



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-dev@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 <mpe@ellerman.id.au>

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


Alex

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-23  8:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <201503202053.m9p09BQr%fengguang.wu@intel.com>
2015-03-23  3:00 ` [kvm-ppc:kvm-ppc-queue 7/9] ERROR: ".__spin_yield" [arch/powerpc/kvm/kvm.ko] undefined! Paul Mackerras
2015-03-23  3:03   ` Michael Ellerman
2015-03-23  8:31     ` Alexander Graf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox