[GIT PULL] Driver core fixes for 6.15-rc4

From: Greg KH
Date: Fri Apr 25 2025 - 09:48:05 EST


The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

Linux 6.15-rc1 (2025-04-06 13:11:33 -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-6.15-rc4

for you to fetch changes up to b9792abb76ae1649080b8d48092c52e24c7bbdc2:

drivers/base/memory: Avoid overhead from for_each_present_section_nr() (2025-04-15 18:19:49 +0200)

----------------------------------------------------------------
Driver core fixes for 6.15-rc4

Here are some small driver core fixes to resolve a number of reported
problems. Included in here are:
- driver core sync fix revert to resolve a much reported problem,
hopefully this is finally resolved
- MAINTAINERS file update, documenting that the driver-core tree is
now under a "shared" maintainership model, thanks to Rafael and
Danilo for offering to do this!
- auxbus documentation and MAINTAINERS file update
- MAINTAINERS file update for Rust PCI code
- firmware rust binding fixup
- software node link fix

All of these have been in linux-next for over a week with no reported
issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Andy Shevchenko (1):
device property: Add a note to the fwnode.h

Christian Schrefl (1):
rust: firmware: Use `ffi::c_char` type in `FwFunc`

Danilo Krummrich (1):
MAINTAINERS: pci: add entry for Rust PCI code

Dmitry Torokhov (3):
Revert "drivers: core: synchronize really_probe() and dev_uevent()"
driver core: introduce device_set_driver() helper
driver core: fix potential NULL pointer dereference in dev_uevent()

Gavin Shan (1):
drivers/base/memory: Avoid overhead from for_each_present_section_nr()

Greg Kroah-Hartman (1):
MAINTAINERS: update the location of the driver-core git tree

Leon Romanovsky (2):
drivers/base: Extend documentation with preferred way to use auxbus
drivers/base: Add myself as auxiliary bus reviewer

Lizhi Xu (1):
software node: Prevent link creation failure from causing kobj reference count imbalance

MAINTAINERS | 17 ++++++++++++++---
drivers/base/auxiliary.c | 10 ++++++++++
drivers/base/base.h | 17 +++++++++++++++++
drivers/base/bus.c | 2 +-
drivers/base/core.c | 38 ++++++++++++++++++++++++++++++++------
drivers/base/dd.c | 7 +++----
drivers/base/memory.c | 41 +++++++++++++++++------------------------
drivers/base/swnode.c | 3 +--
include/linux/fwnode.h | 5 +++++
rust/kernel/firmware.rs | 8 ++++++--
10 files changed, 106 insertions(+), 42 deletions(-)