public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] TTY/Serial driver fixes for 5.10-rc3
@ 2020-11-08 18:46 Greg KH
  2020-11-08 19:38 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2020-11-08 18:46 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Jiri Slaby, Stephen Rothwell, Andrew Morton, linux-kernel,
	linux-serial

The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891:

  Linux 5.10-rc2 (2020-11-01 14:43:51 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 3c4e0dff2095c579b142d5a0693257f1c58b4804:

  vt: Disable KD_FONT_OP_COPY (2020-11-08 19:35:06 +0100)

----------------------------------------------------------------
TTY/Serial fixes for 5.10-rc3

Here are a small number of small tty and serial fixes for some reported
problems for the tty core, vt code, and some serial drivers.

They include fixes for:
	- a buggy and obsolete vt font ioctl removal
	- 8250_mtk serial baudrate runtime warnings
	- imx serial earlycon build configuration fix
	- txx9 serial driver error path cleanup issues
	- tty core fix in release_tty that can be triggered by trying to
	  bind an invalid serial port name to a speakup console device

Almost all of these have been in linux-next without any problems, the
only one that hasn't, just deletes code :)

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

----------------------------------------------------------------
Claire Chang (1):
      serial: 8250_mtk: Fix uart_get_baud_rate warning

Daniel Vetter (1):
      vt: Disable KD_FONT_OP_COPY

Lucas Stach (1):
      tty: serial: imx: enable earlycon by default if IMX_SERIAL_CONSOLE is enabled

Matthias Reichl (1):
      tty: fix crash in release_tty if tty->port is not set

Qinglang Miao (1):
      serial: txx9: add missing platform_driver_unregister() on error in serial_txx9_init

 drivers/tty/serial/8250/8250_mtk.c |  2 +-
 drivers/tty/serial/Kconfig         |  1 +
 drivers/tty/serial/serial_txx9.c   |  3 +++
 drivers/tty/tty_io.c               |  6 ++++--
 drivers/tty/vt/vt.c                | 24 ++----------------------
 5 files changed, 11 insertions(+), 25 deletions(-)

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

* Re: [GIT PULL] TTY/Serial driver fixes for 5.10-rc3
  2020-11-08 18:46 [GIT PULL] TTY/Serial driver fixes for 5.10-rc3 Greg KH
@ 2020-11-08 19:38 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-11-08 19:38 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 Sun, 8 Nov 2020 19:46:14 +0100:

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

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

Thank you!

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

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

end of thread, other threads:[~2020-11-08 19:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-08 18:46 [GIT PULL] TTY/Serial driver fixes for 5.10-rc3 Greg KH
2020-11-08 19:38 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox