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