]> git.baikalelectronics.ru Git - kernel.git/commit
usb: gadget: mv_u3d_core: fix violation of locking discipline in mv_u3d_ep_disable()
authorAlexey Khoroshilov <khoroshilov@ispras.ru>
Tue, 23 Jul 2013 20:20:17 +0000 (00:20 +0400)
committerFelipe Balbi <balbi@ti.com>
Tue, 17 Sep 2013 15:38:48 +0000 (10:38 -0500)
commitd7e3824b3af755382ca21c9ccf9a391c3844593d
tree7af474c2118894f586b67aebd494fa3d216e844f
parent8d77f31568220a8293f2e30959e7772efe92c198
usb: gadget: mv_u3d_core: fix violation of locking discipline in mv_u3d_ep_disable()

mv_u3d_nuke() expects to be calles with ep->u3d->lock held,
because mv_u3d_done() does. But mv_u3d_ep_disable() calls it
without lock that can lead to unpleasant consequences.

Found by Linux Driver Verification project (linuxtesting.org).

Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/mv_u3d_core.c