Re: no version magic, tainting kernel.

Sam Ravnborg (sam@ravnborg.org)
Thu, 23 Jan 2003 17:52:56 +0100


On Thu, Jan 23, 2003 at 02:59:22PM +0100, Thomas Schlichter wrote:
> Hi,
>
> I have writen a small kernel module and it works perfectly, but currently (I
> think it just begun with 2.5.59) I get the warning above when the module is
> inserted. Now I am just interested what I have to change so this message
> won't appear anymore...
>
> Thank you much!
>
> Thomas Schlichter
>
> P.S.: If my Makefile or source will help I'll give it to you...
What command did you use to build your module?
If you did no use:
make -C path/to/kernel/src SUBDIRS=$PWD modules

chances are big you did not compile the module correct.
This requires the Makefile to look like any other kernel (kbuild) makefile.

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