From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752012AbbCVKhC (ORCPT ); Sun, 22 Mar 2015 06:37:02 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:55034 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751827AbbCVKg6 (ORCPT ); Sun, 22 Mar 2015 06:36:58 -0400 Date: Sun, 22 Mar 2015 11:36:56 +0100 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.0-rc5 Message-ID: <20150322103656.GA22097@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 9eccca0843205f87c00404b663188b88eb248051: Linux 4.0-rc3 (2015-03-08 16:09:09 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-4.0-rc5 for you to fetch changes up to 7fd6f640f2dd17dac6ddd6702c378cb0bb9cfa11: serial: 8250_dw: Fix deadlock in LCR workaround (2015-03-11 16:39:52 +0100) ---------------------------------------------------------------- TTY/Serial driver fix for 4.0-rc5 Here's a single 8250 serial driver that fixes a reported deadlock with the serial console and the tty driver. It's been in linux-next for a while now. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Peter Hurley (1): serial: 8250_dw: Fix deadlock in LCR workaround drivers/tty/serial/8250/8250_dw.c | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-)