Re: [PATCH] USB: gadget: fix ethernet gadget crash in gether_setup

From: David Miller
Date: Thu Oct 28 2010 - 13:31:50 EST


From: Dmitry Artamonow <mad_soft@xxxxxxxx>
Date: Thu, 28 Oct 2010 12:18:29 +0400

> Crash is triggered by commit e6484930d7 ("net: allocate tx queues in
> register_netdevice"), which moved tx netqueue creation into register_netdev.
> So now calling netif_stop_queue() before register_netdev causes an oops.
> Move netif_stop_queue() after net device registration to fix crash.
>
> Signed-off-by: Dmitry Artamonow <mad_soft@xxxxxxxx>

Applied, thank you.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/