Re: [PATCH] Fix rose.ko oops on unload

2007-10-07 Thread David Miller
From: Alexey Dobriyan <[EMAIL PROTECTED]> Date: Wed, 3 Oct 2007 22:54:13 +0400 > Quick'n'dirty fix to 100% oops on "rmmod rose". Do you want me to > properly unwind everything before .24? Patch applied, thanks Alexey. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body

Re: [PATCH] Fix rose.ko oops on unload

2007-10-03 Thread Alexey Dobriyan
On Wed, Oct 03, 2007 at 03:04:20PM -0400, Jeff Garzik wrote: > Alexey Dobriyan wrote: > >Quick'n'dirty fix to 100% oops on "rmmod rose". Do you want me to > >properly unwind everything before .24? > >--- > >Commit a3d384029aa304f8f3f5355d35f0ae274454f7cd aka > >"[AX.25]: Fix unchecked rose_

Re: [PATCH] Fix rose.ko oops on unload

2007-10-03 Thread Jeff Garzik
Alexey Dobriyan wrote: Quick'n'dirty fix to 100% oops on "rmmod rose". Do you want me to properly unwind everything before .24? --- Commit a3d384029aa304f8f3f5355d35f0ae274454f7cd aka "[AX.25]: Fix unchecked rose_add_loopback_neigh uses" transformed rose_loopback_neigh var into statically

[PATCH] Fix rose.ko oops on unload

2007-10-03 Thread Alexey Dobriyan
Quick'n'dirty fix to 100% oops on "rmmod rose". Do you want me to properly unwind everything before .24? --- Commit a3d384029aa304f8f3f5355d35f0ae274454f7cd aka "[AX.25]: Fix unchecked rose_add_loopback_neigh uses" transformed rose_loopback_neigh var into statically allocated one. However,