mbox series

[GIT,PULL] TTY / Serial driver fixes for 6.11-rc3

Message ID Zri7cUG-SZsEn2vY@kroah.com
State New
Headers show
Series [GIT,PULL] TTY / Serial driver fixes for 6.11-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.11-rc3

Message

Greg Kroah-Hartman Aug. 11, 2024, 1:24 p.m. UTC
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.11-rc3

for you to fetch changes up to 6e20753da6bc651e02378a0cdb78f16c42098c88:

  tty: vt: conmakehash: cope with abs_srctree no longer in env (2024-07-31 12:31:32 +0200)

----------------------------------------------------------------
tty/serial driver fixes for 6.11-rc3

Here are some small tty and serial driver fixes for reported problems
for 6.11-rc3.  Included in here are:
 - sc16is7xx serial driver fixes
 - uartclk bugfix for a divide by zero issue
 - conmakehash userspace build issue fix

All of these have been in linux-next for a while with no reported
issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
George Kennedy (1):
      serial: core: check uartclk for zero to avoid divide by zero

Hugo Villeneuve (2):
      serial: sc16is7xx: fix TX fifo corruption
      serial: sc16is7xx: fix invalid FIFO access with special register set

Max Krummenacher (1):
      tty: vt: conmakehash: cope with abs_srctree no longer in env

 drivers/tty/serial/sc16is7xx.c   | 25 +++++++++++++++----------
 drivers/tty/serial/serial_core.c |  8 ++++++++
 drivers/tty/vt/conmakehash.c     | 20 +++++++-------------
 3 files changed, 30 insertions(+), 23 deletions(-)