Re: [PATCH -net-2.6.19] net/*: don't panic

2006-08-29 Thread David Miller
From: Alexey Dobriyan <[EMAIL PROTECTED]> Date: Tue, 29 Aug 2006 07:50:43 +0400 > IPv6 can be modular and panicking on module loading is the last thing > you want. > > Two SLAB_PANIC cases converted to error propagating as well as one > panic() call. > > Signed-off-by: Alexey Dobriyan <[EMAIL PR

[PATCH -net-2.6.19] net/*: don't panic

2006-08-28 Thread Alexey Dobriyan
IPv6 can be modular and panicking on module loading is the last thing you want. Two SLAB_PANIC cases converted to error propagating as well as one panic() call. Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- I recall release is near, so error handling continues to suck. It needs big re