[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200726111217.GA1283587@kroah.com>
Date: Sun, 26 Jul 2020 13:12:17 +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.8-rc7
The following changes since commit ba47d845d715a010f7b51f6f89bae32845e6acb7:
Linux 5.8-rc6 (2020-07-19 15:41:18 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-5.8-rc7
for you to fetch changes up to 5fdbe136ae19ab751daaa4d08d9a42f3e30d17f9:
serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35X (2020-07-24 10:58:14 +0200)
----------------------------------------------------------------
TTY/Serial/fbcon fixes for 5.8-rc7
Here are some small tty and serial and fbcon fixes for 5.8-rc7 to
resolve some reported issues.
The fbcon fix is in here as it was simpler to take it this way (and it
was acked by the maintainer) as it was related to the vt console fix as
well, both of which resolve syzbot-found issues in the console handling
code.
The other serial driver fixes are for small issues reported in the -rc
releases.
All of these have been in linux-next with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Helmut Grohne (1):
tty: xilinx_uartps: Really fix id assignment
Johan Hovold (2):
serial: tegra: fix CREAD handling for PIO
serial: tegra: drop bogus NULL tty-port checks
Matthew Howell (1):
serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35X
Serge Semin (1):
serial: 8250_mtk: Fix high-speed baud rates clamping
Tetsuo Handa (2):
vt: Reject zero-sized screen buffer size.
fbdev: Detect integer underflow at "struct fbcon_ops"->clear_margins.
Yang Yingliang (1):
serial: 8250: fix null-ptr-deref in serial8250_start_tx()
drivers/tty/serial/8250/8250_core.c | 2 +-
drivers/tty/serial/8250/8250_exar.c | 12 +++++++++++-
drivers/tty/serial/8250/8250_mtk.c | 18 ++++++++++++++++++
drivers/tty/serial/serial-tegra.c | 16 +++++++---------
drivers/tty/serial/xilinx_uartps.c | 8 ++++++--
drivers/tty/vt/vt.c | 29 ++++++++++++++++++-----------
drivers/video/fbdev/core/bitblit.c | 4 ++--
drivers/video/fbdev/core/fbcon_ccw.c | 4 ++--
drivers/video/fbdev/core/fbcon_cw.c | 4 ++--
drivers/video/fbdev/core/fbcon_ud.c | 4 ++--
10 files changed, 69 insertions(+), 32 deletions(-)
Powered by blists - more mailing lists