public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* mod filenames != modnames? (inconsistent name changing)
@ 2013-06-12  0:14 Linda Walsh
  2013-06-16  5:35 ` Rusty Russell
  0 siblings, 1 reply; 2+ messages in thread
From: Linda Walsh @ 2013-06-12  0:14 UTC (permalink / raw)
  To: Linux-Kernel

Should we have any expectation that a module name and it's filename
should be equivalent?

I was writing an auto-complete script for modprobe so it wouldn't give
me the option to double load a module (I'd have to manually type it in if
I really wanted it).

Trouble is some modules with names w/underscores ('_') change
register their names with a 'dash'.

Would it be too much trouble to ask that the same names be used in
both places?

I have about 30 modules loaded now and out of that list,
2 are name changes:

acpi_cpufreq  (filename acip-cpufreq.ko)
kvm_intel     (filename kvm-intel.ko)

If I load a bunch more... I find more that change names.

Could the naming in the modules that do this be made consistent?

Not doing so makes automatically tying a mod-name to it's file
tend toward being non-deterministic.

Many modules use '-' or '_' without being confused.
It would be helpful if the few confused modules could
get their identity straight.  Is there a problem with
making these names consistent?




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-16  5:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-12  0:14 mod filenames != modnames? (inconsistent name changing) Linda Walsh
2013-06-16  5:35 ` Rusty Russell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox