From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Jiri Slaby <jslaby@suse.cz>,
Stephen Rothwell <sfr@canb.auug.org.au>,
Andrew Morton <akpm@linux-foundation.org>,
linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org
Subject: [GIT PULL] TTY/Serial driver fixes for 5.10-rc3
Date: Sun, 8 Nov 2020 19:46:14 +0100 [thread overview]
Message-ID: <20201108184614.GA66799@kroah.com> (raw)
The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891:
Linux 5.10-rc2 (2020-11-01 14:43:51 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-5.10-rc3
for you to fetch changes up to 3c4e0dff2095c579b142d5a0693257f1c58b4804:
vt: Disable KD_FONT_OP_COPY (2020-11-08 19:35:06 +0100)
----------------------------------------------------------------
TTY/Serial fixes for 5.10-rc3
Here are a small number of small tty and serial fixes for some reported
problems for the tty core, vt code, and some serial drivers.
They include fixes for:
- a buggy and obsolete vt font ioctl removal
- 8250_mtk serial baudrate runtime warnings
- imx serial earlycon build configuration fix
- txx9 serial driver error path cleanup issues
- tty core fix in release_tty that can be triggered by trying to
bind an invalid serial port name to a speakup console device
Almost all of these have been in linux-next without any problems, the
only one that hasn't, just deletes code :)
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Claire Chang (1):
serial: 8250_mtk: Fix uart_get_baud_rate warning
Daniel Vetter (1):
vt: Disable KD_FONT_OP_COPY
Lucas Stach (1):
tty: serial: imx: enable earlycon by default if IMX_SERIAL_CONSOLE is enabled
Matthias Reichl (1):
tty: fix crash in release_tty if tty->port is not set
Qinglang Miao (1):
serial: txx9: add missing platform_driver_unregister() on error in serial_txx9_init
drivers/tty/serial/8250/8250_mtk.c | 2 +-
drivers/tty/serial/Kconfig | 1 +
drivers/tty/serial/serial_txx9.c | 3 +++
drivers/tty/tty_io.c | 6 ++++--
drivers/tty/vt/vt.c | 24 ++----------------------
5 files changed, 11 insertions(+), 25 deletions(-)
next reply other threads:[~2020-11-08 18:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-08 18:46 Greg KH [this message]
2020-11-08 19:38 ` [GIT PULL] TTY/Serial driver fixes for 5.10-rc3 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201108184614.GA66799@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=jslaby@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=sfr@canb.auug.org.au \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox