alistair23-linux/net/core
Eric W. Biederman 927498217c [PATCH] net: Ignore sysfs network device rename bugs.
The generic networking code ensures that no two networking devices
have the same name, so  there is no time except when sysfs has
implementation bugs that device_rename when called from
dev_change_name will fail.

The current error handling for errors from device_rename in
dev_change_name is wrong and results in an unusable and unrecoverable
network device if device_rename is happens to return an error.

This patch removes the buggy error handling.  Which confines the mess
when device_rename hits a problem to sysfs, instead of propagating it
the rest of the network stack.  Making linux a little more robust.

Without this patch you can observe what happens when sysfs has a bug
when CONFIG_SYSFS_DEPRECATED is not set and you attempt to rename
a real network device to a name like (broken_parity_status, device,
modalias, power, resource2, subsystem_vendor, class,  driver, irq,
msi_bus, resource, subsystem, uevent, config, enable, local_cpus,
numa_node, resource0, subsystem_device, vendor)

Greg has a patch that fixes the sysfs bugs but he doesn't trust it
for a 2.6.21 timeframe.  This patch which just ignores errors should
be safe and it keeps the system from going completely wacky.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-04-04 08:51:52 -07:00
..
datagram.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
dev.c [PATCH] net: Ignore sysfs network device rename bugs. 2007-04-04 08:51:52 -07:00
dev_mcast.c [PATCH] remove many unneeded #includes of sched.h 2007-02-14 08:09:54 -08:00
dst.c [PATCH] remove many unneeded #includes of sched.h 2007-02-14 08:09:54 -08:00
ethtool.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
fib_rules.c [NET]: Change "not found" return value for rule lookup 2007-04-02 13:30:51 -07:00
filter.c [PATCH] remove many unneeded #includes of sched.h 2007-02-14 08:09:54 -08:00
flow.c [IPSEC] flow: Fix potential memory leak 2007-01-23 20:25:39 -08:00
gen_estimator.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
gen_stats.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
iovec.c [PATCH] remove many unneeded #includes of sched.h 2007-02-14 08:09:54 -08:00
kmap_skb.h [PATCH] severing skbuff.h -> highmem.h 2006-12-04 02:00:29 -05:00
link_watch.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
Makefile [NET]: The scheduled removal of the frame diverter. 2006-12-02 21:22:23 -08:00
neighbour.c [NET]: Fix neighbour destructor handling. 2007-03-25 18:48:01 -07:00
net-sysfs.c Merge branch 'gfar' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into upstream 2007-02-17 15:09:59 -05:00
netevent.c [NET]: Network Event Notifier Mechanism. 2006-08-02 13:38:20 -07:00
netpoll.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
pktgen.c [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
request_sock.c [NET]: Size listen hash tables using backlog hint 2006-12-02 21:21:44 -08:00
rtnetlink.c [PATCH] WE-22 : prevent information leak on 64 bit 2007-03-27 14:10:26 -04:00
scm.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
skbuff.c [IFB]: Fix crash on input device removal 2007-03-29 11:46:52 -07:00
sock.c [NET]: fix up misplaced inlines. 2007-03-22 12:27:49 -07:00
stream.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
sysctl_net_core.c [NET]: The scheduled removal of the frame diverter. 2006-12-02 21:22:23 -08:00
user_dma.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
utils.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
wireless.c [PATCH] WE-22 : prevent information leak on 64 bit 2007-03-27 14:10:26 -04:00