All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] TTY/Serial fixess for 3.12-rc3
@ 2013-09-29 20:02 Greg KH
  0 siblings, 0 replies; only message in thread
From: Greg KH @ 2013-09-29 20:02 UTC (permalink / raw)
  To: Linus Torvalds, Jiri Slaby; +Cc: Andrew Morton, linux-kernel, linux-serial

The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:

  Linux 3.12-rc1 (2013-09-16 16:17:51 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-3.12-rc3

for you to fetch changes up to 2332575ef10a1bcf5ca485a6bf043831be11c7a0:

  tty: ar933x_uart: move devicetree binding documentation (2013-09-26 12:33:49 -0700)

----------------------------------------------------------------
TTY/Serial fixes for 3.12-rc3

Here are some serial at tty driver fixes for 3.12-rc3

The serial driver fixes some kref leaks, documentation is moved to the proper
places, and the tty and n_tty fixes resolve some reported regressions.  There
is still one outstanding tty regression fix that isn't in here yet, as I want
to test it out some more, it will be sent for 3.12-rc4 if it checks out.

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

----------------------------------------------------------------
Gabor Juhos (1):
      tty: ar933x_uart: move devicetree binding documentation

Johan Hovold (4):
      serial: tegra: fix tty-kref leak
      serial: pch_uart: fix tty-kref leak in rx-error path
      serial: pch_uart: fix tty-kref leak in dma-rx path
      serial: pch_uart: remove unnecessary tty_port_tty_get

Peter Hurley (2):
      n_tty: Fix EOF push index when termios changes
      tty: Fix SIGTTOU not sent with tcflush()

 .../bindings/{tty => }/serial/qca,ar9330-uart.txt           |  0
 drivers/tty/n_tty.c                                         |  3 +--
 drivers/tty/serial/pch_uart.c                               | 13 +++----------
 drivers/tty/serial/serial-tegra.c                           |  4 +++-
 drivers/tty/tty_ioctl.c                                     |  3 +++
 5 files changed, 10 insertions(+), 13 deletions(-)
 rename Documentation/devicetree/bindings/{tty => }/serial/qca,ar9330-uart.txt (100%)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-09-29 20:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-29 20:02 [GIT PATCH] TTY/Serial fixess for 3.12-rc3 Greg KH

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.