[GIT PULL] TTY/Serial driver fixes for 5.9-rc3
From: Greg KH
Date: Wed Aug 26 2020 - 09:44:38 EST
The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-5.9-rc3
for you to fetch changes up to ea1fc02e12b647d8dd7515d1dba137847d8e951d:
tty: serial: imx: add dependence and build for earlycon (2020-08-18 13:54:34 +0200)
----------------------------------------------------------------
TTY/Serial fixes for 5.9-rc3
Here are a few small TTY/Serial/vt fixes for 5.9-rc3
Included in here are:
- qcom serial fixes
- vt ioctl and core bugfixes
- pl011 serial driver fixes
- 8250 serial driver fixes
- other misc serial driver fixes
and for good measure:
- fbcon fix for syzbot found problem.
All of these have been in linux-next for a while with no reported
issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Douglas Anderson (1):
serial: qcom_geni_serial: Fix recent kdb hang
Fugang Duan (1):
tty: serial: imx: add dependence and build for earlycon
George Kennedy (2):
fbcon: prevent user font height or width change from causing potential out-of-bounds access
vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()
Holger Assmann (1):
serial: stm32: avoid kernel warning on absence of optional IRQ
John Stultz (1):
tty: serial: qcom_geni_serial: Drop __init from qcom_geni_console_setup
Lukas Wunner (2):
serial: pl011: Don't leak amba_ports entry on driver register error
serial: pl011: Fix oops on -EPROBE_DEFER
Sergey Senozhatsky (1):
serial: 8250: change lock order in serial8250_do_startup()
Tamseel Shams (1):
serial: samsung: Removes the IRQ not found warning
Tetsuo Handa (1):
vt: defer kfree() of vc_screenbuf in vc_do_resize()
Valmer Huhn (1):
serial: 8250_exar: Fix number of ports for Commtech PCIe cards
drivers/tty/serial/8250/8250_exar.c | 24 +++++++++++++++++++++---
drivers/tty/serial/8250/8250_port.c | 9 ++++++---
drivers/tty/serial/Kconfig | 1 +
drivers/tty/serial/Makefile | 1 +
drivers/tty/serial/amba-pl011.c | 16 +++++++++-------
drivers/tty/serial/qcom_geni_serial.c | 11 ++++++++---
drivers/tty/serial/samsung_tty.c | 8 +++++---
drivers/tty/serial/stm32-usart.c | 2 +-
drivers/tty/vt/vt.c | 5 +++--
drivers/tty/vt/vt_ioctl.c | 12 +++++++++++-
drivers/video/fbdev/core/fbcon.c | 25 +++++++++++++++++++++++--
11 files changed, 89 insertions(+), 25 deletions(-)