All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: "Srujan D. Kotikela" <ksrujandas@gmail.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: Error while binding VIRQ to IRQ_HANDLER
Date: Wed, 10 Nov 2010 09:14:25 -0500	[thread overview]
Message-ID: <20101110141425.GA16120@dumpdata.com> (raw)
In-Reply-To: <AANLkTi=iJcfysg4UmNh89+bYXU_KxZtPsGF1P4NuWsU7@mail.gmail.com>

On Tue, Nov 09, 2010 at 10:43:46AM -0600, Srujan D. Kotikela wrote:
> Hi,
> 
> I wrote a kernel module for handling a custom VIRQ. It is *compiling* fine,
> but when I try to do *modprobe * it's giving me the following error:
> 
> FATAL: Error inserting vbase (/lib/modules/
> > 2.6.18.8/kernel/drivers/xen/vbase/vbase.ko): Unknown symbol in module, or
> > unknown parameter (see dmesg)
> 
> 
> The output of dmesg is as follows:
> 
> vbase: Unknown symbol bind_virq_to_irqhandler

You will to tweak your Linux kernel source to have 'EXPORT_SYMBOL_GPL' around
that function and recompile your kernel.

  reply	other threads:[~2010-11-10 14:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-09 16:43 Error while binding VIRQ to IRQ_HANDLER Srujan D. Kotikela
2010-11-10 14:14 ` Konrad Rzeszutek Wilk [this message]
2010-11-10 16:02   ` Srujan D. Kotikela
2010-11-10 16:13     ` Ian Campbell
2010-11-10 18:41       ` Srujan D. Kotikela
2010-11-10 19:28         ` Srujan D. Kotikela

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=20101110141425.GA16120@dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=ksrujandas@gmail.com \
    --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.