From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <51840209.8010708@xenomai.org> Date: Fri, 03 May 2013 20:29:29 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] Problems with xnintr_enable xnintr_disable List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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.