[PATCH v2 3/3] tty: n_gsm: Fix waking up upper tty layer when room available

2020-05-18 Thread Gregory CLEMENT
Warn the upper layer when n_gms is ready to receive data again. Without this the associated virtual tty remains blocked indefinitely. Fixes: e1eaea46bb40 ("tty: n_gsm line discipline") Signed-off-by: Gregory CLEMENT --- drivers/tty/n_gsm.c | 26 ++ 1 file changed, 22 inse

Re: [PATCH v2 3/3] tty: n_gsm: Fix waking up upper tty layer when room available

2020-05-18 Thread Gregory CLEMENT
Hi Jiri, > On 12. 05. 20, 13:53, Gregory CLEMENT wrote: >> Warn the upper layer when n_gms is ready to receive data >> again. Without this the associated virtual tty remains blocked >> indefinitely. >> >> Fixes: e1eaea46bb40 ("tty: n_gsm line discipline") >> Signed-off-by: Gregory CLEMENT >> ---

Re: [PATCH v2 3/3] tty: n_gsm: Fix waking up upper tty layer when room available

2020-05-17 Thread Jiri Slaby
On 12. 05. 20, 13:53, Gregory CLEMENT wrote: > Warn the upper layer when n_gms is ready to receive data > again. Without this the associated virtual tty remains blocked > indefinitely. > > Fixes: e1eaea46bb40 ("tty: n_gsm line discipline") > Signed-off-by: Gregory CLEMENT > --- > drivers/tty/n_g

[PATCH v2 3/3] tty: n_gsm: Fix waking up upper tty layer when room available

2020-05-12 Thread Gregory CLEMENT
Warn the upper layer when n_gms is ready to receive data again. Without this the associated virtual tty remains blocked indefinitely. Fixes: e1eaea46bb40 ("tty: n_gsm line discipline") Signed-off-by: Gregory CLEMENT --- drivers/tty/n_gsm.c | 26 ++ 1 file changed, 22 inse