Re: [GIT PULL] Driver core fixes for 5.7-rc7 - take 2

From: Greg KH
Date: Sat May 23 2020 - 11:29:26 EST



The following changes since commit 2ef96a5bb12be62ef75b5828c0aab838ebb29cb8:

Linux 5.7-rc5 (2020-05-10 15:16:58 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-5.7-rc7

for you to fetch changes up to e6764aa0e5530066dd969eccea2a1a7d177859a8:

Revert "kobject: Make sure the parent does not get released before its children" (2020-05-23 17:11:11 +0200)

----------------------------------------------------------------
Driver core fixes for 5.7-rc7 - take 2

So, turns out the kobject fix didn't quite work, so here are 4 patches
that in the end, result in just 2 driver core fixes for reported issues
that no one has had problems with.

The kobject patch that was originally in here has now been reverted, as
Guenter reported boot problems with it on some of his systems.

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

----------------------------------------------------------------
Greg Kroah-Hartman (1):
Revert "kobject: Make sure the parent does not get released before its children"

Heikki Krogerus (1):
kobject: Make sure the parent does not get released before its children

Saravana Kannan (2):
driver core: Fix SYNC_STATE_ONLY device link implementation
driver core: Fix handling of SYNC_STATE_ONLY + STATELESS device links

drivers/base/core.c | 55 +++++++++++++++++++++++++++++++++++------------------
1 file changed, 37 insertions(+), 18 deletions(-)