Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1159977

[GIT PULL] TTY/Serial fixes for 4.1-rc7

From Greg KH <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject [GIT PULL] TTY/Serial fixes for 4.1-rc7
Date 2015-06-07 01:50 +0200
Message-ID <pyw0F-6Zj-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


The following changes since commit e26081808edadfd257c6c9d81014e3b25e9a6118:

  Linux 4.1-rc4 (2015-05-18 10:13:47 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-4.1-rc7

for you to fetch changes up to 72586c6061ab8c23ffd9f301ed19782a44ff5f04:

  n_tty: Fix auditing support for cannonical mode (2015-06-01 07:11:04 +0900)

----------------------------------------------------------------
TTY/Serial driver fixes for 4.1-rc7

Here are a few TTY and Serial driver fixes for reported regressions and
crashes.  All of these have been in linux-next with no reported
problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Dave Martin (1):
      serial/amba-pl011: Unconditionally poll for FIFO space before each TX char

Laura Abbott (1):
      n_tty: Fix auditing support for cannonical mode

Mark Tomlinson (1):
      n_tty: Fix calculation of size in canon_copy_from_read_buf

Philipp Zabel (1):
      serial: imx: Fix DMA handling for IDLE condition aborts

Sebastian Andrzej Siewior (1):
      serial: 8250_omap: provide complete custom startup & shutdown callbacks

 drivers/tty/n_tty.c                 | 21 +++++++---
 drivers/tty/serial/8250/8250_omap.c | 82 +++++++++++++++++++++++++++++++++----
 drivers/tty/serial/amba-pl011.c     | 16 ++++----
 drivers/tty/serial/imx.c            |  8 ++++
 4 files changed, 105 insertions(+), 22 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[GIT PULL] TTY/Serial fixes for 4.1-rc7 Greg KH <gregkh@linuxfoundation.org> - 2015-06-07 01:50 +0200

csiph-web