Re: GPLONLY kernel symbols???

pierre@lineo.com
Wed, 17 Oct 2001 13:18:07 -0700


Gerhard Mack wrote:
> > Then do not output such a message. This is not
> > M$ windows.
> >
> And how do you expect them to find all of the
> modules that don't have MODULE_LICENCE if they
> can't see an indicator in the boot messages?

The kernel doesn't actually do anything with the
"tainted" flag, insmod does. So you have to compile
things as module and insmod them, and insmod will
dump a message if the MODULE_LICENSE thing isn't
in the module. If you compile things inside the
kernel instead of modules, you will see nothing and
/proc/sys/kernel/tainted will contain 0, which
is wrong.

--------------------------------------
Pierre-Philippe Coupard
Senior Software Engineer, Lineo, Inc.
(801) 426-5001 x 208
--------------------------------------
-
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/