USB: serial: fix hang when opening port
authorMing Lei <[email protected]>
Tue, 26 Mar 2013 02:49:55 +0000 (10:49 +0800)
committerGreg Kroah-Hartman <[email protected]>
Tue, 26 Mar 2013 16:28:29 +0000 (09:28 -0700)
commiteba0e3c3a0ba7b96f01cbe997680f6a4401a0bfc
treebf66256c3bf09f98ddc8e0c5f935f65035993f98
parent85ecd0322b9a1a9f451d9150e9460ab42fd17219
USB: serial: fix hang when opening port

Johan's 'fix use-after-free in TIOCMIWAIT' patchset[1] introduces
one bug which can cause kernel hang when opening port.

This patch initialized the 'port->delta_msr_wait' waitqueue head
to fix the bug which is introduced in 3.9-rc4.

[1], http://marc.info/?l=linux-usb&m=136368139627876&w=2

Cc: stable <[email protected]>
Signed-off-by: Ming Lei <[email protected]>
Acked-by: Johan Hovold <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/serial/usb-serial.c