From: Arnd Hannemann <hannemann@nets.rwth-aachen.de>
To: Jeremy Fitzhardinge <jeremy@goop.org>
Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: Re: xen dom0 2.6.32.15 kernel BUG at drivers/xen/grant-table.c:583
Date: Mon, 14 Jun 2010 13:04:58 +0200 [thread overview]
Message-ID: <4C160CDA.9050204@nets.rwth-aachen.de> (raw)
In-Reply-To: <4C160ADD.80609@goop.org>
Am 14.06.2010 12:56, schrieb Jeremy Fitzhardinge:
> On 06/14/2010 08:53 AM, Arnd Hannemann wrote:
>> Hi,
>>
>> we have regular but hard to reproduce (wait for a day or two starting domUs) kernel panics (see below) with latest
>> "xen/stable-2.6.32.x" git tree.
>>
>
> Are you sure its the latest? There were some problems with the
> tasklet-based netback patches which I since reverted. (And I now have
> fixes for, so I'll reapply them soon.)
Yes its latest. git log shows this commit as top:
commit 57028f01dcd263bcee41e00ddcda167a082ae075
Author: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Date: Wed Jun 9 11:29:42 2010 -0700
Revert "Merge branch 'xen/dom0/backend/netback-tasklet' into xen/next"
This reverts commit 528ea798f02ccb03023e72cbda665ed5c3eec6b1, reversing
changes made to 6c004dff353a3588684bff1c0eac8b14a1b6f67e.
The Panic seems to originate from this code snippet:
if (!xen_feature(XENFEAT_auto_translated_physmap)) {
set_phys_to_machine(page_to_pfn(new_page), INVALID_P2M_ENTRY);
mmu.ptr = (new_mfn << PAGE_SHIFT) | MMU_MACHPHYS_UPDATE;
mmu.val = pfn;
err = HYPERVISOR_mmu_update(&mmu, 1, NULL, DOMID_SELF);
BUG_ON(err);
}
I will try if the patch Stefano Stabellini mentioned fixes the problem...
Thanks,
Arnd
next prev parent reply other threads:[~2010-06-14 11:04 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-14 7:53 xen dom0 2.6.32.15 kernel BUG at drivers/xen/grant-table.c:583 Arnd Hannemann
2010-06-14 10:56 ` Jeremy Fitzhardinge
2010-06-14 11:04 ` Arnd Hannemann [this message]
2010-06-14 10:57 ` Stefano Stabellini
2010-06-14 11:09 ` Arnd Hannemann
2010-06-14 12:26 ` Arnd Hannemann
2010-06-14 12:44 ` Arnd Hannemann
-- strict thread matches above, loose matches on Subject: below --
2010-06-21 8:37 Christian Samsel
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=4C160CDA.9050204@nets.rwth-aachen.de \
--to=hannemann@nets.rwth-aachen.de \
--cc=jeremy@goop.org \
--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.