* [GIT PULL] TTY / Serial driver fixes for 6.11-rc3
@ 2024-08-11 13:24 Greg KH
2024-08-11 17:03 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2024-08-11 13:24 UTC (permalink / raw)
To: Linus Torvalds
Cc: Jiri Slaby, Stephen Rothwell, Andrew Morton, linux-kernel,
linux-serial
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-11 17:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-11 13:24 [GIT PULL] TTY / Serial driver fixes for 6.11-rc3 Greg KH
2024-08-11 17:03 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox