* 2.6.29.1 to 2.6.30rc1 upgrade breaks my hotplug (and how I fixed it)
@ 2009-04-08 15:00 Edwin van den Oetelaar (via gmail.com)
0 siblings, 0 replies; only message in thread
From: Edwin van den Oetelaar (via gmail.com) @ 2009-04-08 15:00 UTC (permalink / raw)
To: Kernel Testers List
Someone changed
/lib/kobject_uevent.c
To do stuff more parallel,
@@ -248,7 +258,7 @@
goto exit;
retval = call_usermodehelper(argv[0], argv,
- env->envp, UMH_WAIT_EXEC);
+ env->envp, UMH_NO_WAIT);
}
This breaks my hotplug, it only gets called once about every 500 events.
Changing UMH_NO_WAIT back to UMH_WAIT_EXEC again fixed my hotplug problems.
I used i686 kernel with /sbin/mdev handler (busybox system)
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
Best regards,
Edwin van den Oetelaar (Netherlands)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-08 15:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-08 15:00 2.6.29.1 to 2.6.30rc1 upgrade breaks my hotplug (and how I fixed it) Edwin van den Oetelaar (via gmail.com)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).