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: <20200826134257.GA3882407@kroah.com>
Date:   Wed, 26 Aug 2020 15:42:57 +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.9-rc3

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ea1fc02e12b647d8dd7515d1dba137847d8e951d:

  tty: serial: imx: add dependence and build for earlycon (2020-08-18 13:54:34 +0200)

----------------------------------------------------------------
TTY/Serial fixes for 5.9-rc3

Here are a few small TTY/Serial/vt fixes for 5.9-rc3

Included in here are:
	- qcom serial fixes
	- vt ioctl and core bugfixes
	- pl011 serial driver fixes
	- 8250 serial driver fixes
	- other misc serial driver fixes

and for good measure:
	- fbcon fix for syzbot found problem.

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

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

----------------------------------------------------------------
Douglas Anderson (1):
      serial: qcom_geni_serial: Fix recent kdb hang

Fugang Duan (1):
      tty: serial: imx: add dependence and build for earlycon

George Kennedy (2):
      fbcon: prevent user font height or width change from causing potential out-of-bounds access
      vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()

Holger Assmann (1):
      serial: stm32: avoid kernel warning on absence of optional IRQ

John Stultz (1):
      tty: serial: qcom_geni_serial: Drop __init from qcom_geni_console_setup

Lukas Wunner (2):
      serial: pl011: Don't leak amba_ports entry on driver register error
      serial: pl011: Fix oops on -EPROBE_DEFER

Sergey Senozhatsky (1):
      serial: 8250: change lock order in serial8250_do_startup()

Tamseel Shams (1):
      serial: samsung: Removes the IRQ not found warning

Tetsuo Handa (1):
      vt: defer kfree() of vc_screenbuf in vc_do_resize()

Valmer Huhn (1):
      serial: 8250_exar: Fix number of ports for Commtech PCIe cards

 drivers/tty/serial/8250/8250_exar.c   | 24 +++++++++++++++++++++---
 drivers/tty/serial/8250/8250_port.c   |  9 ++++++---
 drivers/tty/serial/Kconfig            |  1 +
 drivers/tty/serial/Makefile           |  1 +
 drivers/tty/serial/amba-pl011.c       | 16 +++++++++-------
 drivers/tty/serial/qcom_geni_serial.c | 11 ++++++++---
 drivers/tty/serial/samsung_tty.c      |  8 +++++---
 drivers/tty/serial/stm32-usart.c      |  2 +-
 drivers/tty/vt/vt.c                   |  5 +++--
 drivers/tty/vt/vt_ioctl.c             | 12 +++++++++++-
 drivers/video/fbdev/core/fbcon.c      | 25 +++++++++++++++++++++++--
 11 files changed, 89 insertions(+), 25 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ