From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751243AbdLaLrB (ORCPT ); Sun, 31 Dec 2017 06:47:01 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:33124 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751064AbdLaLrA (ORCPT ); Sun, 31 Dec 2017 06:47:00 -0500 Date: Sun, 31 Dec 2017 12:47:04 +0100 From: Greg KH To: Linus Torvalds , Jiri Slaby Cc: Stephen Rothwell , Andrew Morton , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org Subject: [GIT PULL] TTY fixes for 4.15-rc6 Message-ID: <20171231114704.GA28360@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 50c4c4e268a2d7a3e58ebb698ac74da0de40ae36: Linux 4.15-rc3 (2017-12-10 17:56:26 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-4.15-rc6 for you to fetch changes up to 966031f340185eddd05affcf72b740549f056348: n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD) (2017-12-21 11:19:22 +0100) ---------------------------------------------------------------- TTY fix for 4.15-rc6 Here is a single tty fix for a reported issue that you wrote the patch for :) It's been in linux-next for a week or so with no reported issues. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Linus Torvalds (1): n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD) drivers/tty/n_tty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)