kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* hang on reboot with 3.6-rc1
@ 2012-08-08 16:27 David Ahern
  2012-08-09  9:42 ` Avi Kivity
  0 siblings, 1 reply; 8+ messages in thread
From: David Ahern @ 2012-08-08 16:27 UTC (permalink / raw)
  To: KVM

[-- Attachment #1: Type: text/plain, Size: 130 bytes --]

Not sure if KVM is the culprit, but it is the last line shown on the 
console. I have to power cycle the server to reboot.

David

[-- Attachment #2: kvm-3.6-rc1.png --]
[-- Type: image/png, Size: 37339 bytes --]

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

* Re: hang on reboot with 3.6-rc1
  2012-08-08 16:27 hang on reboot with 3.6-rc1 David Ahern
@ 2012-08-09  9:42 ` Avi Kivity
  2012-08-09 17:10   ` David Ahern
  0 siblings, 1 reply; 8+ messages in thread
From: Avi Kivity @ 2012-08-09  9:42 UTC (permalink / raw)
  To: David Ahern; +Cc: KVM

On 08/08/2012 07:27 PM, David Ahern wrote:
> Not sure if KVM is the culprit, but it is the last line shown on the
> console. I have to power cycle the server to reboot.

Have you tried rmmoding the kvm modules before reboot?

Were any guests running during this?


-- 
error compiling committee.c: too many arguments to function

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

* Re: hang on reboot with 3.6-rc1
  2012-08-09  9:42 ` Avi Kivity
@ 2012-08-09 17:10   ` David Ahern
  2012-08-09 17:26     ` Alex Williamson
  0 siblings, 1 reply; 8+ messages in thread
From: David Ahern @ 2012-08-09 17:10 UTC (permalink / raw)
  To: Avi Kivity; +Cc: KVM

On 8/9/12 3:42 AM, Avi Kivity wrote:
> On 08/08/2012 07:27 PM, David Ahern wrote:
>> Not sure if KVM is the culprit, but it is the last line shown on the
>> console. I have to power cycle the server to reboot.
>
> Have you tried rmmoding the kvm modules before reboot?
>
> Were any guests running during this?

hmm.... seems to be a side effect of https://lkml.org/lkml/2012/8/3/370.

David

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

* Re: hang on reboot with 3.6-rc1
  2012-08-09 17:10   ` David Ahern
@ 2012-08-09 17:26     ` Alex Williamson
  2012-08-09 18:17       ` David Ahern
  0 siblings, 1 reply; 8+ messages in thread
From: Alex Williamson @ 2012-08-09 17:26 UTC (permalink / raw)
  To: David Ahern; +Cc: Avi Kivity, KVM

On Thu, 2012-08-09 at 11:10 -0600, David Ahern wrote:
> On 8/9/12 3:42 AM, Avi Kivity wrote:
> > On 08/08/2012 07:27 PM, David Ahern wrote:
> >> Not sure if KVM is the culprit, but it is the last line shown on the
> >> console. I have to power cycle the server to reboot.
> >
> > Have you tried rmmoding the kvm modules before reboot?
> >
> > Were any guests running during this?
> 
> hmm.... seems to be a side effect of https://lkml.org/lkml/2012/8/3/370.

Is it fixed with the patches for that?  We're operating on a NULL
pointer with that bug on your system, so you probably don't want to be
assuming the system is entirely healthy after you hit it.  Thanks,

Alex


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

* Re: hang on reboot with 3.6-rc1
  2012-08-09 17:26     ` Alex Williamson
@ 2012-08-09 18:17       ` David Ahern
  2012-08-09 19:03         ` Alex Williamson
  0 siblings, 1 reply; 8+ messages in thread
From: David Ahern @ 2012-08-09 18:17 UTC (permalink / raw)
  To: Alex Williamson; +Cc: Avi Kivity, KVM

On 8/9/12 11:26 AM, Alex Williamson wrote:
> On Thu, 2012-08-09 at 11:10 -0600, David Ahern wrote:
>> On 8/9/12 3:42 AM, Avi Kivity wrote:
>>> On 08/08/2012 07:27 PM, David Ahern wrote:
>>>> Not sure if KVM is the culprit, but it is the last line shown on the
>>>> console. I have to power cycle the server to reboot.
>>>
>>> Have you tried rmmoding the kvm modules before reboot?
>>>
>>> Were any guests running during this?
>>
>> hmm.... seems to be a side effect of https://lkml.org/lkml/2012/8/3/370.
>
> Is it fixed with the patches for that?  We're operating on a NULL
> pointer with that bug on your system, so you probably don't want to be
> assuming the system is entirely healthy after you hit it.  Thanks,


Agreed and yes.

Latest Linus tree has the iommu patch. Still need to get the other one 
in (https://lkml.org/lkml/2012/8/4/141) or whatever alternative is 
deemed better.

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

* Re: hang on reboot with 3.6-rc1
  2012-08-09 18:17       ` David Ahern
@ 2012-08-09 19:03         ` Alex Williamson
  2012-08-09 19:35           ` David Ahern
  0 siblings, 1 reply; 8+ messages in thread
From: Alex Williamson @ 2012-08-09 19:03 UTC (permalink / raw)
  To: David Ahern; +Cc: Avi Kivity, KVM

On Thu, 2012-08-09 at 12:17 -0600, David Ahern wrote:
> On 8/9/12 11:26 AM, Alex Williamson wrote:
> > On Thu, 2012-08-09 at 11:10 -0600, David Ahern wrote:
> >> On 8/9/12 3:42 AM, Avi Kivity wrote:
> >>> On 08/08/2012 07:27 PM, David Ahern wrote:
> >>>> Not sure if KVM is the culprit, but it is the last line shown on the
> >>>> console. I have to power cycle the server to reboot.
> >>>
> >>> Have you tried rmmoding the kvm modules before reboot?
> >>>
> >>> Were any guests running during this?
> >>
> >> hmm.... seems to be a side effect of https://lkml.org/lkml/2012/8/3/370.
> >
> > Is it fixed with the patches for that?  We're operating on a NULL
> > pointer with that bug on your system, so you probably don't want to be
> > assuming the system is entirely healthy after you hit it.  Thanks,
> 
> 
> Agreed and yes.
> 
> Latest Linus tree has the iommu patch. Still need to get the other one 
> in (https://lkml.org/lkml/2012/8/4/141) or whatever alternative is 
> deemed better.

I think you should be ok with just what is in Linus' tree now.  The
change in pci_acs_path_enabled is the same kind of bug, but I don't
think you'll hit it with the fixed iommu code.  Please let me know if
that's not the case.  Thanks,

Alex


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

* Re: hang on reboot with 3.6-rc1
  2012-08-09 19:03         ` Alex Williamson
@ 2012-08-09 19:35           ` David Ahern
  2012-08-09 19:52             ` Alex Williamson
  0 siblings, 1 reply; 8+ messages in thread
From: David Ahern @ 2012-08-09 19:35 UTC (permalink / raw)
  To: Alex Williamson; +Cc: Avi Kivity, KVM

On 8/9/12 1:03 PM, Alex Williamson wrote:

> I think you should be ok with just what is in Linus' tree now.  The
> change in pci_acs_path_enabled is the same kind of bug, but I don't
> think you'll hit it with the fixed iommu code.  Please let me know if
> that's not the case.  Thanks,

Indeed, latest tree is clean. no oops, VF shows fine and passthrough works.

David


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

* Re: hang on reboot with 3.6-rc1
  2012-08-09 19:35           ` David Ahern
@ 2012-08-09 19:52             ` Alex Williamson
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Williamson @ 2012-08-09 19:52 UTC (permalink / raw)
  To: David Ahern; +Cc: Avi Kivity, KVM

On Thu, 2012-08-09 at 13:35 -0600, David Ahern wrote:
> On 8/9/12 1:03 PM, Alex Williamson wrote:
> 
> > I think you should be ok with just what is in Linus' tree now.  The
> > change in pci_acs_path_enabled is the same kind of bug, but I don't
> > think you'll hit it with the fixed iommu code.  Please let me know if
> > that's not the case.  Thanks,
> 
> Indeed, latest tree is clean. no oops, VF shows fine and passthrough works.

Great, thanks!

Alex



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

end of thread, other threads:[~2012-08-09 19:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-08 16:27 hang on reboot with 3.6-rc1 David Ahern
2012-08-09  9:42 ` Avi Kivity
2012-08-09 17:10   ` David Ahern
2012-08-09 17:26     ` Alex Williamson
2012-08-09 18:17       ` David Ahern
2012-08-09 19:03         ` Alex Williamson
2012-08-09 19:35           ` David Ahern
2012-08-09 19:52             ` Alex Williamson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).