All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Jiri Slaby <jslaby@suse.cz>,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org
Subject: [GIT PULL] TTY/Serial fixes for 5.1-rc3
Date: Sat, 30 Mar 2019 10:04:00 +0100	[thread overview]
Message-ID: <20190330090400.GA5598@kroah.com> (raw)

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f4e68d58cf2b20a581759bbc7228052534652673:

  tty: fix NULL pointer issue when tty_port ops is not set (2019-03-28 01:21:21 +0900)

----------------------------------------------------------------
TTY/Serial fixes for 5.1-rc3

Here are some small tty and serial driver fixes for 5.1-rc3.

Nothing major here, just a number of potential problems fixes for error
handling paths, as well as some other minor bugfixes for reported issues
with 5.1-rc1.

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

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

----------------------------------------------------------------
Aditya Pakki (2):
      serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference
      serial: max310x: Fix to avoid potential NULL pointer dereference

Erin Lo (1):
      dt-bindings: serial: Add compatible for Mediatek MT8183

Fabien Dessenne (1):
      tty: fix NULL pointer issue when tty_port ops is not set

Hoan Nguyen An (1):
      serial: sh-sci: Fix setting SCSCR_TIE while transferring data

Kangjie Lu (2):
      tty: atmel_serial: fix a potential NULL pointer dereference
      tty: mxs-auart: fix a potential NULL pointer dereference

Mao Wenan (1):
      sc16is7xx: missing unregister/delete driver on error in sc16is7xx_init()

Nathan Chancellor (1):
      tty: serial: qcom_geni_serial: Initialize baud in qcom_geni_console_setup

Petr Štetiar (1):
      serial: ar933x_uart: Fix build failure with disabled console

Razvan Stefanescu (2):
      tty/serial: atmel: Add is_half_duplex helper
      tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stopped

Wentao Wang (1):
      Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdboc

 .../devicetree/bindings/serial/mtk-uart.txt        |  1 +
 drivers/tty/serial/ar933x_uart.c                   | 24 ++++------
 drivers/tty/serial/atmel_serial.c                  | 52 +++++++++++++++-------
 drivers/tty/serial/kgdboc.c                        |  4 +-
 drivers/tty/serial/max310x.c                       |  2 +
 drivers/tty/serial/mvebu-uart.c                    |  3 ++
 drivers/tty/serial/mxs-auart.c                     |  4 ++
 drivers/tty/serial/qcom_geni_serial.c              |  2 +-
 drivers/tty/serial/sc16is7xx.c                     | 12 ++++-
 drivers/tty/serial/sh-sci.c                        | 12 +----
 drivers/tty/tty_port.c                             | 10 ++---
 11 files changed, 75 insertions(+), 51 deletions(-)

             reply	other threads:[~2019-03-30  9:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-30  9:04 Greg KH [this message]
2019-03-30 18:50 ` [GIT PULL] TTY/Serial fixes for 5.1-rc3 pr-tracker-bot

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=20190330090400.GA5598@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=sfr@canb.auug.org.au \
    --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.