kernel-ark/arch/um
Jeff Dike 14d9ead05e [PATCH] uml: balance list_add and list_del in the network driver
The network driver added an interface to the "opened" list when it was
configured, not when it was brought up, and removed it when it was taken down.
 A sequence of ifconfig up, ifconfig down, ...  caused it to be removed
multiple times from the list without being added in between, resulting in a
crash.  This patch moves the add to when the interface is brought up.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-02-07 16:12:32 -08:00
..
drivers [PATCH] uml: balance list_add and list_del in the network driver 2006-02-07 16:12:32 -08:00
include [PATCH] uml: avoid "CONFIG_NR_CPUS undeclared" bogus error messages 2006-02-01 08:53:23 -08:00
kernel [PATCH] uml: add debug switch for skas mode 2006-02-07 16:12:32 -08:00
os-Linux [PATCH] uml: close TUN/TAP file descriptors 2006-02-07 16:12:32 -08:00
scripts
sys-i386 [PATCH] uml: compilation fix when MODE_SKAS disabled 2006-02-01 08:53:12 -08:00
sys-ia64
sys-ppc
sys-x86_64
config.release
defconfig
Kconfig
Kconfig.char
Kconfig.debug
Kconfig.i386
Kconfig.net
Kconfig.scsi
Kconfig.x86_64
Makefile [PATCH] uml: comments about libc-conflict guards 2006-02-01 08:53:22 -08:00
Makefile-i386
Makefile-ia64
Makefile-os-Linux
Makefile-ppc
Makefile-skas
Makefile-tt
Makefile-x86_64