From: Johan Hovold Date: Tue, 19 Mar 2013 08:21:20 +0000 (+0100) Subject: USB: mos7840: fix use-after-free in TIOCMIWAIT X-Git-Tag: v3.2.44~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82159cdc841eaf66435eadf6e084f0f2c5791cbe;p=pandora-kernel.git USB: mos7840: fix use-after-free in TIOCMIWAIT commit a14430db686b8e459e1cf070a6ecf391515c9ab9 upstream. Use the port wait queue and make sure to check the serial disconnected flag before accessing private port data after waking up. This is is needed as the private port data (including the wait queue itself) can be gone when waking up after a disconnect. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed