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.12-rc4
Date: Sun, 20 Oct 2024 15:37:22 +0200	[thread overview]
Message-ID: <ZxUHkmIo91tAeyFl@kroah.com> (raw)

The following changes since commit 8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b:

  Linux 6.12-rc2 (2024-10-06 15:32:27 -0700)

are available in the Git repository at:

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

for you to fetch changes up to be847a3a8d4ec4bf270c2455376d11f2de61bfb3:

  serial: qcom-geni: rename suspend functions (2024-10-11 08:39:24 +0200)

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

Here are some small tty and serial driver fixes for 6.12-rc4.  Included
in here are:
  - qcom-geni serial driver fixes, wow what a mess of a UART chip that
    thing is...
  - vt infoleak fix for odd font sizes
  - imx serial driver bugfix
  - yet-another n_gsm ldisc bugfix, slowly chipping down the issues in
    that piece of code.

All of these have been in linux-next for over a week with no reported
issues.

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

----------------------------------------------------------------
Jeongjun Park (1):
      vt: prevent kernel-infoleak in con_font_get()

Johan Hovold (9):
      serial: qcom-geni: fix polled console initialisation
      serial: qcom-geni: revert broken hibernation support
      serial: qcom-geni: fix shutdown race
      serial: qcom-geni: fix dma rx cancellation
      serial: qcom-geni: fix receiver enable
      serial: qcom-geni: fix rx cancel dma status bit
      serial: qcom-geni: drop flip buffer WARN()
      serial: qcom-geni: drop unused receive parameter
      serial: qcom-geni: rename suspend functions

Longlong Xia (1):
      tty: n_gsm: Fix use-after-free in gsm_cleanup_mux

Marek Vasut (1):
      serial: imx: Update mctrl old_status on RTSD interrupt

 drivers/tty/n_gsm.c                   |   2 +
 drivers/tty/serial/imx.c              |  15 +++++
 drivers/tty/serial/qcom_geni_serial.c | 103 ++++++++++++++++------------------
 drivers/tty/vt/vt.c                   |   2 +-
 include/linux/soc/qcom/geni-se.h      |   2 +-
 5 files changed, 67 insertions(+), 57 deletions(-)

             reply	other threads:[~2024-10-20 13:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-20 13:37 Greg KH [this message]
2024-10-20 20:16 ` [GIT PULL] TTY / Serial driver fixes for 6.12-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=ZxUHkmIo91tAeyFl@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