diff options
author | Daniel Starke <[email protected]> | 2022-07-01 08:16:47 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-07-01 10:07:26 +0200 |
commit | c568f7086c6e771c77aad13d727c70ef70e07243 (patch) | |
tree | 2ddebe29b04934b5f16918615814931196b29750 /scripts/gdb/linux/lists.py | |
parent | 556fc8ac06513cced381588d6d58c184d95cc4fe (diff) |
tty: n_gsm: fix missing timer to handle stalled links
The current implementation does not handle the situation that no data is in
the internal queue and needs to be sent out while the user tty fifo is
full.
Add a timer that moves more data from user tty down to the internal queue
which is then serialized on the ldisc. This timer is triggered if no data
was moved from a user tty to the internal queue within 10 * T1.
Fixes: e1eaea46bb40 ("tty: n_gsm line discipline")
Signed-off-by: Daniel Starke <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions