* [Xenomai] Problems with xnintr_enable xnintr_disable
@ 2013-05-03 18:20 Ross Williamson
2013-05-03 18:29 ` Gilles Chanteperdrix
0 siblings, 1 reply; 3+ messages in thread
From: Ross Williamson @ 2013-05-03 18:20 UTC (permalink / raw)
To: xenomai
I'm in the unfortunate position of having a closed-source kernel
module that I need to recompile a kernel for - I have matched the
kernel version/xenomai version however when I insert the module I get
the folllowing error:
Unknown symbol xnintr_enable
Unknown symbol xnintr_disable
both these symbols are in the System.map for the kernel so I'm
confused as to why the kernel module is reporting this.
Module.symvers:0x00000000 xnintr_enable vmlinux EXPORT_SYMBOL_GPL
System.map:80068270 T xnintr_enable
I suspect I'm doing something dumb....
--
Ross Williamson
Research Scientist - Sub-mm Group
California Institute of Technology
626-395-2647 (office)
312-504-3051 (Cell)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Xenomai] Problems with xnintr_enable xnintr_disable
2013-05-03 18:20 [Xenomai] Problems with xnintr_enable xnintr_disable Ross Williamson
@ 2013-05-03 18:29 ` Gilles Chanteperdrix
2013-05-03 18:38 ` Ross Williamson
0 siblings, 1 reply; 3+ messages in thread
From: Gilles Chanteperdrix @ 2013-05-03 18:29 UTC (permalink / raw)
To: Ross Williamson; +Cc: xenomai
On 05/03/2013 08:20 PM, Ross Williamson wrote:
> I'm in the unfortunate position of having a closed-source kernel
> module that I need to recompile a kernel for - I have matched the
> kernel version/xenomai version however when I insert the module I get
> the folllowing error:
>
> Unknown symbol xnintr_enable
> Unknown symbol xnintr_disable
>
> both these symbols are in the System.map for the kernel so I'm
> confused as to why the kernel module is reporting this.
>
> Module.symvers:0x00000000 xnintr_enable vmlinux EXPORT_SYMBOL_GPL
> System.map:80068270 T xnintr_enable
>
> I suspect I'm doing something dumb....
xnintr_enable and xnintr_disable, like all services exported by Xenomai
in kernel-space, are only available to modules using the GPL license.
--
Gilles.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Xenomai] Problems with xnintr_enable xnintr_disable
2013-05-03 18:29 ` Gilles Chanteperdrix
@ 2013-05-03 18:38 ` Ross Williamson
0 siblings, 0 replies; 3+ messages in thread
From: Ross Williamson @ 2013-05-03 18:38 UTC (permalink / raw)
To: Gilles Chanteperdrix; +Cc: xenomai
Ahhhh.........Well that would explain it.....
I don't think the kernel module I'm using will suddenly become GPL......
R
On Fri, May 3, 2013 at 11:29 AM, Gilles Chanteperdrix
<gilles.chanteperdrix@xenomai.org> wrote:
> On 05/03/2013 08:20 PM, Ross Williamson wrote:
>
>> I'm in the unfortunate position of having a closed-source kernel
>> module that I need to recompile a kernel for - I have matched the
>> kernel version/xenomai version however when I insert the module I get
>> the folllowing error:
>>
>> Unknown symbol xnintr_enable
>> Unknown symbol xnintr_disable
>>
>> both these symbols are in the System.map for the kernel so I'm
>> confused as to why the kernel module is reporting this.
>>
>> Module.symvers:0x00000000 xnintr_enable vmlinux EXPORT_SYMBOL_GPL
>> System.map:80068270 T xnintr_enable
>>
>> I suspect I'm doing something dumb....
>
>
> xnintr_enable and xnintr_disable, like all services exported by Xenomai
> in kernel-space, are only available to modules using the GPL license.
>
> --
> Gilles.
--
Ross Williamson
Research Scientist - Sub-mm Group
California Institute of Technology
626-395-2647 (office)
312-504-3051 (Cell)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-05-03 18:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-03 18:20 [Xenomai] Problems with xnintr_enable xnintr_disable Ross Williamson
2013-05-03 18:29 ` Gilles Chanteperdrix
2013-05-03 18:38 ` Ross Williamson
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.