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