[GIT PULL] Driver core fixes for 6.19-rc5
From: Danilo Krummrich
Date: Sat Jan 10 2026 - 15:40:53 EST
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(-)