public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* module
@ 2001-08-27 22:51 sacx
  2001-08-27 16:04 ` module John Levon
  2001-08-27 23:17 ` module Keith Owens
  0 siblings, 2 replies; 4+ messages in thread
From: sacx @ 2001-08-27 22:51 UTC (permalink / raw)
  To: linux-kernel

Hi,

	I'm trying to comunicate some parameters from kernel to a module.
	I define a new function somwhere in kernel and after rebuilding
the version of my function is something like :

c027b7f0 function_R__ver_function (# cat /proc/ksyms | grep function)
(somewhere in *.ver files I can see the correct version)
And if I want to insert my module in kernel I get an error :
func.o: unresolved symbol function (because of the wrong function version)

Something is wrong, but I don't know what ...

You can help me ?

Best Regards
Adrian Stanila

P.S. I'm a newbie in kernel hacking and I don't want to disturb you but
if you can help me ... please answer to my email :)))



^ permalink raw reply	[flat|nested] 4+ messages in thread
* Module
@ 2001-01-08 11:57 Sourav Sen
  0 siblings, 0 replies; 4+ messages in thread
From: Sourav Sen @ 2001-01-08 11:57 UTC (permalink / raw)
  To: lkml, kernelnewbies


Hi,
	I am facing problems in loading a module under 2.2.16. The actual
kernel is 2.2.14 and it loads in it without any trouble, but when I run my 
unmodified kernel 2.2.16(I only patched the kdb patch with it and
configured with all kernel hacking options on) and try to do a insmod, it
says that it could not find the kernel the module was compiled for. I put
the CONFIG_MODVERSIONS on(ie, included modversions.h) also included the
specific version.h file. (I declared the __NO_VERSION__ before including
module.h so that it does not  include version.h). But still it does not
work. Any idea whats going wrong?

-sourav    
--------------------------------------------------------------------------------
SOURAV SEN    MSc(Engg.) CSA IISc BANGALORE URL : www2.csa.iisc.ernet.in/~sourav 
ROOM NO : N-78      TEL :(080)309-2454(HOSTEL)          (080)309-2906 (COMP LAB) 
--------------------------------------------------------------------------------


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-08-27 23:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-27 22:51 module sacx
2001-08-27 16:04 ` module John Levon
2001-08-27 23:17 ` module Keith Owens
  -- strict thread matches above, loose matches on Subject: below --
2001-01-08 11:57 Module Sourav Sen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox