lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201108184614.GA66799@kroah.com>
Date:   Sun, 8 Nov 2020 19:46:14 +0100
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.10-rc3

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@...uxfoundation.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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ