search for: bridge_list

Displaying 4 results from an estimated 4 matches for "bridge_list".

2007 Apr 18
2
[Bridge] bridge_list orphans in linux-2.4
...phaned from the bridge module. Specifically ifconfig ourbridgename shows that the device "ourbridgename" is known to the kernel, but brctl show does not list "ourbridgename". I've looked through the bridge module and it seems that the most likely explanation is that bridge_list in br_if.c has become corrupted, causing the bridge called "ourbridgename" to become orphaned. I cannot see how this would happen, however, since bridge_list is only ever referenced under the ioctl_mutex. I should also point out that br_del_bridge() is not called by our application. I...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...ault: - warn("notify_handler: unknown event type 0x%x for %s\n", type, objname); + pr_warn("notify_handler: unknown event type 0x%x for %s\n", + type, objname); break; } } @@ -1352,9 +1354,9 @@ int __init acpiphp_get_num_slots(void) list_for_each_entry(bridge, &bridge_list, list) { dbg("Bus %04x:%02x has %d slot%s\n", - pci_domain_nr(bridge->pci_bus), - bridge->pci_bus->number, bridge->nr_slots, - bridge->nr_slots == 1 ? "" : "s"); + pci_domain_nr(bridge->pci_bus), + bridge->pci_bus->number,...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...ault: - warn("notify_handler: unknown event type 0x%x for %s\n", type, objname); + pr_warn("notify_handler: unknown event type 0x%x for %s\n", + type, objname); break; } } @@ -1352,9 +1354,9 @@ int __init acpiphp_get_num_slots(void) list_for_each_entry(bridge, &bridge_list, list) { dbg("Bus %04x:%02x has %d slot%s\n", - pci_domain_nr(bridge->pci_bus), - bridge->pci_bus->number, bridge->nr_slots, - bridge->nr_slots == 1 ? "" : "s"); + pci_domain_nr(bridge->pci_bus), + bridge->pci_bus->number,...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...ault: - warn("notify_handler: unknown event type 0x%x for %s\n", type, objname); + pr_warn("notify_handler: unknown event type 0x%x for %s\n", + type, objname); break; } } @@ -1352,9 +1354,9 @@ int __init acpiphp_get_num_slots(void) list_for_each_entry(bridge, &bridge_list, list) { dbg("Bus %04x:%02x has %d slot%s\n", - pci_domain_nr(bridge->pci_bus), - bridge->pci_bus->number, bridge->nr_slots, - bridge->nr_slots == 1 ? "" : "s"); + pci_domain_nr(bridge->pci_bus), + bridge->pci_bus->number,...