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

[Xen-devel] Got a strange IRQ

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Got a strange IRQ
From: "Lily Huang" <ushuanglily@xxxxxxxxx>
Date: Thu, 4 May 2006 11:58:09 -0400
Delivery-date: Thu, 04 May 2006 08:58:30 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=oRd9Ggb8h7jdb8u5mC784by6LEx4ygWzJ2857ItoUhVnOcl1B1HZrLMtehU3w3T5bTbG97wx0jg2wwxUn8iKwcgjAE2XxJQK2NmWbULcRQz5uFOaXjPQrqifcHsPcaf2cNQOQr0ShfFBLJ0PetJV1EgmHwzSN00GrcpRWbbsoXg=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I ran into a strange problem:

After I used "bind_evtchn_to_irqhandler" to bind an evtchn to a irq handler, I noticed that the interrupt handler was triggered although actually no IRQ was injected. This problem happened exactly once for each run.
Why?


Also, I  had problem in release shared pages. At the backend, I initially allocate certain pages with alloc_pages(), then map several pages from frontend to the address of the allocated pages. After my work is done,
I first unmap the shared pages, then I tried to free the allocated pages with free_pages. But I got a kernel error " page flag bit is not right", and error message also shows that refcount of these pages are 0, which seems
to be normal. Did I do something wrong with the page sharing?

Thanks a lot!

-lily
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Got a strange IRQ, Lily Huang <=