]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'driver-core-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Aug 2026 14:13:29 +0000 (07:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Aug 2026 14:13:29 +0000 (07:13 -0700)
commit361efac9e90e03d97e46743c49558466dd5b4bb6
treea63ee71177500776d0807fd7f23def9c41f53c09
parent7d8c681eef3e410eb6a846ef1ef777f5781b4878
parentf88db65aece9f9d26287b6377b7c7730ecf9f11a
Merge tag 'driver-core-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core

Pull driver core fixes from Danilo Krummrich:

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

* tag 'driver-core-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core:
  rust: io: gate ioremap doctests on CONFIG_HAS_IOMEM
  rust: io: gate ioremap/iounmap on CONFIG_HAS_IOMEM
  driver core: add missing kernel-doc for union members