public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* RE: Re: PROBLEM: [BISECTED] 2.6.35.5 xen domU panics just after the boot
@ 2010-09-23 15:23 James Dingwall
  2010-09-23 17:53 ` Paweł Zuzelski
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: James Dingwall @ 2010-09-23 15:23 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org; +Cc: Jeremy Fitzhardinge

> I was experiencing the same immediate crash with a null pointer
> dereference (log below) on boot with 2.6.35.5.  Reverting
> fb412a178502dc498430723b082a932f797e4763 also resolved the problem for
> me.

Checking the diff from this commit it looks like there is a typo in the patch.  With the following (probably mangled by my client) I get 2.6.35.5 to boot.  Suggest it should be a candidate for .32 and .35 stable trees.

--- drivers/xen/events.c.orig   2010-09-23 16:10:34.257124313 +0100
+++ drivers/xen/events.c        2010-09-23 16:10:44.326194462 +0100
@@ -935,7 +935,7 @@
 	.retrigger		= retrigger_dynirq,
 };

-static struct irq_chip en_percpu_chip __read_mostly = {
+static struct irq_chip xen_percpu_chip __read_mostly = {
 	.name			= "xen-percpu",

 	.disable		= disable_dynirq,

James
This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement,
you may review at http://www.amdocs.com/email_disclaimer.asp


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

end of thread, other threads:[~2010-10-01 18:42 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-23 15:23 Re: PROBLEM: [BISECTED] 2.6.35.5 xen domU panics just after the boot James Dingwall
2010-09-23 17:53 ` Paweł Zuzelski
2010-09-24 18:00 ` Jeremy Fitzhardinge
2010-09-27  2:40 ` Kyle McMartin
2010-09-27  6:13   ` [stable] " Greg KH
2010-09-27  6:34     ` Kyle McMartin
2010-09-27  8:37       ` [stable] PROBLEM: [BISECTED] 2.6.35.5 xen domU panics just after the boot [PATCH] James Dingwall
2010-09-28 18:29         ` Greg KH
2010-09-27 18:08     ` [stable] PROBLEM: [BISECTED] 2.6.35.5 xen domU panics just after the boot Jeremy Fitzhardinge
2010-09-28 18:29       ` Greg KH
2010-09-29 15:48         ` Jeremy Fitzhardinge
2010-09-30  0:06           ` Greg KH
2010-10-01 16:46             ` Jeremy Fitzhardinge
2010-10-01 18:26               ` Greg KH

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