[GIT PULL] TTY/Serial driver fixes for 6.4-rc3

From: Greg KH
Date: Sat May 20 2023 - 13:07:36 EST


The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8fb9ea65c9d1338b0d2bb0a9122dc942cdd32357:

vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAF (2023-05-13 20:01:13 +0900)

----------------------------------------------------------------
TTY/Serial fixes for 6.4-rc3

Here are some small tty and serial driver fixes for 6.4-rc3 to resolve
some reported problems, and add some new device ids. These include:
- termios documentation updates
- vc_screen use-after-free fix
- memory leak fix in arc_uart driver
- new 8250 driver ids
- other small serial driver fixes

All of these have been in linux-next for a while with no reported
problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Andrew Davis (1):
serial: 8250_exar: Add support for USR298x PCI Modems

Doug Berger (2):
serial: 8250_bcm7271: balance clk_enable calls
serial: 8250_bcm7271: fix leak in `brcmuart_probe`

Geert Uytterhoeven (1):
serial: 8250: Document termios parameter of serial8250_em485_config()

George Kennedy (1):
vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAF

Ke Zhang (1):
serial: arc_uart: fix of_iomap leak in `arc_serial_probe`

Krzysztof Kozlowski (1):
serial: qcom-geni: fix enabling deactivated interrupt

Vitaliy Tomin (1):
serial: Add support for Advantech PCI-1611U card

drivers/tty/serial/8250/8250_bcm7271.c | 7 +++++--
drivers/tty/serial/8250/8250_exar.c | 17 +++++++++++++++++
drivers/tty/serial/8250/8250_pci.c | 5 +++++
drivers/tty/serial/8250/8250_port.c | 1 +
drivers/tty/serial/arc_uart.c | 7 ++++---
drivers/tty/serial/qcom_geni_serial.c | 9 ++++-----
drivers/tty/vt/vc_screen.c | 11 +++++++++--
7 files changed, 45 insertions(+), 12 deletions(-)