Re: [RFC] add kobject to struct module

From: Mike Fedyk
Date: Wed Sep 10 2003 - 19:06:23 EST


On Wed, Sep 10, 2003 at 04:45:38PM -0700, Greg KH wrote:
> To quote from include/linux/moduleparam.h:
> /* This is the fundamental function for registering boot/module
> parameters. perm sets the visibility in driverfs: 000 means it's
> not there, read bits mean it's readable, write bits mean it's
> writable. */

Any chance to make it always visible and read-only by default with the
option of making it writable?

Exposing the module options would be very helpful.

Also showing its read/write in the sysfs directory listing would be great.
(if it doesn't already do that).

Any chance the parameter defaults (if they're not hard coded...) could be
exposed even if they're not given to the module on the command line? (wish
list...)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/