]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: cdc-acm: don't unlock acm->mutex on error path
authorAlexey Dobriyan <adobriyan@gmail.com>
Fri, 22 Aug 2008 17:40:10 +0000 (17:40 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 8 Sep 2008 11:44:17 +0000 (04:44 -0700)
commit13f3b97af2f88fab1e36adbc6372b184315fdda3
treec382f4b0bdfbb61130a0269443b41585bc78c8b6
parent5d70bbc8780b474371b555cd6eeaaafdea82efe9
USB: cdc-acm: don't unlock acm->mutex on error path

commit 74573ee7096a4ffc2f098108d21c85801b9c7434 upstream

On Wed, Jul 23, 2008 at 03:52:36PM +0300, Andrei Popa wrote:
> I installed gnokii-0.6.22-r2 and gave the command "gnokii --identify"
> and the kernel oopsed:
>
> BUG: unable to handle kernel NULL pointer dereference at 00000458
> IP: [<c0444b52>] mutex_unlock+0x0/0xb
>  [<c03830ae>] acm_tty_open+0x4c/0x214

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Tested-by: Andrei Popa <andrei.popa@i-neo.ro>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/class/cdc-acm.c