linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] TTY/Serial driver fixes for 5.13-rc4
@ 2021-05-29 14:26 Greg KH
  2021-05-29 16:49 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2021-05-29 14:26 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Jiri Slaby, Stephen Rothwell, Andrew Morton, linux-kernel, linux-serial

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@linuxfoundation.org>

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

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

* Re: [GIT PULL] TTY/Serial driver fixes for 5.13-rc4
  2021-05-29 14:26 [GIT PULL] TTY/Serial driver fixes for 5.13-rc4 Greg KH
@ 2021-05-29 16:49 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-05-29 16:49 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, 29 May 2021 16:26:50 +0200:

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

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

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:[~2021-05-29 16:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-29 14:26 [GIT PULL] TTY/Serial driver fixes for 5.13-rc4 Greg KH
2021-05-29 16:49 ` 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;
as well as URLs for NNTP newsgroup(s).