Commit f547711
committed
Revert "driver core: Fix uevent_show() vs driver detach race"
JIRA: https://issues.redhat.com/browse/RHEL-81536
Conflicts:
drivers/base/core.c - minor context differences
This reverts commit 56a69ee.
commit 9a71892
Author: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Tue, 29 Oct 2024 01:23:43 +0000
This reverts commit 15fffc6.
This commit causes a regression, so revert it for now until it can come
back in a way that works for everyone.
Link: https://lore.kernel.org/all/172790598832.1168608.4519484276671503678.stgit@dwillia2-xfh.jf.intel.com/
Fixes: 15fffc6 ("driver core: Fix uevent_show() vs driver detach race")
Cc: stable <stable@kernel.org>
Cc: Ashish Sangwan <a.sangwan@samsung.com>
Cc: Namjae Jeon <namjae.jeon@samsung.com>
Cc: Dirk Behme <dirk.behme@de.bosch.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Rafael J. Wysocki <rafael@kernel.org>
Cc: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Mark Langsdorf <mlangsdo@redhat.com>1 parent 3994deb commit f547711
2 files changed
+5
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
2634 | 2633 | | |
2635 | 2634 | | |
2636 | 2635 | | |
2637 | | - | |
2638 | 2636 | | |
2639 | 2637 | | |
2640 | 2638 | | |
| |||
2663 | 2661 | | |
2664 | 2662 | | |
2665 | 2663 | | |
2666 | | - | |
2667 | | - | |
2668 | | - | |
2669 | | - | |
2670 | | - | |
2671 | | - | |
| 2664 | + | |
| 2665 | + | |
2672 | 2666 | | |
2673 | 2667 | | |
2674 | 2668 | | |
| |||
2738 | 2732 | | |
2739 | 2733 | | |
2740 | 2734 | | |
| 2735 | + | |
| 2736 | + | |
2741 | 2737 | | |
2742 | 2738 | | |
| 2739 | + | |
2743 | 2740 | | |
2744 | 2741 | | |
2745 | 2742 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
102 | 101 | | |
103 | 102 | | |
104 | 103 | | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | 104 | | |
109 | 105 | | |
110 | 106 | | |
| |||
0 commit comments