[GIT PULL] TTY / Serial driver fix for 6.18-rc1

From: Greg KH

Date: Tue Oct 07 2025 - 09:08:39 EST


The following changes since commit f83ec76bf285bea5727f478a68b894f5543ca76e:

Linux 6.17-rc6 (2025-09-14 14:21:14 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.18-rc1

for you to fetch changes up to a699213d4e6ef4286348c6439837990f121e0c03:

serial: qcom-geni: Fix blocked task (2025-09-17 13:12:17 +0200)

----------------------------------------------------------------
TTY driver fix for 6.18-rc1

Here is a single driver fix for the qcom_geni_serial driver for
6.18-rc1. It has been in my tree for weeks, but missed being sent to
you for 6.17-final due to travel on my side.

This fixes a reported regression for this driver that prevents 6.17 from
working properly on this platform.

It has been in linux-next for many weeks with no reported issues.

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

----------------------------------------------------------------
Krzysztof Kozlowski (1):
serial: qcom-geni: Fix blocked task

drivers/tty/serial/qcom_geni_serial.c | 176 ++++------------------------------
1 file changed, 16 insertions(+), 160 deletions(-)