2024-06-16 10:51:15

by Greg Kroah-Hartman

[permalink] [raw]
Subject: [GIT PULL] Driver core / sysfs fixes for 6.10-rc4

The following changes since commit c3f38fa61af77b49866b006939479069cd451173:

Linux 6.10-rc2 (2024-06-02 15:44:56 -0700)

are available in the Git repository at:

ssh://[email protected]/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-6.10-rc4

for you to fetch changes up to c0a40097f0bc81deafc15f9195d1fb54595cd6d0:

drivers: core: synchronize really_probe() and dev_uevent() (2024-06-04 18:14:51 +0200)

----------------------------------------------------------------
Driver core / sysfs fixes for 6.10-rc4

Here are 3 small changes for 6.10-rc4 that resolve reported problems,
and finally drop an unused api call. These are:
- removal of devm_device_add_groups(), all the callers of this are
finally gone after the 6.10-rc1 merge (changes came in through
different trees), so it's safe to remove.
- much reported sysfs build error fixed up for systems that did not
have sysfs enabled
- driver core sync issue fix for a many reported issue over the years
that no one really paid much attention to, until Dirk finally
tracked down the real issue and made the "obviously correct and
simple" fix for it.

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

Signed-off-by: Greg Kroah-Hartman <[email protected]>

----------------------------------------------------------------
Dirk Behme (1):
drivers: core: synchronize really_probe() and dev_uevent()

Greg Kroah-Hartman (1):
driver core: remove devm_device_add_groups()

Lukas Wunner (1):
sysfs: Unbreak the build around sysfs_bin_attr_simple_read()

drivers/base/core.c | 48 +++---------------------------------------------
include/linux/device.h | 2 --
include/linux/sysfs.h | 9 +++++++++
3 files changed, 12 insertions(+), 47 deletions(-)