Re: [PATCH] rtc: Make rtc-ds1742 driver hotplug-aware
- From: David Brownell <david-b@xxxxxxxxxxx>
- Date: Fri, 17 Aug 2007 12:50:09 -0700
On Friday 17 August 2007, Kay Sievers wrote:
On Fri, 2007-08-17 at 09:55 -0700, David Brownell wrote:
On Friday 17 August 2007, Kay Sievers wrote:
Again,
"Again"?
We exchanges several mails a few weeks ago after the Debian bug caused
by a modprobe loop.
Which has been fixed for some time now; it was caused by legacy
drivers, which are incapable of hotplugging.
the only sane solution is to provide MODALIAS="platform:<name>"
from the platform bus, and adding the aliases to drivers who support
autoloading. Modalias strings are not free-text strings, they are
required to be prefixed by the subsystem.
If so, then whoever tried to change the usage of module aliases
in that way goofed in several ways. First, by not changing all
the in-kernel uses. Second, by not changing all the out-of-tree
uses in various distros, toolchains, etc. Third, by not even
documenting that change...
Yes, please fix the misuse of MODALIAS.
I'm not the one who's advocating a change here. If you want to
first change/break and then fix things, all of that is up to you.
Please change that stuff, and the bugs which we
are fighting magically go away, because module-init-tools alias
resolving works like it does for every other subsystem in the kernel.
Those bugs would be ... what? "We" haven't observed anything
attributable to this usage, which has been common for years now.
Loops of modprobe by modules requesting itself, you worked around that
in the recent kernel,
Legacy drivers of the "create my own device node" ilk will never
be able to hotplug ... since it's the /sys/device/... node creation
which causes any "find my driver" hotplug event. (Like "i82365".)
That bug has been *FIXED* for some time now, as far as I hear.
And that's based on having looked at several hundred platform
drivers to make sure of it... mostly that's not legacy code, so
it can hotplug just fine.
but that broke other setups.
That's news to me. Of course, the breakage could also be in
those setups ... legacy drivers with legacy setup shouldn't
break, but they don't necessarily obey enough of the rules
that newer tools expect.
And module-init-tools
"blacklist" does not work, because platform uses no alias, but a plain
driver name. That should be fixed, please, please, please...
Module init tools "blacklist" is squirrely, yes ... it
ignores *most* of the names that "modprobe" accepts,
so it can't actually "blacklist" modules from loading.
The ancient "alias modname none" trick still has life.
- Dave
-
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/
- Follow-Ups:
- Re: [PATCH] rtc: Make rtc-ds1742 driver hotplug-aware
- From: Kay Sievers
- Re: [PATCH] rtc: Make rtc-ds1742 driver hotplug-aware
- From: Jan Engelhardt
- Re: [PATCH] rtc: Make rtc-ds1742 driver hotplug-aware
- References:
- Re: [PATCH] rtc: Make rtc-ds1742 driver hotplug-aware
- From: David Brownell
- Re: [PATCH] rtc: Make rtc-ds1742 driver hotplug-aware
- From: David Brownell
- Re: [PATCH] rtc: Make rtc-ds1742 driver hotplug-aware
- From: Kay Sievers
- Re: [PATCH] rtc: Make rtc-ds1742 driver hotplug-aware
- Prev by Date: Re: [PATCH 0/24] make atomic_read() behave consistently across all architectures
- Next by Date: Re: SVr4/SVID/SUS IPC conformance
- Previous by thread: Re: [PATCH] rtc: Make rtc-ds1742 driver hotplug-aware
- Next by thread: Re: [PATCH] rtc: Make rtc-ds1742 driver hotplug-aware
- Index(es):
Relevant Pages
|