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] Xen EventChannel module error

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Xen EventChannel module error
From: "Srujan D. Kotikela" <ksrujandas@xxxxxxxxx>
Date: Fri, 29 Oct 2010 12:55:26 -0500
Delivery-date: Fri, 29 Oct 2010 10:56:28 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=5Hs4iMfTfiYv94ZzNJSTr3+tr0alAqn/tQ9tBBB00II=; b=Qe2Bmq37PbAf9soqEuO1gtQi1DhNSdD42O8LGqcfK5hJDwBPJgtz9TrLqkBj/lMRK8 HvigEpNY65/eJ40JTeXL7cmwCIOzuDWrXW2VWBB6VddLsLA7/mBKwgzrGd8jy2KkHMUh X0qhQctppsP++PtvhLBC9+52NovvSC5JqKQNE=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=QGgPLhvdeO40PYvO+dgHe8x4jcq8wy0+FYjleH0vTdSqI7HGytmGNGmxjrUmzIWz4M 47qP3IDLBJQ+4B45AdWPS64jGGxIVzLWLCTRae19KzuGOLNGnrp5uqT+oDZf2wtxovxY hxgMj8rX17VeYrHUI9sAfuN0X6NGgiIw+AWEA=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
 Hi, 

I am writing a kernel module (for xen 3.4.3 and kernel 2.6.18.8). It compiled fine, but when I try to insert it using insmod, I get this error (checked via dmesg)   "Unknown symbol bind_virq_to_irqhandler"

I included the following header files:

#include <linux/module.h>
#include <linux/kernel.h>
#include <xen/evtchn.h>

Also, I declared my own VIRQ in xen.h and recompiled and installed xen+kernel. My VIRQ is not being recognised in my module. Do I need to update any other files than XEN_ROOT/xen/include/public/xen.h

Thanks in advance,
Srujan D. Kotikela
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Xen EventChannel module error, Srujan D. Kotikela <=