[GIT PULL] Driver core fix for 5.12-rc7

From: Greg KH
Date: Sat Apr 10 2021 - 09:12:40 EST


The following changes since commit e49d033bddf5b565044e2abe4241353959bc9120:

Linux 5.12-rc6 (2021-04-04 14:15:36 -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.12-rc7

for you to fetch changes up to eed6e41813deb9ee622cd9242341f21430d7789f:

driver core: Fix locking bug in deferred_probe_timeout_work_func() (2021-04-05 09:14:18 +0200)

----------------------------------------------------------------
Driver core fix for 5.12-rc7

Here is a single driver core fix for 5.12-rc7 to resolve a reported
problem that caused some devices to lockup when booting. It has been in
linux-next with no reported issues.

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

----------------------------------------------------------------
Saravana Kannan (1):
driver core: Fix locking bug in deferred_probe_timeout_work_func()

drivers/base/dd.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)