Merge tag 'tty-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Pull tty/serial driver fixes from Greg KH: "Here are a number of small tty core and serial driver fixes for 5.0-rc4 to resolve some reported issues. Nothing major, the small serial driver fixes, a tty core fixup for a crash that was reported, and some good vt fixes from Nicolas Pitre as he seems to be auditing that chunk of code a lot lately. All of these have been in linux-next for a while with no reported issues" * tag 'tty-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: serial: fsl_lpuart: fix maximum acceptable baud rate with over-sampling tty: serial: qcom_geni_serial: Allow mctrl when flow control is disabled tty: Handle problem if line discipline does not have receive_buf vgacon: unconfuse vc_origin when using soft scrollback vt: invoke notifier on screen size change vt: always call notifier with the console lock held vt: make vt_console_print() compatible with the unicode screen buffer tty/n_hdlc: fix __might_sleep warning serial: 8250: Fix serial8250 initialization crash uart: Fix crash in uart_write and uart_put_char
Showing
- drivers/tty/n_hdlc.c 1 addition, 0 deletionsdrivers/tty/n_hdlc.c
- drivers/tty/serial/8250/8250_core.c 9 additions, 8 deletionsdrivers/tty/serial/8250/8250_core.c
- drivers/tty/serial/fsl_lpuart.c 1 addition, 1 deletiondrivers/tty/serial/fsl_lpuart.c
- drivers/tty/serial/qcom_geni_serial.c 2 additions, 2 deletionsdrivers/tty/serial/qcom_geni_serial.c
- drivers/tty/serial/serial_core.c 8 additions, 4 deletionsdrivers/tty/serial/serial_core.c
- drivers/tty/tty_io.c 2 additions, 1 deletiondrivers/tty/tty_io.c
- drivers/tty/vt/vt.c 17 additions, 33 deletionsdrivers/tty/vt/vt.c
- drivers/video/console/vgacon.c 4 additions, 3 deletionsdrivers/video/console/vgacon.c
Loading
Please register or sign in to comment