Re: [PATCH] zd1211rw, fix oops when ejecting install media

2007-10-16 Thread Daniel Drake
Marc Pignat wrote: Hi all! On Monday 15 October 2007, Daniel Drake wrote: ... Acked-by: Daniel Drake <[EMAIL PROTECTED]> Is there any hope to apply this to 2.6.23.2, as this is a regression fix? Yes, already planned, it just has to go upstream first. Thanks, Daniel - To unsubscribe from

Re: [PATCH] zd1211rw, fix oops when ejecting install media

2007-10-16 Thread Marc Pignat
Hi all! On Monday 15 October 2007, Daniel Drake wrote: ... > Acked-by: Daniel Drake <[EMAIL PROTECTED]> Is there any hope to apply this to 2.6.23.2, as this is a regression fix? Regards Marc - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH] zd1211rw, fix oops when ejecting install media

2007-10-16 Thread Marc Pignat
Hi all! On Monday 15 October 2007, Daniel Drake wrote: ... Acked-by: Daniel Drake [EMAIL PROTECTED] Is there any hope to apply this to 2.6.23.2, as this is a regression fix? Regards Marc - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

Re: [PATCH] zd1211rw, fix oops when ejecting install media

2007-10-16 Thread Daniel Drake
Marc Pignat wrote: Hi all! On Monday 15 October 2007, Daniel Drake wrote: ... Acked-by: Daniel Drake [EMAIL PROTECTED] Is there any hope to apply this to 2.6.23.2, as this is a regression fix? Yes, already planned, it just has to go upstream first. Thanks, Daniel - To unsubscribe from

Re: [PATCH] zd1211rw, fix oops when ejecting install media

2007-10-15 Thread Daniel Drake
Marc Pignat wrote: The disconnect function can dereference the net_device structure before it is allocated. This is the case when ejecting the device installer. Signed-off-by: Marc Pignat <[EMAIL PROTECTED]> s/before it is allocated/when it is never allocated/ Acked-by: Daniel Drake <[EMAIL

[PATCH] zd1211rw, fix oops when ejecting install media

2007-10-15 Thread Marc Pignat
The disconnect function can dereference the net_device structure before it is allocated. This is the case when ejecting the device installer. Signed-off-by: Marc Pignat <[EMAIL PROTECTED]> --- Hello! Patch against 2.6.23. This patch fixes the bug I've submitted to linux-wireless friday in the

[PATCH] zd1211rw, fix oops when ejecting install media

2007-10-15 Thread Marc Pignat
The disconnect function can dereference the net_device structure before it is allocated. This is the case when ejecting the device installer. Signed-off-by: Marc Pignat [EMAIL PROTECTED] --- Hello! Patch against 2.6.23. This patch fixes the bug I've submitted to linux-wireless friday in the

Re: [PATCH] zd1211rw, fix oops when ejecting install media

2007-10-15 Thread Daniel Drake
Marc Pignat wrote: The disconnect function can dereference the net_device structure before it is allocated. This is the case when ejecting the device installer. Signed-off-by: Marc Pignat [EMAIL PROTECTED] s/before it is allocated/when it is never allocated/ Acked-by: Daniel Drake [EMAIL