Re: [PATCH 1/2] isdn/gigaset: reset tty->receive_room when attaching ser_gigaset

2015-07-14 Thread Paul Bolle
On di, 2015-07-14 at 01:58 +0200, Tilman Schmidt wrote: > Am 14.07.2015 um 01:14 schrieb Peter Hurley: > > That commit didn't cause the problem; it was a bug all along. > > Sure. That's why it is correctly fixed in the Gigaset driver. > But before that commit the bug was never actually triggered.

Re: [PATCH 1/2] isdn/gigaset: reset tty->receive_room when attaching ser_gigaset

2015-07-14 Thread Sergei Shtylyov
Hello. On 7/14/2015 1:37 AM, Tilman Schmidt wrote: Commit 79901317ce80 ("n_tty: Don't flush buffer when closing ldisc"), first merged in kernel release 3.10, caused the following regression in the Gigaset M101 driver: Before that commit, when closing the N_TTY line discipline in preparation

Re: [PATCH 1/2] isdn/gigaset: reset tty->receive_room when attaching ser_gigaset

2015-07-13 Thread Tilman Schmidt
Am 14.07.2015 um 01:14 schrieb Peter Hurley: > On 07/13/2015 06:37 PM, Tilman Schmidt wrote: >> Commit 79901317ce80 ("n_tty: Don't flush buffer when closing ldisc"), >> first merged in kernel release 3.10, caused the following regression >> in the Gigaset M101 driver: >> >> Before that commit, when

[PATCH 1/2] isdn/gigaset: reset tty->receive_room when attaching ser_gigaset

2015-07-13 Thread Tilman Schmidt
Commit 79901317ce80 ("n_tty: Don't flush buffer when closing ldisc"), first merged in kernel release 3.10, caused the following regression in the Gigaset M101 driver: Before that commit, when closing the N_TTY line discipline in preparation to switching to N_GIGASET_M101, receive_room would be res

Re: [PATCH 1/2] isdn/gigaset: reset tty->receive_room when attaching ser_gigaset

2015-07-13 Thread Peter Hurley
On 07/13/2015 06:37 PM, Tilman Schmidt wrote: > Commit 79901317ce80 ("n_tty: Don't flush buffer when closing ldisc"), > first merged in kernel release 3.10, caused the following regression > in the Gigaset M101 driver: > > Before that commit, when closing the N_TTY line discipline in > preparation