On Friday 04 April 2008 02:14:44 Randy Dunlap wrote:
I agree with Randy; it has some appeal, but it's not a killer feature.
We already do the reverse: sysfs exposed parameters are the same for modules
and builtins. If they're modifiable (most aren't), you don't have to care
whether it's a module or not.
But there are also minor downsides. The first is that we currently warn about
unused parameters (at least those containing '.'). We'd have to come up with
something cleverer if we want to warn only about parameters which cannot be
used by modules (ie. do it in userspace).
The second is that users might be surprised when they take
the 'usbcore.blinkenlights' line out of their modprobe config file and it
still applies. Most users use everything-is-a-module distributions.
Finally, it would be logical to take all the module parameters and autogen
them into the kernel commandline, but it will soon hit cmdline limits (hmm,
actually on my Ubuntu Hardy system here I think I'd be OK).
Cheers,
Rusty.
--