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: <ZxUHkmIo91tAeyFl@kroah.com>
Date: Sun, 20 Oct 2024 15:37:22 +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 6.12-rc4

The following changes since commit 8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b:

  Linux 6.12-rc2 (2024-10-06 15:32:27 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.12-rc4

for you to fetch changes up to be847a3a8d4ec4bf270c2455376d11f2de61bfb3:

  serial: qcom-geni: rename suspend functions (2024-10-11 08:39:24 +0200)

----------------------------------------------------------------
TTY/Serial driver fixes for 6.12-rc4

Here are some small tty and serial driver fixes for 6.12-rc4.  Included
in here are:
  - qcom-geni serial driver fixes, wow what a mess of a UART chip that
    thing is...
  - vt infoleak fix for odd font sizes
  - imx serial driver bugfix
  - yet-another n_gsm ldisc bugfix, slowly chipping down the issues in
    that piece of code.

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

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

----------------------------------------------------------------
Jeongjun Park (1):
      vt: prevent kernel-infoleak in con_font_get()

Johan Hovold (9):
      serial: qcom-geni: fix polled console initialisation
      serial: qcom-geni: revert broken hibernation support
      serial: qcom-geni: fix shutdown race
      serial: qcom-geni: fix dma rx cancellation
      serial: qcom-geni: fix receiver enable
      serial: qcom-geni: fix rx cancel dma status bit
      serial: qcom-geni: drop flip buffer WARN()
      serial: qcom-geni: drop unused receive parameter
      serial: qcom-geni: rename suspend functions

Longlong Xia (1):
      tty: n_gsm: Fix use-after-free in gsm_cleanup_mux

Marek Vasut (1):
      serial: imx: Update mctrl old_status on RTSD interrupt

 drivers/tty/n_gsm.c                   |   2 +
 drivers/tty/serial/imx.c              |  15 +++++
 drivers/tty/serial/qcom_geni_serial.c | 103 ++++++++++++++++------------------
 drivers/tty/vt/vt.c                   |   2 +-
 include/linux/soc/qcom/geni-se.h      |   2 +-
 5 files changed, 67 insertions(+), 57 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ