From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964921AbbGZCVR (ORCPT ); Sat, 25 Jul 2015 22:21:17 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44594 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964876AbbGZCVP (ORCPT ); Sat, 25 Jul 2015 22:21:15 -0400 Date: Sat, 25 Jul 2015 19:21:15 -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 patches for 4.2-rc4 Message-ID: <20150726022115.GA21421@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.23+102 (2ca89bed6448) (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 52721d9d3334c1cb1f76219a161084094ec634dc: Linux 4.2-rc3 (2015-07-19 14:45:02 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-4.2-rc4 for you to fetch changes up to 61e86cc90af49cecef9c54ccea1f572fbcb695ac: tty: vt: Fix !TASK_RUNNING diagnostic warning from paste_selection() (2015-07-23 18:08:29 -0700) ---------------------------------------------------------------- TTY/Serial driver fixes for 4.2-rc4 Here are a number of small serial and tty fixes for reported issues. All have been in linux-next successfully. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Axel Lin (1): serial: etraxfs-uart: Fix release etraxfs_uart_ports Bo Svangård (1): sc16is7xx: fix FIFO address of secondary UART David Jander (1): Revert "serial: imx: initialized DMA w/o HW flow enabled" Dongxing Zhang (1): tty/vt: Fix the memory leak in visual_init Jakub Kicinski (1): sc16is7xx: fix Kconfig dependencies Krzysztof Kozlowski (1): serial: amba-pl011: Fix devm_ioremap_resource return value check Peter Hurley (4): n_tty: signal and flush atomically m32r: Add ioreadXX/iowriteXX big-endian mmio accessors serial: core: Fix crashes while echoing when closing tty: vt: Fix !TASK_RUNNING diagnostic warning from paste_selection() arch/m32r/include/asm/io.h | 5 +++++ drivers/tty/n_tty.c | 16 +++++++++++++--- drivers/tty/serial/Kconfig | 2 +- drivers/tty/serial/amba-pl011.c | 4 ++-- drivers/tty/serial/etraxfs-uart.c | 2 +- drivers/tty/serial/imx.c | 15 +++++++-------- drivers/tty/serial/sc16is7xx.c | 30 +++++++++++++++++++++++------- drivers/tty/serial/serial_core.c | 3 ++- drivers/tty/vt/selection.c | 1 + drivers/tty/vt/vt.c | 2 ++ 10 files changed, 57 insertions(+), 23 deletions(-)