[GIT PULL] Serial driver fixes for 6.19-rc7

From: Greg KH

Date: Sun Jan 25 2026 - 10:23:59 EST


The following changes since commit f8f9c1f4d0c7a64600e2ca312dec824a0bc2f1da:

Linux 6.19-rc3 (2025-12-28 13:24:26 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.19-rc7

for you to fetch changes up to 32f37e57583f869140cff445feedeea8a5fea986:

serial: Fix not set tty->port race condition (2026-01-23 17:23:09 +0100)

----------------------------------------------------------------
Serial driver fixes for 6.19-rc7

Here are 3 small serial driver fixes for 6.19-rc7 that resolve some
reported issues. They include:
- tty->port race condition fix for a reported problem
- qcom_geni serial driver fix
- 8250_pci serial driver fix

All of these have been in linux-next with no reported issues

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Krzysztof Kozlowski (1):
serial: Fix not set tty->port race condition

Marnix Rijnart (1):
serial: 8250_pci: Fix broken RS485 for F81504/508/512

Praveen Talari (1):
serial: qcom_geni: Fix BT failure regression on RB2 platform

drivers/tty/serial/8250/8250_pci.c | 2 +-
drivers/tty/serial/qcom_geni_serial.c | 13 ++++++-------
drivers/tty/serial/serial_core.c | 6 ++++++
3 files changed, 13 insertions(+), 8 deletions(-)