aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorJiri Slaby <[email protected]>2021-11-18 08:31:09 +0100
committerGreg Kroah-Hartman <[email protected]>2021-11-25 18:33:21 +0100
commit274ab58dc2b460cc474ffc7ccfcede4b2be1a3f5 (patch)
treefbac3a27afca9de2a87acffde069854766b6161e /tools/perf/scripts/python/syscall-counts.py
parent568a2b9c1289dc090019d727b9af2285bc637353 (diff)
mxser: keep only !tty test in ISR
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions