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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <DFL77VCNNY40.3GCIR8ZYI14RU@kernel.org>
Date: Sat, 10 Jan 2026 21:40:50 +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@...nel.org>, "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-rc5

Hi Linus,

Please pull these driver-core fixes.

All commits have been in linux-next for a couple rounds; no conflicts expected.

- Danilo

The following changes since commit f8f9c1f4d0c7a64600e2ca312dec824a0bc2f1da:

  Linux 6.19-rc3 (2025-12-28 13:24:26 -0800)

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-rc5

for you to fetch changes up to 8510ef5e3cfbd7d59a16845f85cd0194a8689761:

  rust: device: Remove explicit import of CStrExt (2026-01-06 21:18:31 +0100)

----------------------------------------------------------------
Driver core fixes for 6.19-rc5

- Fix swapped example values for the `family` and `machine` attributes
  in the sysfs SoC bus ABI documentation.

- Fix Rust build and intra-doc issues when optional subsystems
  (CONFIG_PCI, CONFIG_AUXILIARY_BUS, CONFIG_PRINTK) are disabled.

- Fix typos and incorrect safety comments in Rust PCI, DMA, and device
  ID documentation.

----------------------------------------------------------------
Alice Ryhl (1):
      rust: driver: fix broken intra-doc links to example driver types

FUJITA Tomonori (3):
      rust: dma: fix broken intra-doc links
      rust: device: fix broken intra-doc links
      rust: device: Remove explicit import of CStrExt

Marko Turk (1):
      rust: pci: fix typos in Bar struct's comments

Matthew Maurer (1):
      docs: ABI: sysfs-devices-soc: Fix swapped sample values

Yilin Chen (2):
      rust: dma: remove incorrect safety documentation
      rust: device_id: replace incorrect word in safety documentation

 Documentation/ABI/testing/sysfs-devices-soc |  4 ++--
 rust/kernel/device.rs                       |  7 +++----
 rust/kernel/device_id.rs                    |  2 +-
 rust/kernel/dma.rs                          |  7 +++----
 rust/kernel/driver.rs                       | 12 ++++++++----
 rust/kernel/pci/io.rs                       |  4 ++--
 6 files changed, 19 insertions(+), 17 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ