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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <aSnPDe3bUlz_Xl7e@kroah.com>
Date: Fri, 28 Nov 2025 17:34:21 +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] Serial driver fixes for 6.18-rc8

The following changes since commit dcb6fa37fd7bc9c3d2b066329b0d27dedf8becaa:

  Linux 6.18-rc3 (2025-10-26 15:59:49 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.18-rc8

for you to fetch changes up to 2bf95a9bcb50002ca9d47403d60aedaeb2e19abe:

  serial: 8250: Fix 8250_rsa symbol loop (2025-11-26 13:16:53 +0100)

----------------------------------------------------------------
Serial driver fixes for 6.18-rc8

Here are 2 serial driver fixes for reported issues for 6.18-rc8.

These are:
  - fix for a much reported symbol build loop that broke the build for
    some kernel configurations.
  - amba-pl011 driver bugfix for a reported issue

Both have been in linux next (the last for weeks, the first for a
shorter amount of time), with no reported issues.

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

----------------------------------------------------------------
Ilpo Järvinen (1):
      serial: 8250: Fix 8250_rsa symbol loop

Miaoqian Lin (1):
      serial: amba-pl011: prefer dma_mapping_error() over explicit address checking

 drivers/tty/serial/8250/8250.h          |  4 ++--
 drivers/tty/serial/8250/8250_platform.c |  2 +-
 drivers/tty/serial/8250/8250_rsa.c      | 26 +++++++++++++++++---------
 drivers/tty/serial/8250/Makefile        |  2 +-
 drivers/tty/serial/amba-pl011.c         |  2 +-
 5 files changed, 22 insertions(+), 14 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ