Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751459AbdCZLFR (ORCPT ); Sun, 26 Mar 2017 07:05:17 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:60914 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751297AbdCZLFQ (ORCPT ); Sun, 26 Mar 2017 07:05:16 -0400 Date: Sun, 26 Mar 2017 13:04:32 +0200 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 driver fixes for 4.11-rc4 Message-ID: <20170326110432.GA9241@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1716 Lines: 48 The following changes since commit 4495c08e84729385774601b5146d51d9e5849f81: Linux 4.11-rc2 (2017-03-12 14:47:08 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-4.11-rc4 for you to fetch changes up to a4a3e061149f09c075f108b6f1cf04d9739a6bc2: tty: fix data race in tty_ldisc_ref_wait() (2017-03-17 14:07:10 +0900) ---------------------------------------------------------------- TTY/Serial driver fixes for 4.11-rc4 Here are some tty and serial driver fixes for 4.11-rc4. One of these fix a long-standing issue in the ldisc code that was found by Dmitry Vyukov with his great fuzzing work. The other fixes resolve other reported issues, and there is one revert of a patch in 4.11-rc1 that wasn't correct. All of these have been in linux-next for a while with no reported issues. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Aleksey Makarov (1): Revert "tty: serial: pl011: add ttyAMA for matching pl011 console" Dmitry Vyukov (2): tty: don't panic on OOM in tty_set_ldisc() tty: fix data race in tty_ldisc_ref_wait() Heiko Stuebner (1): serial: 8250_dw: Honor clk_round_rate errors in dw8250_set_termios James Hogan (1): serial: 8250_dw: Fix breakage when HAVE_CLK=n Timur Tabi (1): tty: acpi/spcr: QDF2400 E44 checks for wrong OEM revision drivers/acpi/spcr.c | 2 +- drivers/tty/serial/8250/8250_dw.c | 9 +++- drivers/tty/serial/amba-pl011.c | 2 +- drivers/tty/tty_ldisc.c | 92 +++++++++------------------------------ 4 files changed, 30 insertions(+), 75 deletions(-)