From: "Danilo Krummrich" <dakr@kernel.org>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: "Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
"Rafael J. Wysocki" <rafael@kernel.org>,
"Saravana Kannan" <saravanak@kernel.org>,
"Andrew Morton" <akpm@linux-foundation.org>,
<driver-core@lists.linux.dev>, <rust-for-linux@vger.kernel.org>,
<linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Driver core fixes for 7.2-rc7
Date: Sat, 08 Aug 2026 14:51:24 +0200 [thread overview]
Message-ID: <DKJKQUUIZTWH.3KW3FBXD1831M@kernel.org> (raw)
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(-)
next reply other threads:[~2026-08-08 12:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-08 12:51 Danilo Krummrich [this message]
2026-08-08 14:51 ` [GIT PULL] Driver core fixes for 7.2-rc7 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DKJKQUUIZTWH.3KW3FBXD1831M@kernel.org \
--to=dakr@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=driver-core@lists.linux.dev \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rafael@kernel.org \
--cc=rust-for-linux@vger.kernel.org \
--cc=saravanak@kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.