diff options
author | Jiri Slaby <jslaby@suse.cz> | 2021-11-18 10:31:09 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-27 13:04:30 +0300 |
commit | 93306292b7760a446392b7f2a24d260224e204b5 (patch) | |
tree | 4d62047ad69a6ff642b1d895d6e9890e2c371174 /usr | |
parent | 405856460d3e7aefb7c1aef047ec88fc4ef2e2a5 (diff) | |
download | linux-93306292b7760a446392b7f2a24d260224e204b5.tar.xz |
mxser: keep only !tty test in ISR
[ Upstream commit 274ab58dc2b460cc474ffc7ccfcede4b2be1a3f5 ]
The others are superfluous with tty refcounting in place now. And they
are racy in fact:
* tty_port_initialized() reports false for a small moment after
interrupts are enabled.
* closing is 1 while the port is still alive.
The queues are flushed later during close anyway. So there is no need
for this special handling. Actually, the ISR should not flush the
queues. It should behave as every other driver, just queue the chars
into tty buffer and go on. But this will be changed later. There is
still a lot code depending on having tty in ISR (and not only tty_port).
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20211118073125.12283-4-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions