[GIT PULL] TTY/Serial driver fixes for 5.13-rc4

From: Greg KH
Date: Sat May 29 2021 - 10:26:57 EST


The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-5.13-rc4

for you to fetch changes up to 56dde68f85be0a20935bb4ed996db7a7f68b3202:

Revert "serial: 8250: 8250_omap: Fix possible interrupt storm" (2021-05-28 10:58:49 +0200)

----------------------------------------------------------------
TTY / Serial driver fixes for 5.13-rc4

Here are some small fixes for reported problems for tty and serial
drivers for 5.13-rc4.

They consist of:
- 8250 bugfixes and new device support
- lockdown security mode fixup
- syzbot found problems fixed
- 8250_omap fix for interrupt storm
- revert of 8250_omap driver fix as it caused worse problem than
the original issue

All but the last patch have been in linux-next for a while, the last one
is a revert of a problem found in linux-next with the 8250_omap driver
change.

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

----------------------------------------------------------------
Andrew Jeffery (2):
serial: 8250: Add UART_BUG_TXRACE workaround for Aspeed VUART
serial: 8250: Use BIT(x) for UART_{CAP,BUG}_*

Christian Gmeiner (1):
serial: 8250_pci: handle FL_NOIRQ board flag

Colin Ian King (1):
serial: tegra: Fix a mask operation that is always true

Geert Uytterhoeven (1):
serial: sh-sci: Fix off-by-one error in FIFO threshold register setting

Greg Kroah-Hartman (1):
Revert "serial: 8250: 8250_omap: Fix possible interrupt storm"

Maximilian Luz (1):
serial: 8250_dw: Add device HID for new AMD UART controller

Ondrej Mosnacek (1):
serial: core: fix suspicious security_locked_down() call

Randy Wright (1):
serial: 8250_pci: Add support for new HPE serial device

Vignesh Raghavendra (1):
serial: 8250: 8250_omap: Fix possible interrupt storm

Zheyu Ma (1):
serial: rp2: use 'request_firmware' instead of 'request_firmware_nowait'

drivers/acpi/acpi_apd.c | 1 +
drivers/tty/serial/8250/8250.h | 32 +++++++++---------
drivers/tty/serial/8250/8250_aspeed_vuart.c | 1 +
drivers/tty/serial/8250/8250_dw.c | 1 +
drivers/tty/serial/8250/8250_pci.c | 47 +++++++++++++++++++-------
drivers/tty/serial/8250/8250_port.c | 12 +++++++
drivers/tty/serial/rp2.c | 52 ++++++++++-------------------
drivers/tty/serial/serial-tegra.c | 2 +-
drivers/tty/serial/serial_core.c | 8 +++--
drivers/tty/serial/sh-sci.c | 4 +--
10 files changed, 92 insertions(+), 68 deletions(-)