]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitac85aed09ef0603b2bd620767420de721210d78f
treead9c3fa5317e9349f7c1c12ad9dfdc53168e8680
parent7d1a007d08f4b6ad368b279f147ff6b31698961f
parente8ca0757f044875036f411388bb2635bd9aada50
Merge tag 'tty-5.16-rc6' of git://git.kernel.org/pub/scm/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