Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Pull tty/serial fixes from Greg KH: "Here are a few small TTY/Serial/vt fixes for 5.9-rc3 Included in here are: - qcom serial fixes - vt ioctl and core bugfixes - pl011 serial driver fixes - 8250 serial driver fixes - other misc serial driver fixes and for good measure: - fbcon fix for syzbot found problem. All of these have been in linux-next for a while with no reported issues" * tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: tty: serial: imx: add dependence and build for earlycon serial: samsung: Removes the IRQ not found warning serial: 8250: change lock order in serial8250_do_startup() serial: stm32: avoid kernel warning on absence of optional IRQ serial: pl011: Fix oops on -EPROBE_DEFER serial: pl011: Don't leak amba_ports entry on driver register error serial: 8250_exar: Fix number of ports for Commtech PCIe cards tty: serial: qcom_geni_serial: Drop __init from qcom_geni_console_setup serial: qcom_geni_serial: Fix recent kdb hang vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize() fbcon: prevent user font height or width change from causing potential out-of-bounds access vt: defer kfree() of vc_screenbuf in vc_do_resize()
No related branches found
No related tags found
Showing
- drivers/tty/serial/8250/8250_exar.c 21 additions, 3 deletionsdrivers/tty/serial/8250/8250_exar.c
- drivers/tty/serial/8250/8250_port.c 6 additions, 3 deletionsdrivers/tty/serial/8250/8250_port.c
- drivers/tty/serial/Kconfig 1 addition, 0 deletionsdrivers/tty/serial/Kconfig
- drivers/tty/serial/Makefile 1 addition, 0 deletionsdrivers/tty/serial/Makefile
- drivers/tty/serial/amba-pl011.c 9 additions, 7 deletionsdrivers/tty/serial/amba-pl011.c
- drivers/tty/serial/qcom_geni_serial.c 8 additions, 3 deletionsdrivers/tty/serial/qcom_geni_serial.c
- drivers/tty/serial/samsung_tty.c 5 additions, 3 deletionsdrivers/tty/serial/samsung_tty.c
- drivers/tty/serial/stm32-usart.c 1 addition, 1 deletiondrivers/tty/serial/stm32-usart.c
- drivers/tty/vt/vt.c 3 additions, 2 deletionsdrivers/tty/vt/vt.c
- drivers/tty/vt/vt_ioctl.c 11 additions, 1 deletiondrivers/tty/vt/vt_ioctl.c
- drivers/video/fbdev/core/fbcon.c 23 additions, 2 deletionsdrivers/video/fbdev/core/fbcon.c
Loading
Please register or sign in to comment