WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] panic in e100_exec_cb()

To: "Charles Coffing" <ccoffing@xxxxxxxxxx>
Subject: Re: [Xen-devel] panic in e100_exec_cb()
From: Ian Pratt <Ian.Pratt@xxxxxxxxxxxx>
Date: Tue, 21 Sep 2004 12:25:09 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx, Ian.Pratt@xxxxxxxxxxxx
Delivery-date: Tue, 21 Sep 2004 12:29:13 +0100
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: Your message of "Mon, 20 Sep 2004 16:22:03 MDT." <s14f03b1.045@xxxxxxxxxxxxxxxxxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
> With today's build, my domain 0 crashes during boot when it tries to
> bring eth0 up (it's an E100).
> 
> cb->prev (eax) is NULL in e100_exec_cb() (e100.c:827).  Just from code
> inspection, I don't see how this can be.  e100_alloc_cbs() was just
> called, which looks like it should have correctly linked up all the
> cb->prev/cb->next pointers.

OK, we've tracked this down to a long-standing bug due to a
missing local_flush_tlb when creating a contiguous mapping of a
PCI region.

The scrub_pages change was having the effect of nicely loading
the TLB with mappings that were just about to to become stale...

This could explain most of the odd behaviour that people have
been seeing since the apparently innocuous scrub pages checkin.

We'll do some more testing and push out a fix later today.

Ian






-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>