From: Ian Campbell <Ian.Campbell@citrix.com>
To: Vincent CARON <zerodeux@zerodeux.net>
Cc: Cris Daniluk <cris.daniluk@gmail.com>,
xen-devel <xen-devel@lists.xensource.com>,
Keir Fraser <keir@xen.org>, Jeremy Fitzhardinge <jeremy@goop.org>,
"603632@bugs.debian.org" <603632@bugs.debian.org>
Subject: Re: PVops domain 0 crash on NUMA system only Node==1 present (Was: Re: Bug#603632: linux-image-2.6.32-5-xen-amd64: Linux kernel 2.6.32/xen/amd64 booting fine on bare metal, but not as dom0 with Xen 4.0.1 (Dell R410))
Date: Tue, 23 Nov 2010 18:52:07 +0000 [thread overview]
Message-ID: <1290538327.9844.26.camel@localhost.localdomain> (raw)
In-Reply-To: <1290513067.31507.7699.camel@zakaz.uk.xensource.com>
On Tue, 2010-11-23 at 11:51 +0000, Ian Campbell wrote:
>
> Perhaps we should be passing numa_node_id() (e.g. current node)
> instead of node 0?
I've just kicked off a build of the 2.6.32-27 Debian kernel with the
following additional patch, I will hopefully post the binaries tomorrow.
If you already have the capability to build a custom kernel in place you
might like to try it before then.
Ian.
diff --git a/drivers/xen/events.c b/drivers/xen/events.c
index 7b29ae1..868b172 100644
--- a/drivers/xen/events.c
+++ b/drivers/xen/events.c
@@ -418,7 +418,7 @@ static int find_unbound_irq(void)
if (irq == start)
goto no_irqs;
- desc = irq_to_desc_alloc_node(irq, 0);
+ desc = irq_to_desc_alloc_node(irq, numa_node_id());
if (WARN_ON(desc == NULL))
return -1;
next prev parent reply other threads:[~2010-11-23 18:52 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20101115233253.11935.35707.reportbug@zerohal>
2010-11-23 11:51 ` PVops domain 0 crash on NUMA system only Node==1 present (Was: Re: Bug#603632: linux-image-2.6.32-5-xen-amd64: Linux kernel 2.6.32/xen/amd64 booting fine on bare metal, but not as dom0 with Xen 4.0.1 (Dell R410)) Ian Campbell
2010-11-23 12:44 ` Bug#603632: " Cris Daniluk
2010-11-23 18:24 ` Jeremy Fitzhardinge
2010-11-25 12:51 ` Bug#603632: [Xen-devel] " Vincent Caron
2010-11-25 15:01 ` Ian Campbell
2010-11-25 15:49 ` Bug#603632: [Xen-devel] " Vincent Caron
2010-11-23 18:52 ` Ian Campbell [this message]
2010-11-23 22:12 ` Ian Campbell
2010-11-23 22:18 ` Ian Campbell
2010-12-02 23:47 ` Bug#603632: [Xen-devel] " Vincent Caron
2010-12-03 0:12 ` Jeremy Fitzhardinge
2010-12-03 0:27 ` Bug#603632: [Xen-devel] " Vincent Caron
2010-12-03 8:54 ` Ian Campbell
2010-12-03 8:52 ` Ian Campbell
2010-12-03 9:20 ` Ian Campbell
2010-12-03 9:49 ` Ian Campbell
2010-12-03 9:54 ` [PATCH] xen: disable ACPI NUMA for PV guests Ian Campbell
2010-12-13 22:17 ` Vincent Caron
2010-12-03 8:51 ` PVops domain 0 crash on NUMA system only Node==1 present (Was: Re: Bug#603632: linux-image-2.6.32-5-xen-amd64: Linux kernel 2.6.32/xen/amd64 booting fine on bare metal, but not as dom0 with Xen 4.0.1 (Dell R410)) Ian Campbell
2010-12-03 10:30 ` Bug#603632: [Xen-devel] " Vincent Caron
2010-11-25 13:29 ` Bug#603632: " Vincent Caron
2010-11-25 14:44 ` Ian Campbell
2010-11-25 16:38 ` Bug#603632: " Vincent Caron
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=1290538327.9844.26.camel@localhost.localdomain \
--to=ian.campbell@citrix.com \
--cc=603632@bugs.debian.org \
--cc=cris.daniluk@gmail.com \
--cc=jeremy@goop.org \
--cc=keir@xen.org \
--cc=xen-devel@lists.xensource.com \
--cc=zerodeux@zerodeux.net \
/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.