commit | 4b41b9539a1e9531f942ededfcdcff372317d2e7 | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Sat Oct 10 20:28:44 2015 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Oct 17 21:30:49 2015 -0700 |
tree | c32d3b6fd91a8a8af7d498400c6ef3fcd73c7496 | |
parent | 1e86b5bf15e2be662df303b7067ac08247713401 [diff] |
tty: Prevent tty teardown during tty_write_message() tty_write_message() allows the caller to directly write to a specific tty. Since the line discipline is bypassed for the direct write, nothing prevents the tty from being torn down after the tty count is checked. Hold the tty lock for the duration of the direct write. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>