All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Jiri Slaby <jslaby@suse.cz>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org
Subject: [GIT PULL] TTY/Serial fixes for 4.4-rc6
Date: Sat, 19 Dec 2015 16:38:28 -0800	[thread overview]
Message-ID: <20151220003828.GA17513@kroah.com> (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(-)

                 reply	other threads:[~2015-12-20  0:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151220003828.GA17513@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.