public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Driver core fixes for 6.19-rc5
@ 2026-01-10 20:40 Danilo Krummrich
  2026-01-12 19:38 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Danilo Krummrich @ 2026-01-10 20:40 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.

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

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

end of thread, other threads:[~2026-01-12 19:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-10 20:40 [GIT PULL] Driver core fixes for 6.19-rc5 Danilo Krummrich
2026-01-12 19:38 ` 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