All of lore.kernel.org
 help / color / mirror / Atom feed
* Kernel 3 Crashes on 4.2 unstable
@ 2011-07-31 19:07 Andi Reinbrech
  2011-08-01  1:45 ` Pasi Kärkkäinen
  0 siblings, 1 reply; 6+ messages in thread
From: Andi Reinbrech @ 2011-07-31 19:07 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com

Hi,

I am unable to pinpoint this problem; on an old core2duo Xen 4.2 and 
kernel 3.0 as dom0 works, but on a newer i5 (same distro, same packages, 
all "baselined") the crashes as soon as Xen finishes booting.

The crash happens before anything useful is written to the serial 
console, and causes the machine a complete warm boot with no exceptions 
or error messages.

I have tried nomodeset, but I'm not sure the kernel gets as far as 
initialising graphics, it may still be in the stage of unpacking the initrd.

I would greatly appreciate any pointers to try an help to debug this, or 
hear from other testers with similar experience.

The config of kernel 3.0 I'm using is the "vanilla" fedora rawhide 
version, 3.0 however, not the latest git rc.


Thanks & kind regards,
Andi

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

* Re: Kernel 3 Crashes on 4.2 unstable
  2011-07-31 19:07 Kernel 3 Crashes on 4.2 unstable Andi Reinbrech
@ 2011-08-01  1:45 ` Pasi Kärkkäinen
  2011-08-01 18:59   ` Andi Reinbrech
  0 siblings, 1 reply; 6+ messages in thread
From: Pasi Kärkkäinen @ 2011-08-01  1:45 UTC (permalink / raw)
  To: Andi Reinbrech; +Cc: xen-devel@lists.xensource.com

On Sun, Jul 31, 2011 at 09:07:02PM +0200, Andi Reinbrech wrote:
> Hi,
>
> I am unable to pinpoint this problem; on an old core2duo Xen 4.2 and  
> kernel 3.0 as dom0 works, but on a newer i5 (same distro, same packages,  
> all "baselined") the crashes as soon as Xen finishes booting.
>
> The crash happens before anything useful is written to the serial  
> console, and causes the machine a complete warm boot with no exceptions  
> or error messages.
>
> I have tried nomodeset, but I'm not sure the kernel gets as far as  
> initialising graphics, it may still be in the stage of unpacking the 
> initrd.
>
> I would greatly appreciate any pointers to try an help to debug this, or  
> hear from other testers with similar experience.
>
> The config of kernel 3.0 I'm using is the "vanilla" fedora rawhide  
> version, 3.0 however, not the latest git rc.
>

See http://wiki.xen.org/xenwiki/XenParavirtOps
the chapter called "Are there more debugging options I could enable to troubleshoot problems with Xen and/or dom0 kernel?"

Make sure you enable all those..

-- Pasi

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

* Re: Kernel 3 Crashes on 4.2 unstable
  2011-08-01  1:45 ` Pasi Kärkkäinen
@ 2011-08-01 18:59   ` Andi Reinbrech
  2011-08-02 16:25     ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 6+ messages in thread
From: Andi Reinbrech @ 2011-08-01 18:59 UTC (permalink / raw)
  To: Pasi Kärkkäinen; +Cc: xen-devel@lists.xensource.com

On 2011/08/01 03:45 AM, Pasi Kärkkäinen wrote:
> On Sun, Jul 31, 2011 at 09:07:02PM +0200, Andi Reinbrech wrote:
>> Hi,
>>
>> I am unable to pinpoint this problem; on an old core2duo Xen 4.2 and
>> kernel 3.0 as dom0 works, but on a newer i5 (same distro, same packages,
>> all "baselined") the crashes as soon as Xen finishes booting.
>>
>> The crash happens before anything useful is written to the serial
>> console, and causes the machine a complete warm boot with no exceptions
>> or error messages.
>>
>> I have tried nomodeset, but I'm not sure the kernel gets as far as
>> initialising graphics, it may still be in the stage of unpacking the
>> initrd.
>>
>> I would greatly appreciate any pointers to try an help to debug this, or
>> hear from other testers with similar experience.
>>
>> The config of kernel 3.0 I'm using is the "vanilla" fedora rawhide
>> version, 3.0 however, not the latest git rc.
>>
> See http://wiki.xen.org/xenwiki/XenParavirtOps
> the chapter called "Are there more debugging options I could enable to troubleshoot problems with Xen and/or dom0 kernel?"
>
> Make sure you enable all those..
>
> -- Pasi
>
Thank you Pasi,

Will dig a bit deeper.  I saw that page also has very detailed 
instructions for a custom kernel, I will try and tune a little and 
compile a few versions.  I have a feeling it may very well be graphics 
related.  Will feed back here when I have details.

I have extensive C and hardware/embedded knowledge and would love to get 
a bit more involved in Xen.  Hopefully I can contribute, however small, 
here and there :-)

Kind regards,
Andi

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

* Re: Kernel 3 Crashes on 4.2 unstable
  2011-08-01 18:59   ` Andi Reinbrech
@ 2011-08-02 16:25     ` Konrad Rzeszutek Wilk
  2011-08-02 17:16       ` Pasi Kärkkäinen
  0 siblings, 1 reply; 6+ messages in thread
From: Konrad Rzeszutek Wilk @ 2011-08-02 16:25 UTC (permalink / raw)
  To: Andi Reinbrech; +Cc: xen-devel@lists.xensource.com

On Mon, Aug 01, 2011 at 08:59:41PM +0200, Andi Reinbrech wrote:
> On 2011/08/01 03:45 AM, Pasi Kärkkäinen wrote:
> >On Sun, Jul 31, 2011 at 09:07:02PM +0200, Andi Reinbrech wrote:
> >>Hi,
> >>
> >>I am unable to pinpoint this problem; on an old core2duo Xen 4.2 and
> >>kernel 3.0 as dom0 works, but on a newer i5 (same distro, same packages,
> >>all "baselined") the crashes as soon as Xen finishes booting.

Does the kernel crash if you boot it as baremetal?

> >>
> >>The crash happens before anything useful is written to the serial
> >>console, and causes the machine a complete warm boot with no exceptions
> >>or error messages.
> >>
> >>I have tried nomodeset, but I'm not sure the kernel gets as far as
> >>initialising graphics, it may still be in the stage of unpacking the
> >>initrd.

<nods>
> >>
> >>I would greatly appreciate any pointers to try an help to debug this, or
> >>hear from other testers with similar experience.
> >>
> >>The config of kernel 3.0 I'm using is the "vanilla" fedora rawhide
> >>version, 3.0 however, not the latest git rc.
> >>
> >See http://wiki.xen.org/xenwiki/XenParavirtOps
> >the chapter called "Are there more debugging options I could enable to troubleshoot problems with Xen and/or dom0 kernel?"
> >
> >Make sure you enable all those..
> >
> >-- Pasi
> >
> Thank you Pasi,
> 
> Will dig a bit deeper.  I saw that page also has very detailed
> instructions for a custom kernel, I will try and tune a little and
> compile a few versions.  I have a feeling it may very well be
> graphics related.  Will feed back here when I have details.
> 
> I have extensive C and hardware/embedded knowledge and would love to
> get a bit more involved in Xen.  Hopefully I can contribute, however
> small, here and there :-)

Awesome. Not sure if the 'earlyprintk=xenboot' is mentioned in the Wiki but
that one is quite useful.

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

* Re: Kernel 3 Crashes on 4.2 unstable
  2011-08-02 16:25     ` Konrad Rzeszutek Wilk
@ 2011-08-02 17:16       ` Pasi Kärkkäinen
  2011-08-02 17:23         ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 6+ messages in thread
From: Pasi Kärkkäinen @ 2011-08-02 17:16 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: xen-devel@lists.xensource.com, Andi Reinbrech

On Tue, Aug 02, 2011 at 12:25:32PM -0400, Konrad Rzeszutek Wilk wrote:
> > 
> > Will dig a bit deeper.  I saw that page also has very detailed
> > instructions for a custom kernel, I will try and tune a little and
> > compile a few versions.  I have a feeling it may very well be
> > graphics related.  Will feed back here when I have details.
> > 
> > I have extensive C and hardware/embedded knowledge and would love to
> > get a bit more involved in Xen.  Hopefully I can contribute, however
> > small, here and there :-)
> 
> Awesome. Not sure if the 'earlyprintk=xenboot' is mentioned in the Wiki but
> that one is quite useful.

Hmm.. what's the difference between "earlyprintk=xen" and "earlyprintk=xenboot" ?

-- Pasi

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

* Re: Kernel 3 Crashes on 4.2 unstable
  2011-08-02 17:16       ` Pasi Kärkkäinen
@ 2011-08-02 17:23         ` Konrad Rzeszutek Wilk
  0 siblings, 0 replies; 6+ messages in thread
From: Konrad Rzeszutek Wilk @ 2011-08-02 17:23 UTC (permalink / raw)
  To: Pasi Kärkkäinen; +Cc: xen-devel@lists.xensource.com, Andi Reinbrech

On Tue, Aug 02, 2011 at 08:16:44PM +0300, Pasi Kärkkäinen wrote:
> On Tue, Aug 02, 2011 at 12:25:32PM -0400, Konrad Rzeszutek Wilk wrote:
> > > 
> > > Will dig a bit deeper.  I saw that page also has very detailed
> > > instructions for a custom kernel, I will try and tune a little and
> > > compile a few versions.  I have a feeling it may very well be
> > > graphics related.  Will feed back here when I have details.
> > > 
> > > I have extensive C and hardware/embedded knowledge and would love to
> > > get a bit more involved in Xen.  Hopefully I can contribute, however
> > > small, here and there :-)
> > 
> > Awesome. Not sure if the 'earlyprintk=xenboot' is mentioned in the Wiki but
> > that one is quite useful.
> 
> Hmm.. what's the difference between "earlyprintk=xen" and "earlyprintk=xenboot" ?

It has the same effect:

#ifdef CONFIG_HVC_XEN
		if (!strncmp(buf, "xen", 3))
			early_console_register(&xenboot_console, keep);
#endif

Just doing 'earlyprintk=xen' is enough. Not sure why I actually have 'xenboot' ..hmm

> 
> -- Pasi

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

end of thread, other threads:[~2011-08-02 17:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-31 19:07 Kernel 3 Crashes on 4.2 unstable Andi Reinbrech
2011-08-01  1:45 ` Pasi Kärkkäinen
2011-08-01 18:59   ` Andi Reinbrech
2011-08-02 16:25     ` Konrad Rzeszutek Wilk
2011-08-02 17:16       ` Pasi Kärkkäinen
2011-08-02 17:23         ` Konrad Rzeszutek Wilk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.