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


Groups > linux.kernel > #1295492

[GIT PULL] TTY/Serial fixes for 4.4-rc6

From Greg KH <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject [GIT PULL] TTY/Serial fixes for 4.4-rc6
Date 2015-12-20 01:50 +0100
Message-ID <qHAmf-1V7-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


The following changes since commit 527e9316f8ec44bd53d90fb9f611fa7ffff52bb9:

  Linux 4.4-rc4 (2015-12-06 15:43:12 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-4.4-rc6

for you to fetch changes up to 9ce119f318ba1a07c29149301f1544b6c4bea52a:

  tty: Fix GPF in flush_to_ldisc() (2015-12-12 23:05:28 -0800)

----------------------------------------------------------------
TTY/Serial fixes for 4.4-rc6

Here are some tty/serial driver fixes for 4.4-rc6 that resolve some
reported problems.  All of these have been in linux-next.  The details
are in the shortlog.

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

----------------------------------------------------------------
Geert Uytterhoeven (1):
      serial: earlycon: Add missing spinlock initialization

Masahiro Yamada (1):
      serial: 8250_uniphier: fix dl_read and dl_write functions

Peter Hurley (2):
      n_tty: Fix poll() after buffer-limited eof push read
      tty: Fix GPF in flush_to_ldisc()

Yoshihiro Shimoda (1):
      serial: sh-sci: Fix length of scatterlist

 drivers/tty/n_tty.c                     | 22 +++++++++-------------
 drivers/tty/serial/8250/8250_uniphier.c |  8 ++++++--
 drivers/tty/serial/earlycon.c           |  2 ++
 drivers/tty/serial/sh-sci.c             |  2 +-
 drivers/tty/tty_buffer.c                |  2 +-
 5 files changed, 19 insertions(+), 17 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.4-rc6 Greg KH <gregkh@linuxfoundation.org> - 2015-12-20 01:50 +0100

csiph-web