All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] TTY/Serial fixes for 5.1-rc3
@ 2019-03-30  9:04 Greg KH
  2019-03-30 18:50 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2019-03-30  9:04 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Jiri Slaby, Stephen Rothwell, Andrew Morton, linux-kernel, linux-serial

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] TTY/Serial fixes for 5.1-rc3
  2019-03-30  9:04 [GIT PULL] TTY/Serial fixes for 5.1-rc3 Greg KH
@ 2019-03-30 18:50 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-03-30 18:50 UTC (permalink / raw)
  To: Greg KH
  Cc: Linus Torvalds, Jiri Slaby, Stephen Rothwell, Andrew Morton,
	linux-kernel, linux-serial

The pull request you sent on Sat, 30 Mar 2019 10:04:00 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/52afe190ff034f25546fb0a2cb7380dcb896d371

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-30 18:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-30  9:04 [GIT PULL] TTY/Serial fixes for 5.1-rc3 Greg KH
2019-03-30 18:50 ` pr-tracker-bot

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.