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: <DF8E7C3FALHK.3F0F9RW1IFX7V@kernel.org>
Date: Fri, 26 Dec 2025 20:24:36 +0100
From: "Danilo Krummrich" <dakr@...nel.org>
To: "Linus Torvalds" <torvalds@...ux-foundation.org>
Cc: "Greg Kroah-Hartman" <gregkh@...uxfoundation.org>, "Rafael J. Wysocki"
 <rafael@...nel.org>, "Saravana Kannan" <saravanak@...gle.com>, "Andrew
 Morton" <akpm@...ux-foundation.org>, <rust-for-linux@...r.kernel.org>,
 <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Driver core fixes for 6.19-rc3

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ