From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757401Ab2KZXT1 (ORCPT ); Mon, 26 Nov 2012 18:19:27 -0500 Received: from mail.kernel.org ([198.145.19.201]:38422 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754842Ab2KZXT0 (ORCPT ); Mon, 26 Nov 2012 18:19:26 -0500 Date: Mon, 26 Nov 2012 15:19:23 -0800 From: Greg KH To: Linus Torvalds , Alan Cox , Jiri Slaby Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org Subject: [GIT PATCH] TTY/Serial fix for 3.7-rc7 Message-ID: <20121126231923.GA21621@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit f4a75d2eb7b1e2206094b901be09adb31ba63681: Linux 3.7-rc6 (2012-11-16 17:42:40 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-3.7-rc7 for you to fetch changes up to b1a925f44a3a21c538144e30b08f966cad7adb63: tty vt: Fix a regression in command line edition (2012-11-21 16:45:32 -0800) ---------------------------------------------------------------- TTY fix for 3.7-rc7 Here is a single fix for a reported regression in 3.7-rc5 for the tty layer. This fix has been in the linux-next tree and solves the reported problem. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Jean-François Moine (1): tty vt: Fix a regression in command line edition drivers/tty/vt/vt.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)