[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <YoENxyxFu4xUQD6b@kroah.com>
Date: Sun, 15 May 2022 16:27:19 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Jiri Slaby <jslaby@...e.cz>,
Stephen Rothwell <sfr@...b.auug.org.au>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-serial@...r.kernel.org
Subject: [GIT PULL] TTY/Serial driver fixes for 5.18-rc7
The following changes since commit 672c0c5173427e6b3e2a9bbb7be51ceeec78093a:
Linux 5.18-rc5 (2022-05-01 13:57:58 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-5.18-rc7
for you to fetch changes up to 401fb66a355eb0f22096cf26864324f8e63c7d78:
fsl_lpuart: Don't enable interrupts too early (2022-05-05 23:00:21 +0200)
----------------------------------------------------------------
TTY/Serial driver fixes for 5.18-rc7
Here are some small tty n_gsm and serial driver fixes for 5.18-rc7 that
resolve reported problems. They include:
- n_gsm fixes for reported issues
- 8250_mtk driver fixes for some platforms
- fsl_lpuart driver fix for reported problem.
- digicolor driver fix for reported problem.
All have been in linux-next for a while with no reported problems.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
AngeloGioacchino Del Regno (3):
serial: 8250_mtk: Fix UART_EFR register address
serial: 8250_mtk: Make sure to select the right FEATURE_SEL
serial: 8250_mtk: Fix register address for XON/XOFF character
Daniel Starke (3):
tty: n_gsm: fix buffer over-read in gsm_dlci_data()
tty: n_gsm: fix mux activation issues in gsm_config()
tty: n_gsm: fix invalid gsmtty_write_room() result
Indan Zupancic (1):
fsl_lpuart: Don't enable interrupts too early
Yang Yingliang (1):
tty/serial: digicolor: fix possible null-ptr-deref in digicolor_uart_probe()
drivers/tty/n_gsm.c | 20 ++++++++++++--------
drivers/tty/serial/8250/8250_mtk.c | 29 ++++++++++++++++++++---------
drivers/tty/serial/digicolor-usart.c | 5 ++---
drivers/tty/serial/fsl_lpuart.c | 18 +++++++++---------
4 files changed, 43 insertions(+), 29 deletions(-)
Powered by blists - more mailing lists