From: Peter Hurley Date: Wed, 5 Nov 2014 17:13:07 +0000 (-0500) Subject: tty: Fix hung task on pty hangup X-Git-Tag: omap-for-v3.20/drop-legacy-3517~83^2~170 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fae76e9adfa450f4c2dd5773265eb3c811a9c484;p=pandora-kernel.git tty: Fix hung task on pty hangup When hanging up one end of a pty pair, there may be waiting readers/writers on the other end which may not exit, preventing tty_ldisc_lock_pair() from acquiring the other side's ldisc lock. Only acquire this side's ldisc lock; although this will no longer prevent the other side from writing new input, that input will not be processing until after the ldisc hangup is complete. Reported-by: Sasha Levin Reviewed-by: Alan Cox Signed-off-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed