Linux Serial subsystem development
 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.4-rc3
Date: Sat, 20 May 2023 18:07:23 +0100	[thread overview]
Message-ID: <ZGj-S_GkMqxVBlDe@kroah.com> (raw)

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

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

             reply	other threads:[~2023-05-20 17:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-20 17:07 Greg KH [this message]
2023-05-20 18:31 ` [GIT PULL] TTY/Serial driver fixes for 6.4-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=ZGj-S_GkMqxVBlDe@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