]> 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)
commit74e510fcb3a68d56887a301944522b2c26f49bc2
treef2808e1c55458699bace903785b6ac4abc61a31a
parent368da512e4b73558937eff0ec4a8732f8bbd1f3b
parent597f8f8e44531e00f0cac71e8bd808decd87d098
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.