All of lore.kernel.org
 help / color / mirror / Atom feed
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] Serial driver fixes for 6.18-rc8
Date: Fri, 28 Nov 2025 17:34:21 +0100	[thread overview]
Message-ID: <aSnPDe3bUlz_Xl7e@kroah.com> (raw)

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

             reply	other threads:[~2025-11-28 16:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-28 16:34 Greg KH [this message]
2025-11-28 17:55 ` [GIT PULL] Serial driver fixes for 6.18-rc8 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=aSnPDe3bUlz_Xl7e@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.