[GIT PULL] TTY/Serial driver fixes for 5.17-rc6
From: Greg KH
Date: Fri Feb 25 2022 - 08:22:59 EST
The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07:
Linux 5.17-rc4 (2022-02-13 12:13:30 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-5.17-rc6
for you to fetch changes up to eebb0f4e894f1e9577a56b337693d1051dd6ebfd:
sc16is7xx: Fix for incorrect data being transmitted (2022-02-21 19:51:39 +0100)
----------------------------------------------------------------
TTY/Serial driver fixes for 5.17-rc6
Here are some small n_gsm and sc16is7xx serial driver fixes for
5.17-rc6.
The n_gsm fixes are from Siemens as it seems they are using the line
discipline and fixing up a number of issues they found in their testing.
The sc16is7xx serial driver fix is for a reported problem with that
chip.
All of these have been in linux-next with no reported problems.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Phil Elwell (1):
sc16is7xx: Fix for incorrect data being transmitted
daniel.starke@xxxxxxxxxxx (7):
tty: n_gsm: fix encoding of control signal octet bit DV
tty: n_gsm: fix encoding of command/response bit
tty: n_gsm: fix proper link termination after failed open
tty: n_gsm: fix NULL pointer access due to DLCI release
tty: n_gsm: fix wrong tty control line for flow control
tty: n_gsm: fix wrong modem processing in convergence layer type 2
tty: n_gsm: fix deadlock in gsmtty_open()
drivers/tty/n_gsm.c | 61 +++++++++++++++++++++++++++---------------
drivers/tty/serial/sc16is7xx.c | 3 +++
2 files changed, 42 insertions(+), 22 deletions(-)