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]
Message-ID: <YVmDByRt0G36h1nC@kroah.com>
Date:   Sun, 3 Oct 2021 12:16:39 +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>,
        Saravana Kannan <saravanak@...gle.com>
Subject: [GIT PULL] Driver core fixes for 5.15-rc4

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -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.15-rc4

for you to fetch changes up to df38d852c6814cbbd010d81e84efb9dc057d5ba6:

  kernfs: also call kernfs_set_rev() for positive dentry (2021-09-28 18:18:15 +0200)

----------------------------------------------------------------
Driver core fixes for 5.15-rc4

Here are some driver core and kernfs fixes for reported issues for
5.15-rc4.  These fixes include:
	- kernfs positive dentry bugfix
	- debugfs_create_file_size error path fix
	- cpumask sysfs file bugfix to preserve the user/kernel abi (has
	  been reported multiple times.)
	- devlink fixes for mdiobus devices as reported by the subsystem
	  maintainers.

Also included in here are some devlink debugging changes to make it
easier for people to report problems when asked.  They have already
helped with the mdiobus and other subsystems reporting issues.

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

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

----------------------------------------------------------------
Hou Tao (1):
      kernfs: also call kernfs_set_rev() for positive dentry

Nirmoy Das (1):
      debugfs: debugfs_create_file_size(): use IS_ERR to check for error

Saravana Kannan (6):
      driver core: fw_devlink: Improve handling of cyclic dependencies
      driver core: fw_devlink: Add support for FWNODE_FLAG_NEEDS_CHILD_BOUND_ON_ADD
      net: mdiobus: Set FWNODE_FLAG_NEEDS_CHILD_BOUND_ON_ADD for mdiobus parents
      driver core: Set deferred probe reason when deferred by driver core
      driver core: Create __fwnode_link_del() helper function
      driver core: Add debug logs when fwnode links are added/deleted

Tobias Klauser (1):
      cpumask: Omit terminating null byte in cpumap_print_{list,bitmask}_to_buf

 drivers/base/core.c        | 90 ++++++++++++++++++++++++++++++++--------------
 drivers/net/phy/mdio_bus.c |  4 +++
 fs/debugfs/inode.c         |  2 +-
 fs/kernfs/dir.c            |  9 +++--
 include/linux/cpumask.h    |  7 ++--
 include/linux/fwnode.h     | 11 ++++--
 6 files changed, 87 insertions(+), 36 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ