lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 13 Sep 2020 10:38:53 +0200
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>,
        Andrew Morton <akpm@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org,
        Stephen Rothwell <sfr@...b.auug.org.au>
Subject: [GIT PULL] Driver core fixes for 5.9-rc5

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@...uxfoundation.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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ