All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Sander Eikelenboom <linux@eikelenboom.it>
Cc: Xen Developers List <xen-devel@lists.xensource.com>,
	Goswin von Brederlow <goswin-v-b@web.de>
Subject: Re: Problems booting latest xen pv-ops linux kernel
Date: Fri, 20 Nov 2009 09:50:20 -0500	[thread overview]
Message-ID: <20091120145020.GB18730@phenom.dumpdata.com> (raw)
In-Reply-To: <1403992454.20091120122516@eikelenboom.it>

On Fri, Nov 20, 2009 at 12:25:16PM +0100, Sander Eikelenboom wrote:
> I occasionally have the same problem (same messages spit out by the kernel on boot.
> System keeps running, but everything is terribly slow it seems (these messages appear one by one with sometimes several seconds in between)
> In the end it can not mount the root filesystem and bails out.


This is most curious. Based on your Xen hypervisor logs:

..snip..
> (XEN)    IRQ:   0, IRQ affinity:0xffffffff, Vec:240 type=IO-APIC-edge    status=
> 00000000 mapped, unbound
> (XEN)    IRQ:   1, IRQ affinity:0x00000001, Vec: 40 type=IO-APIC-edge    status=
> 00000006 mapped, unbound
> (XEN)    IRQ:   2, IRQ affinity:0xffffffff, Vec:226 type=XT-PIC          status=
> 00000000 mapped, unbound
> (XEN)    IRQ:   3, IRQ affinity:0xffffffff, Vec:227 type=XT-PIC          status=
> 00000002 mapped, unbound
> (XEN)    IRQ:   4, IRQ affinity:0xffffffff, Vec:241 type=IO-APIC-edge    status=
> 00000000 mapped, unbound
> (XEN)    IRQ:   5, IRQ affinity:0xffffffff, Vec:229 type=XT-PIC          status=
> 00000010 in-flight=0 domain-list=0:  5(----),
> (XEN)    IRQ:   6, IRQ affinity:0x00000001, Vec: 48 type=IO-APIC-edge    status=
> 00000002 mapped, unbound
> (XEN)    IRQ:   7, IRQ affinity:0xffffffff, Vec:231 type=XT-PIC          status=
> 00000010 in-flight=0 domain-list=0:  7(----),
> (XEN)    IRQ:   8, IRQ affinity:0x00000001, Vec: 56 type=IO-APIC-edge    status=
> 00000002 mapped, unbound
.. snip..

That are not mapped to the Dom0. Meaning that well, ..., they are not being received by
Dom0, which definilty is a problem.

<side-track>
Mr Goswin,

Can you try getting the hypervisor output? That can be done by pressing Ctrl-A three
times and one of the keys for the IRQ to domains mapping. I am just looking to see
if you have the same issue.
</side-track>

There were some patches (cs/ 20437) that changed the IRQ mapping and I wonder if
it inadvertly triggered this failure.

Can you revert back before cs 20437 and compile Xen.gz? Here is one way I know
of how to do this (there is probably a better one):

mkdir ../test
cd ../test
hg clone ../xen-unstable.hg/ -r20436
cd xen-unstable.hg
hg tip
(and it should show c/s 20436 as the latest).

  parent reply	other threads:[~2009-11-20 14:50 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-17 23:18 Problems booting latest xen pv-ops linux kernel Goswin von Brederlow
2009-11-18  7:10 ` Pasi Kärkkäinen
2009-11-18 15:08   ` Konrad Rzeszutek Wilk
2009-11-18 15:28     ` Pasi Kärkkäinen
2009-11-19  5:43       ` Goswin von Brederlow
2009-11-19 17:41         ` Konrad Rzeszutek Wilk
2009-11-20  1:41           ` Goswin von Brederlow
2009-11-20 11:25             ` Sander Eikelenboom
2009-11-20 11:49               ` Sander Eikelenboom
2009-11-20 12:33                 ` Sander Eikelenboom
2009-11-20 14:50               ` Konrad Rzeszutek Wilk [this message]
2009-11-20 15:05                 ` Sander Eikelenboom
2009-11-20 22:26                 ` Sander Eikelenboom
2009-11-25 11:46                   ` Sander Eikelenboom
2009-11-25 19:34                     ` Jeremy Fitzhardinge
2009-11-21  1:26                 ` Goswin von Brederlow
2009-11-23 14:48                   ` Konrad Rzeszutek Wilk
2009-11-19  5:40   ` Goswin von Brederlow
2009-11-19  7:55     ` Pasi Kärkkäinen
2009-11-19  8:00       ` Pasi Kärkkäinen
2009-11-19 10:16         ` Fasiha Ashraf
2009-11-19 10:21           ` Pasi Kärkkäinen
2009-11-20  6:56             ` Fasiha Ashraf
2009-11-20 13:53             ` Fasiha Ashraf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091120145020.GB18730@phenom.dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=goswin-v-b@web.de \
    --cc=linux@eikelenboom.it \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.