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.3-rc5
Date: Sat, 10 Oct 2015 09:21:19 -0700	[thread overview]
Message-ID: <20151010162119.GA14385@kroah.com> (raw)

The following changes since commit 9ffecb10283508260936b96022d4ee43a7798b4c:

  Linux 4.3-rc3 (2015-09-27 07:50:08 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-4.3-rc5

for you to fetch changes up to 0c55627167870255158db1cde0d28366f91c8872:

  drivers/tty: require read access for controlling terminal (2015-10-04 19:20:30 +0100)

----------------------------------------------------------------
TTY/Serial driver fixes for 4.3-rc5

Here are a few bug fixes for the tty core that resolve reported issues,
and some serial driver fixes as well (including the much-reported imx
driver problem.)

All of these have been in linux-next with no reported problems.

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

----------------------------------------------------------------
Dmitry Vyukov (3):
      tty: fix data race in flush_to_ldisc
      tty: fix data race in tty_buffer_flush
      tty: fix data race on tty_buffer.commit

Fabio Estevam (1):
      Revert "serial: imx: remove unbalanced clk_prepare"

Jann Horn (1):
      drivers/tty: require read access for controlling terminal

Kosuke Tatsukawa (1):
      tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c

Leon Yu (1):
      tty: don't leak cdev in tty_cdev_add()

Mans Rullgard (1):
      serial: 8250: add uart_config entry for PORT_RT2880

Uwe Kleine-König (1):
      serial: atmel: fix error path of probe function

 drivers/tty/n_tty.c                 | 15 +++++---------
 drivers/tty/serial/8250/8250_port.c |  8 ++++++++
 drivers/tty/serial/atmel_serial.c   |  2 +-
 drivers/tty/serial/imx.c            | 20 +++++++++++++------
 drivers/tty/tty_buffer.c            | 22 +++++++++++++++-----
 drivers/tty/tty_io.c                | 40 +++++++++++++++++++++++++++++++------
 6 files changed, 79 insertions(+), 28 deletions(-)

                 reply	other threads:[~2015-10-10 16:21 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=20151010162119.GA14385@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.