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 driver changes for 4.10-rc4
Date: Sun, 15 Jan 2017 13:40:14 +0100	[thread overview]
Message-ID: <20170115124014.GA8090@kroah.com> (raw)

The following changes since commit a121103c922847ba5010819a3f250f1f7fc84ab8:

  Linux 4.10-rc3 (2017-01-08 14:18:17 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-4.10-rc4

for you to fetch changes up to 802c03881f29844af0252b6e22be5d2f65f93fd0:

  sysrq: attach sysrq handler correctly for 32-bit kernel (2017-01-11 09:22:54 +0100)

----------------------------------------------------------------
TTY/serial fixes for 4.10-rc4

Here are some small tty/serial driver fixes for 4.10-rc4 to resolve a
number of reported issues.

Nothing major here at all, one revert of a problematic patch, and some
other tiny bugfixes.  Full details are in the shortlog below.

All have been in linux-next with no reported issues.

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

----------------------------------------------------------------
Akinobu Mita (1):
      sysrq: attach sysrq handler correctly for 32-bit kernel

Daniel Jedrychowski (1):
      Clearing FIFOs in RS485 emulation mode causes subsequent transmits to break

Gabriel Krisman Bertazi (1):
      8250_pci: Fix potential use-after-free in error path

Herbert Xu (1):
      Revert "tty: serial: 8250: add CON_CONSDEV to flags"

Richard Genoud (2):
      tty/serial: atmel_serial: BUG: stop DMA from transmitting in stop_tx
      tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is done

 drivers/tty/serial/8250/8250_core.c |  2 +-
 drivers/tty/serial/8250/8250_pci.c  | 12 +++++-------
 drivers/tty/serial/8250/8250_port.c |  2 +-
 drivers/tty/serial/atmel_serial.c   | 22 ++++++++++++++++------
 drivers/tty/sysrq.c                 |  4 ++--
 5 files changed, 25 insertions(+), 17 deletions(-)

                 reply	other threads:[~2017-01-15 12:40 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=20170115124014.GA8090@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.