* [GIT PULL] TTY fixes for 4.7-rc6
@ 2016-07-01 16:14 Greg KH
0 siblings, 0 replies; only message in thread
From: Greg KH @ 2016-07-01 16:14 UTC (permalink / raw)
To: Linus Torvalds, Jiri Slaby; +Cc: Andrew Morton, linux-kernel, linux-serial
The following changes since commit 33688abb2802ff3a230bd2441f765477b94cc89e:
Linux 4.7-rc4 (2016-06-19 21:30:02 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-4.7-rc6
for you to fetch changes up to 5353ed8deedee9e5acb9f896e9032158f5d998de:
devpts: fix null pointer dereference on failed memory allocation (2016-06-26 11:39:00 -0700)
----------------------------------------------------------------
tty fixes for 4.7-rc6
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.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Colin Ian King (1):
devpts: fix null pointer dereference on failed memory allocation
David Daney (1):
tty: vt: Fix soft lockup in fbcon cursor blink timer.
drivers/tty/pty.c | 7 +++++--
drivers/tty/vt/vt.c | 1 +
2 files changed, 6 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-07-01 16:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-01 16:14 [GIT PULL] TTY fixes for 4.7-rc6 Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome