public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Jiri Slaby <jslaby@suse.cz>,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org
Subject: [GIT PULL] TTY/Serial driver fixes for 5.13-rc4
Date: Sat, 29 May 2021 16:26:50 +0200	[thread overview]
Message-ID: <YLJPKme41JEplEPQ@kroah.com> (raw)

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

             reply	other threads:[~2021-05-29 14:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-29 14:26 Greg KH [this message]
2021-05-29 16:49 ` [GIT PULL] TTY/Serial driver fixes for 5.13-rc4 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YLJPKme41JEplEPQ@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox