Messages in this thread |  | | Date | Sat, 29 May 2021 16:27:24 +0200 | From | Greg KH <> | Subject | [GIT PULL] Driver core fixes for 5.13-rc4 |
| |
The following changes since commit d07f6ca923ea0927a1024dfccafc5b53b61cfecc:
Linux 5.13-rc2 (2021-05-16 15:27:44 -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.13-rc4
for you to fetch changes up to 0c8713153fbf7ba4e45172e139d501c86006dc03:
drivers: base: Reduce device link removal code duplication (2021-05-21 22:12:14 +0200)
---------------------------------------------------------------- Driver core fixes for 5.13-rc4
Here are 3 small driver core / debugfs fixes for 5.13-rc4: - debugfs fix for incorrect "lockdown" mode for selinux accesses - 2 device link changes, one bugfix and one cleanup
All of these have been in linux-next for over a week with no reported problems.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---------------------------------------------------------------- Ondrej Mosnacek (1): debugfs: fix security_locked_down() call for SELinux
Rafael J. Wysocki (2): drivers: base: Fix device link removal drivers: base: Reduce device link removal code duplication
drivers/base/core.c | 68 ++++++++++++++++++++++++++------------------------ fs/debugfs/inode.c | 9 ++++--- include/linux/device.h | 6 ++--- 3 files changed, 44 insertions(+), 39 deletions(-)
|  |