linux-serial.vger.kernel.org archive mirror
 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.16-rc6
Date: Sun, 20 Jul 2025 12:46:37 +0200	[thread overview]
Message-ID: <aHzJDbazSNDl7kv4@kroah.com> (raw)

The following changes since commit d0b3b7b22dfa1f4b515fd3a295b3fd958f9e81af:

  Linux 6.16-rc4 (2025-06-29 13:09:04 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.16-rc6

for you to fetch changes up to 6c0e9f05c9d7875995b0e92ace71be947f280bbd:

  pch_uart: Fix dma_sync_sg_for_device() nents value (2025-07-09 13:43:02 +0200)

----------------------------------------------------------------
Serial driver fixes for 6.16-rc6

Here are two serial driver fixes for 6.16-rc6 that do:
  - fix for the serial core OF resource leak
  - pch_uart driver fix for a "incorrect variable" issue

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

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

----------------------------------------------------------------
Johan Hovold (1):
      serial: core: fix OF node leak

Thomas Fourier (1):
      pch_uart: Fix dma_sync_sg_for_device() nents value

 drivers/tty/serial/pch_uart.c        | 2 +-
 drivers/tty/serial/serial_base_bus.c | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

             reply	other threads:[~2025-07-20 10:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-20 10:46 Greg KH [this message]
2025-07-20 16:31 ` [GIT PULL] Serial driver fixes for 6.16-rc6 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=aHzJDbazSNDl7kv4@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).