On Wednesday, April 24, 2013 11:41 AM I wrote:
> Here I present the conversion of everthing that is required to provide
> the equivalent of g_cdc.ko with configfs.
> 
> A branch will be available here (from 24th April 2013, afternoon UTC):
> git://git.infradead.org/users/kmpark/linux-samsung usb-gadget-configfs

<snip>

@Felipe: please _DO NOT_ take this series. After some more testing
I discovered a bug. It is related to delaying registering a network
interface until gadget's bind. Before the mentioned change a network
interface was registered at the moment its corresponding usb function's
directory was created, so it happened exactly once for each interface.
After the change it is registered at function's bind and if a function
happens to be used across several configurations, its network interface
will be registered more than once which results in kernel BUG at
net/core/dev.c:5143.

I will post a corrected v2 series soon.

Andrzej


--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to