From: John Stultz <john.stultz@linaro.org>
To: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: tglx@linutronix.de, linux-kernel@vger.kernel.org,
xen-devel@lists.xensource.com
Subject: Re: 2.6.39 crashes BUG: unable to handle kernel NULL pointer dereference at 000000000000042 .. cmos_checkintr+0x4d/0x55 under Xen as PV guest.
Date: Mon, 21 Mar 2011 12:40:00 -0700 [thread overview]
Message-ID: <1300736400.2731.66.camel@work-vm> (raw)
In-Reply-To: <20110319025134.GA3298@dumpdata.com>
On Fri, 2011-03-18 at 22:51 -0400, Konrad Rzeszutek Wilk wrote:
> On Fri, Mar 18, 2011 at 02:59:26PM -0700, John Stultz wrote:
> > On Fri, 2011-03-18 at 16:38 -0400, Konrad Rzeszutek Wilk wrote:
> > > With the latest linus/master I get this when starting a Xen Linux PV
> > > guest:
> > >
> > > [ 0.404760] initcall psmouse_init+0x0/0x79 returned 0 after 59 usecs
> > > [ 0.404767] calling cmos_init+0x0/0x6a @ 1
> > > [ 0.464855] BUG: unable to handle kernel NULL pointer dereference at 0000000000000428
> > > [ 0.464867] IP: [<ffffffff8105d347>] queue_work_on+0x4/0x1d
> > [snip]
> > > [ 0.465018] Call Trace:
> > > [ 0.465023] [<ffffffff8105d38f>] queue_work+0x1a/0x1c
> > > [ 0.465029] [<ffffffff8105d3a4>] schedule_work+0x13/0x15
> > > [ 0.465035] [<ffffffff81331b2e>] rtc_update_irq+0x10/0x12
> > > [ 0.465041] [<ffffffff81333939>] cmos_checkintr+0x4d/0x55
> > > [ 0.465047] [<ffffffff81333987>] cmos_irq_disable+0x46/0x4e
> > > [ 0.465051] [<ffffffff8133481d>] cmos_set_alarm+0xd9/0x16e
> > > [ 0.465051] [<ffffffff813320a4>] __rtc_set_alarm+0x7d/0x88
> > > [ 0.465051] [<ffffffff813321fa>] rtc_timer_enqueue+0x71/0xb8
> > > [ 0.465051] [<ffffffff81331707>] ? rtc_tm_to_time+0x2f/0x38
> > >
> > > ... full log at the end.
> > >
> > > From a brief look it looks as if rtc_device_register was never
> > > called, so
> > >
> > > INIT_WORK(&rtc->irqwork, rtc_timer_do_work);
> > >
> > > was never called.. and hence schedule_work tries to derefence an
> > > unitialized rtc->irqwork.
> > >
> > > Which actually sounds right - the rtc_device_register should not
> > > be called since there are no RTC clocks exposed.
> >
> >
> > Huh. Did you see this with 2.6.38 vanilla? Just want to clarify if this
>
> No. 2.6.38 vaniall works great.
Ok. Hrm.
> > Any insight there?
>
> I hoped you might have :-)
Could you help me understand where in the probe logic xen bombs out of
the cmos code?
thanks
-john
next prev parent reply other threads:[~2011-03-21 19:40 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-18 20:38 2.6.39 crashes BUG: unable to handle kernel NULL pointer dereference at 000000000000042 .. cmos_checkintr+0x4d/0x55 under Xen as PV guest Konrad Rzeszutek Wilk
2011-03-18 21:59 ` John Stultz
2011-03-19 2:51 ` Konrad Rzeszutek Wilk
2011-03-19 2:51 ` Konrad Rzeszutek Wilk
2011-03-21 19:40 ` John Stultz [this message]
2011-03-22 14:38 ` Konrad Rzeszutek Wilk
2011-03-24 12:27 ` [Xen-devel] " Konrad Rzeszutek Wilk
2011-03-24 19:05 ` John Stultz
2011-03-24 20:39 ` John Stultz
2011-03-25 12:21 ` Konrad Rzeszutek Wilk
2011-03-19 9:28 ` Richard Cochran
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=1300736400.2731.66.camel@work-vm \
--to=john.stultz@linaro.org \
--cc=konrad.wilk@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
--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.