From: "Danilo Krummrich" <dakr@kernel.org>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: "Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
"Rafael J. Wysocki" <rafael@kernel.org>,
"Saravana Kannan" <saravanak@google.com>,
"Andrew Morton" <akpm@linux-foundation.org>,
<rust-for-linux@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Driver core fixes for 6.19-rc3
Date: Fri, 26 Dec 2025 20:24:36 +0100 [thread overview]
Message-ID: <DF8E7C3FALHK.3F0F9RW1IFX7V@kernel.org> (raw)
Hi Linus,
Please pull these driver-core fixes.
Due to the linux-next break until January 4, not all of them have been in
linux-next; no conflicts expected.
- Danilo
The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:
Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git tags/driver-core-6.19-rc3
for you to fetch changes up to 2b742094582db365fe07021b0a9c5405f85049f9:
fs/kernfs: null-ptr deref in simple_xattrs_free() (2025-12-23 16:14:43 +0100)
----------------------------------------------------------------
Driver core fixes for 6.19-rc3
- Introduce DMA Rust helpers to avoid build errors when !CONFIG_HAS_DMA.
- Remove unnecessary (and hence incorrect) endian conversion in the Rust
PCI driver sample code.
- Fix memory leak in the unwind path of debugfs_change_name().
- Support non-const struct software_node pointers in
SOFTWARE_NODE_REFERENCE(), after introducing _Generic().
- Avoid NULL pointer dereference in the unwind path of
simple_xattrs_free().
----------------------------------------------------------------
FUJITA Tomonori (1):
rust: dma: add helpers for architectures without CONFIG_HAS_DMA
Kuniyuki Iwashima (1):
debugfs: Fix memleak in debugfs_change_name().
Marko Turk (1):
samples: rust: fix endianness issue in rust_driver_pci
Sakari Ailus (1):
software node: Also support referencing non-constant software nodes
Will Rosenberg (1):
fs/kernfs: null-ptr deref in simple_xattrs_free()
fs/debugfs/inode.c | 7 +++++--
fs/kernfs/dir.c | 6 ++++--
include/linux/property.h | 1 +
rust/helpers/dma.c | 21 +++++++++++++++++++++
samples/rust/rust_driver_pci.rs | 2 +-
5 files changed, 32 insertions(+), 5 deletions(-)
next reply other threads:[~2025-12-26 19:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-26 19:24 Danilo Krummrich [this message]
2025-12-27 0:20 ` [GIT PULL] Driver core fixes for 6.19-rc3 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=DF8E7C3FALHK.3F0F9RW1IFX7V@kernel.org \
--to=dakr@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rafael@kernel.org \
--cc=rust-for-linux@vger.kernel.org \
--cc=saravanak@google.com \
--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