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 6.3-rc3
Date: Sun, 19 Mar 2023 15:57:50 +0100	[thread overview]
Message-ID: <ZBci7jg5l9X82rhf@kroah.com> (raw)

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 18365ebf23f3e713e5dd8e295c9a639295250f3c:

  tty: vt: protect KD_FONT_OP_GET_TALL from unbound access (2023-03-09 17:56:56 +0100)

----------------------------------------------------------------
TTY/Serial driver fixes for 6.3-rc3

Here are some small tty and serial driver fixes for 6.3-rc3 to resolve
some reported issues.

They include:
  - 8250 driver Kconfig issue pointed out by you that showed up in -rc1
  - qcom-geni serial driver fixes
  - various 8250 driver fixes for reported problems
  - fsl_lpuart driver fixes
  - serdev fix for regression in -rc1
  - vt.c bugfix

All have been in linux-next for over a week with no reported problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Alexander Sverdlin (1):
      tty: serial: fsl_lpuart: fix race on RX DMA shutdown

Biju Das (1):
      serial: 8250_em: Fix UART port type

Johan Hovold (5):
      serial: 8250_fsl: fix handle_irq locking
      serial: qcom-geni: fix console shutdown hang
      serial: qcom-geni: fix DMA mapping leak on shutdown
      serial: qcom-geni: fix mapping of empty DMA buffer
      serial: qcom-geni: drop bogus uart_write_wakeup()

Kumaravel Thiagarajan (1):
      serial: 8250_pci1xxxx: Disable SERIAL_8250_PCI1XXXX config by default

Randy Dunlap (1):
      serial: 8250: ASPEED_VUART: select REGMAP instead of depending on it

Samuel Thibault (1):
      tty: vt: protect KD_FONT_OP_GET_TALL from unbound access

Saravana Kannan (1):
      serdev: Set fwnode for serdev devices

Sherry Sun (1):
      tty: serial: fsl_lpuart: skip waiting for transmission complete when UARTCTRL_SBK is asserted

Tom Rix (1):
      Revert "tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependency"

 drivers/tty/serdev/core.c             |  2 +-
 drivers/tty/serial/8250/8250_em.c     |  4 ++--
 drivers/tty/serial/8250/8250_fsl.c    |  4 ++--
 drivers/tty/serial/8250/Kconfig       |  4 ++--
 drivers/tty/serial/Kconfig            |  2 +-
 drivers/tty/serial/fsl_lpuart.c       | 23 ++++++++++++-----------
 drivers/tty/serial/qcom_geni_serial.c | 11 +++++++----
 drivers/tty/vt/vt.c                   |  3 +++
 8 files changed, 30 insertions(+), 23 deletions(-)

             reply	other threads:[~2023-03-19 14:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-19 14:57 Greg KH [this message]
2023-03-19 17:15 ` [GIT PULL] TTY/Serial driver fixes for 6.3-rc3 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=ZBci7jg5l9X82rhf@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