[GIT PULL] Driver core fixes for 5.9-rc5

From: Greg KH
Date: Sun Sep 13 2020 - 04:39:32 EST


The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:

Linux 5.9-rc2 (2020-08-23 14:08:43 -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.9-rc5

for you to fetch changes up to baaabecfc80fad255f866563b53b8c7a3eec176e:

test_firmware: Test platform fw loading on non-EFI systems (2020-09-10 18:19:16 +0200)

----------------------------------------------------------------
Driver core fixes for 5.9-rc5

Here are some small driver core and debugfs fixes for 5.9-rc5

Included in here are:
- firmware loader memory leak fix
- firmware loader testing fixes for non-EFI systems
- device link locking fixes found by lockdep
- kobject_del() bugfix that has been affecting some callers
- debugfs minor fix

All of these have been in linux-next for a while with no reported
issues.

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

----------------------------------------------------------------
Andy Shevchenko (2):
kobject: Restore old behaviour of kobject_del(NULL)
kobject: Drop unneeded conditional in __kobject_del()

Kees Cook (1):
test_firmware: Test platform fw loading on non-EFI systems

Krzysztof Kozlowski (1):
MAINTAINERS: Add the security document to SECURITY CONTACT

Michał Mirosław (1):
driver code: print symbolic error code

Prateek Sood (1):
firmware_loader: fix memory leak for paged buffer

Randy Dunlap (1):
PM: <linux/device.h>: fix @em_pd kernel-doc warning

Saravana Kannan (1):
driver core: Fix device_pm_lock() locking for device links

Vladis Dronov (1):
debugfs: Fix module state check condition

MAINTAINERS | 1 +
drivers/base/core.c | 8 ++------
drivers/base/firmware_loader/firmware.h | 2 ++
drivers/base/firmware_loader/main.c | 17 +++++++++++------
drivers/firmware/efi/embedded-firmware.c | 10 +++++-----
fs/debugfs/file.c | 4 ++--
include/linux/device.h | 1 +
include/linux/efi_embedded_fw.h | 6 ++----
lib/kobject.c | 9 +++++----
lib/test_firmware.c | 9 +++++++++
10 files changed, 40 insertions(+), 27 deletions(-)