David Woodhouse <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] said:
> >  The best solution is to have a stub which is always resident that
> > does the inc/dec of the module count.  This stub can reserve the
> > syscall number as well. 
> 
> _Please_ don't have a stub in the kernel which is conditionally compiled 
> according to the value of a _MODULE option. 

I have to admit, the thought hadn't occurred to me to do that. It almost
sounds like a good idea... after all the stub can't be used if no modules can
be loaded. Are you thinking, then, that the stub can't be used by compiled in
(ie non-module) code? Or am I misunderstanding what you mean?

David Howells
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to