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, 26 Apr 2020 12:46:55 +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.7-rc3

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -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.7-rc3

for you to fetch changes up to 5a3577039cbe0bbb8e7a12d2790e23039b8a8618:

  firmware_loader: revert removal of the fw_fallback_config export (2020-04-26 10:42:15 +0200)

----------------------------------------------------------------
Driver core fixes for 5.7-rc3

Here are some small firmware/driver core/debugfs fixes for 5.7-rc3.

The debugfs change is now possible as now the last users of
debugfs_create_u32() have been fixed up in the different trees that got
merged into 5.7-rc1, and I don't want it creeping back in.

The firmware changes did cause a regression in linux-next, so the final
patch here reverts part of that, re-exporting the symbol to resolve that
issue.  All of these patches, with the exception of the final one, have
been in linux-next with only that one reported issue.

Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

----------------------------------------------------------------
Arnd Bergmann (1):
      firmware: imx: fix compile-testing

Christoph Hellwig (1):
      firmware_loader: remove unused exports

Greg Kroah-Hartman (1):
      debugfs: remove return value of debugfs_create_u32()

Luis Chamberlain (1):
      firmware_loader: revert removal of the fw_fallback_config export

 Documentation/filesystems/debugfs.rst         |  4 ++--
 drivers/base/firmware_loader/fallback_table.c |  1 -
 drivers/firmware/imx/Kconfig                  |  4 ++--
 fs/debugfs/file.c                             | 15 +++------------
 include/linux/debugfs.h                       | 12 ++++--------
 5 files changed, 11 insertions(+), 25 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ