Merge tag 'tty-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 Dec 2021 21:23:55 +0000 (13:23 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 Dec 2021 21:23:55 +0000 (13:23 -0800)
commit3f667b5d4053ad54aee13dab5c94f04ff75ddfdf
treead9c3fa5317e9349f7c1c12ad9dfdc53168e8680
parentfb7d0829135a1db9abe9b8a10e42f47d5301861a
parent6c33ff728812aa18792afffaf2c9873b898e7512
Merge tag 'tty-5.16-rc6' of git://git./linux/kernel/git/gregkh/tty

Pull tty/serial fixes from Greg KH:
 "Here are two 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"

* tag 'tty-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
  serial: 8250_fintek: Fix garbled text for console
  tty: n_hdlc: make n_hdlc_tty_wakeup() asynchronous