[GIT PULL] Driver core fixes for 7.2-rc7

From: Danilo Krummrich

Date: Sat Aug 08 2026 - 08:51:39 EST


Hi Linus,

Please pull these driver-core fixes.

Thanks,
Danilo

The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:

Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git tags/driver-core-7.2-rc7

for you to fetch changes up to f88db65aece9f9d26287b6377b7c7730ecf9f11a:

rust: io: gate ioremap doctests on CONFIG_HAS_IOMEM (2026-08-06 16:05:50 +0200)

----------------------------------------------------------------
Driver core fixes for 7.2-rc7

- Fix Rust build failure on s390 by gating ioremap() / iounmap() helpers
and the io::mem module on CONFIG_HAS_IOMEM; gate affected doctests as
well

- Add missing kernel-doc for show_const / store_const union members in
struct device_attribute

----------------------------------------------------------------
Danilo Krummrich (2):
rust: io: gate ioremap/iounmap on CONFIG_HAS_IOMEM
rust: io: gate ioremap doctests on CONFIG_HAS_IOMEM

Randy Dunlap (1):
driver core: add missing kernel-doc for union members

include/linux/device.h | 2 ++
rust/helpers/io.c | 2 ++
rust/kernel/devres.rs | 1 +
rust/kernel/io.rs | 2 ++
rust/kernel/platform.rs | 9 +++++----
5 files changed, 12 insertions(+), 4 deletions(-)