tty: n_gsm: fix malformed counter for out of frame data
authorDaniel Starke <daniel.starke@siemens.com>
Thu, 14 Apr 2022 09:42:12 +0000 (02:42 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 May 2022 10:14:56 +0000 (12:14 +0200)
commit02d2f29e83b4428186518a57ec74fc63b83a9814
treee99e081db16a9cba562f46d2cd4f73ecd2d06b49
parent478574e54f79c29cc25bf90c8e980075e1f07cf7
tty: n_gsm: fix malformed counter for out of frame data

commit a24b4b2f660b7ddf3f484b37600bba382cb28a9d upstream.

The gsm_mux field 'malformed' represents the number of malformed frames
received. However, gsm1_receive() also increases this counter for any out
of frame byte.
Fix this by ignoring out of frame data for the malformed counter.

Fixes: e1eaea46bb40 ("tty: n_gsm line discipline")
Cc: stable@vger.kernel.org
Signed-off-by: Daniel Starke <daniel.starke@siemens.com>
Link: https://lore.kernel.org/r/20220414094225.4527-7-daniel.starke@siemens.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_gsm.c