Searched hist:"3 f40f5b2a22110754ce469f5722bade8aeb241e5" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/tty/ |
H A D | tty_port.c | diff 3f40f5b2a22110754ce469f5722bade8aeb241e5 Wed Nov 05 11:40:05 CST 2014 Peter Hurley <peter@hurleysoftware.com> tty: Flush tty buffers after hardware shutdown
The line discipline buffer and the tty buffers must be flushed again after hardware shutdown; otherwise, a brief window exists between the ldisc flush in tty_port_close_start() and the subsequent tty_port_shutdown(), during which more data could be received into the tty buffers. A racing open might then be able to receive data from the previous session.
Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|