The following changes since commit fdf0eaf11452d72945af31804e2a1048ee1b574c: Linux 6.5-rc2 (2023-07-16 15:10:37 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.5-rc4 for you to fetch changes up to 748c5ea8b8796ae8ee80b8d3a3d940570b588d59: serial: 8250_dw: Preserve original value of DLF register (2023-07-25 20:31:31 +0200) ---------------------------------------------------------------- TTY/Serial fixes for 6.5-rc4 Here are some small TTY and serial driver fixes for 6.5-rc4 for some reported problems. Included in here is: - TIOCSTI fix for braille readers - documentation fix for minor numbers - MAINTAINERS update for new serial files in -rc1 - minor serial driver fixes for reported problems All of these have been in linux-next with no reported problems. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Biju Das (1): tty: serial: sh-sci: Fix sleeping in atomic context Chaoyuan Peng (1): tty: n_gsm: fix UAF in gsm_cleanup_mux Randy Dunlap (1): Documentation: devices.txt: reconcile serial/ucc_uart minor numers Ruihong Luo (1): serial: 8250_dw: Preserve original value of DLF register Samuel Holland (1): serial: sifive: Fix sifive_serial_console_setup() section Samuel Thibault (1): TIOCSTI: always enable for CAP_SYS_ADMIN Tony Lindgren (1): MAINTAINERS: Update TTY layer for lists and recently added files Documentation/admin-guide/devices.txt | 2 +- MAINTAINERS | 6 ++++++ drivers/tty/n_gsm.c | 4 +++- drivers/tty/serial/8250/8250_dwlib.c | 6 ++++-- drivers/tty/serial/sh-sci.c | 2 +- drivers/tty/serial/sifive.c | 2 +- drivers/tty/serial/ucc_uart.c | 2 +- drivers/tty/tty_io.c | 2 +- 8 files changed, 18 insertions(+), 8 deletions(-)