]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'tty-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Jul 2018 19:05:53 +0000 (12:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Jul 2018 19:05:53 +0000 (12:05 -0700)
commit1a18ea5505deed8fde65c24f15f546c80ec6ca05
treea7df3cf1c3846fd5d1baa269d0599aff26fbc1c0
parenteed176192c61f54465ecf704958e752248b3c3e8
parent571c2e308dd03497a8513f6895e096ee650bc68a
Merge tag 'tty-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty

Pull tty/serial fixes from Greg KH:
 "Here are five fixes for the tty core and some serial drivers.

  The tty core ones fix some security and other issues reported by the
  syzbot that I have taken too long in responding to (sorry Tetsuo!).

  The 8350 serial driver fix resolves an issue of devices that used to
  work properly stopping working as they shouldn't have been added to a
  blacklist.

  All of these have been in linux-next for a few days with no reported
  issues"

* tag 'tty-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
  vt: prevent leaking uninitialized data to userspace via /dev/vcs*
  serdev: fix memleak on module unload
  serial: 8250_pci: Remove stalled entries in blacklist
  n_tty: Access echo_* variables carefully.
  n_tty: Fix stall at n_tty_receive_char_special().