[GIT PULL] Driver core revert fix for 6.12-rc6

From: Greg KH
Date: Sun Nov 03 2024 - 07:02:14 EST


The following changes since commit 8e929cb546ee42c9a61d24fae60605e9e3192354:

Linux 6.12-rc3 (2024-10-13 14:33:32 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-6.12-rc6

for you to fetch changes up to 9a71892cbcdb9d1459c84f5a4c722b14354158a5:

Revert "driver core: Fix uevent_show() vs driver detach race" (2024-10-29 01:23:43 +0100)

----------------------------------------------------------------
Driver core revert fix for 6.12-rc6

Here is a single driver core revert for 6.12-rc6. It reverts a change
that came in -rc1 that was supposed to resolve a reported problem, but
caused another one, so revert it for now so that we can get this all
worked out properly in 6.13.

The revert has been in linux-next all week with no reported issues.

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

----------------------------------------------------------------
Greg Kroah-Hartman (1):
Revert "driver core: Fix uevent_show() vs driver detach race"

drivers/base/core.c | 13 +++++--------
drivers/base/module.c | 4 ----
2 files changed, 5 insertions(+), 12 deletions(-)