From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754953AbcDIRKQ (ORCPT ); Sat, 9 Apr 2016 13:10:16 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33395 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754679AbcDIRKN (ORCPT ); Sat, 9 Apr 2016 13:10:13 -0400 Date: Sat, 9 Apr 2016 10:10:12 -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/Serial fixes for 4.6-rc3 Message-ID: <20160409171012.GA24079@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca: Linux 4.6-rc1 (2016-03-26 16:03:24 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-4.6-rc3 for you to fetch changes up to 5e00bbfbc5ec21e87d24e206bba9fc2cbe6631a1: tty: Fix merge of "tty: Refactor tty_open()" (2016-03-31 20:49:39 -0700) ---------------------------------------------------------------- TTY fixes for 4.6-rc3 Here are two tty fixes for issues found. One was due to a merge error in 4.6-rc1, and the other a regression fix for UML consoles that broke in 4.6-rc1. Both have been in linux-next for a while. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Peter Hurley (2): tty: Fix UML console breakage tty: Fix merge of "tty: Refactor tty_open()" drivers/tty/tty_io.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)