mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] Driver core / sysfs fixes for 6.10-rc4
@ 2024-06-16 10:51 Greg KH
  2024-06-16 18:24 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2024-06-16 10:51 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton
  Cc: linux-kernel, Stephen Rothwell, Saravana Kannan

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://git@gitolite.kernel.org/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 <gregkh@linuxfoundation.org>

----------------------------------------------------------------
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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-16 18:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-16 10:51 [GIT PULL] Driver core / sysfs fixes for 6.10-rc4 Greg KH
2024-06-16 18:24 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®