http://bugzilla.kernel.org/show_bug.cgi?id=14669





--- Comment #29 from Raffaello D. Di Napoli <[email protected]>  2010-01-26 
10:30:46 ---
Created an attachment (id=24716)
 --> (http://bugzilla.kernel.org/attachment.cgi?id=24716)
dmesg 2.6.32.3 (acpi=on, initcall_debug, with proposed patch #24712)

Done. I had a hunk rejected, weird. This is the diff, after I hand-applied the
hunk:
_____
--- drivers/base/core.c.wo-hunk3    2010-01-26 10:22:40.283310267 +0100
+++ drivers/base/core.c    2010-01-26 10:29:25.868306904 +0100
@@ -907,8 +907,11 @@
         dev->init_name = NULL;
     }

-    if (!dev_name(dev))
+    printk("Rui: in device_add2\n");
+    if (!dev_name(dev)) {
+        error = -EINVAL;
         goto name_error;
+    }

     pr_debug("device: '%s': %s\n", dev_name(dev), __func__);

_____

Anyway, back to the .2 seconds delay, I attached the dmesg. Which, by the way,
required me to enlarge the kernel log size :)
Now I hope it’s more clear to you what happens. This is the spot:

[    0.549335] Rui: in device_add4
[    0.749050] Rui: in device_add5

Same delay for every occurrence of device_add4 to device_add5.

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to