Custom Query (4799 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 4799)

Ticket Resolution Summary Owner Reporter
#1772 fixed New wait_for_sysfs rules for linux-2.6.16 archaic@… alexander@…
Description

Instead of the current 10-wait_for_sysfs.rules file, the etc/udev/05-udev-early.rules file should be copied from the udev tarball, because the old net rule is no longer relevant. Also, either the kernel patch pasted below should be applied (strongly preferred), or this rule added:

ACTION=="add", SUBSYSTEM=="net", WAIT_FOR_SYSFS="device/driver"

WARNING: this rule spins needlessly with virtual devices. Kernel patch that makes the net rule above unneeded:

--- orig/net/core/dev.c
+++ new/net/core/dev.c
@@ -2932,11 +2932,11 @@

              switch(dev->reg_state) {
              case NETREG_REGISTERING:
+                       dev->reg_state = NETREG_REGISTERED;
                      err = netdev_register_sysfs(dev);
                      if (err)
                              printk(KERN_ERR "%s: failed sysfs registration (%d)\n",
                                     dev->name, err);
-                       dev->reg_state = NETREG_REGISTERED;
                      break;

              case NETREG_UNREGISTERING: 
#1776 fixed linux-2.6.16.11 archaic@… archaic@…
Description

Version increment.

#1777 fixed tcl-8.4.13 archaic@… Matthew Burgess
Description

Version increment.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.