From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752426AbcGAQOq (ORCPT ); Fri, 1 Jul 2016 12:14:46 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57913 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751966AbcGAQOo (ORCPT ); Fri, 1 Jul 2016 12:14:44 -0400 Date: Fri, 1 Jul 2016 09:14:46 -0700 From: Greg KH To: Linus Torvalds , Jiri Slaby Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org Subject: [GIT PULL] TTY fixes for 4.7-rc6 Message-ID: <20160701161446.GA29312@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ---------------------------------------------------------------- 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(-)