]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'tty-4.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Jul 2016 16:20:12 +0000 (09:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Jul 2016 16:20:12 +0000 (09:20 -0700)
commitc34c0a66447ab64af1f13805d24af41ab4347ec6
treef2808e1c55458699bace903785b6ac4abc61a31a
parent0e4101036a83303c5cb46d8c188d3a9e03fb6805
parent0b21f94b8c2c866a79099749bcc4669570c358a6
Merge tag 'tty-4.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty

Pull tty fixes from Greg KH:
 "Here are two tty fixes for some reported issues.  One resolves a crash
  in devpts, and the other resolves a problem with the fbcon cursor
  blink causing lockups.

  Both have been in linux-next with no reported problems"

* tag 'tty-4.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
  devpts: fix null pointer dereference on failed memory allocation
  tty: vt: Fix soft lockup in fbcon cursor blink timer.