public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Driver core fixes for 6.19-rc3
@ 2025-12-26 19:24 Danilo Krummrich
  2025-12-27  0:20 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Danilo Krummrich @ 2025-12-26 19:24 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Greg Kroah-Hartman, Rafael J. Wysocki, Saravana Kannan,
	Andrew Morton, rust-for-linux, linux-kernel

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-12-27  0:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-26 19:24 [GIT PULL] Driver core fixes for 6.19-rc3 Danilo Krummrich
2025-12-27  0:20 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox