]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'tty-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 28 Jul 2019 17:18:33 +0000 (10:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 28 Jul 2019 17:18:33 +0000 (10:18 -0700)
commit4ff04322e5c849efbeb86b336dc30a9ed5e01a5e
treed86162a49c5b48833c9c5fc1b976f627bbf514e7
parentaf031fb0f6e33140d56dfc03451ebff4207aac40
parent6103d9a3bb7c1c809322e2a50edbcc2fbc716ba5
Merge tag 'tty-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty

Pull tty fixes from Greg KH:
 "Here are two tty/vt fixes:

   - delete the netx-serial driver as the arch has been removed, no need
     to keep the serial driver for it around either.

   - vt console_lock fix to resolve a reported noisy warning at runtime

  Both of these have been in linux-next with no reported issues"

* tag 'tty-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
  vt: Grab console_lock around con_is_bound in show_bind
  tty: serial: netx: Delete driver