From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Stephen Rothwell <sfr@canb.auug.org.au>
Subject: [GIT PULL] Driver core fixes for 5.9-rc5
Date: Sun, 13 Sep 2020 10:38:53 +0200 [thread overview]
Message-ID: <20200913083853.GA906777@kroah.com> (raw)
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@linuxfoundation.org>
----------------------------------------------------------------
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(-)
next reply other threads:[~2020-09-13 8:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-13 8:38 Greg KH [this message]
2020-09-13 16:33 ` [GIT PULL] Driver core fixes for 5.9-rc5 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200913083853.GA906777@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sfr@canb.auug.org.au \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.