[GIT PULL] TTY/Serial driver fixes for 5.16-rc6

From: Greg KH
Date: Sat Dec 18 2021 - 11:59:10 EST


The following changes since commit 0fcfb00b28c0b7884635dacf38e46d60bf3d4eb1:

Linux 5.16-rc4 (2021-12-05 14:08:22 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-5.16-rc6

for you to fetch changes up to 6c33ff728812aa18792afffaf2c9873b898e7512:

serial: 8250_fintek: Fix garbled text for console (2021-12-15 21:51:07 +0100)

----------------------------------------------------------------
TTY/Serial fixes for 5.16-rc6

Here are 2 small tty/serial fixes for 5.16-rc6. They include:
- n_hdlc fix for syzbot reported problem that you were
previously copied on.
- 8250_fintek driver fix that resolved a console problem by
removing a previous change.

Both have been in linux-next with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Ji-Ze Hong (Peter Hong) (1):
serial: 8250_fintek: Fix garbled text for console

Tetsuo Handa (1):
tty: n_hdlc: make n_hdlc_tty_wakeup() asynchronous

drivers/tty/n_hdlc.c | 23 ++++++++++++++++++++++-
drivers/tty/serial/8250/8250_fintek.c | 20 --------------------
2 files changed, 22 insertions(+), 21 deletions(-)