public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Driver core fixes for 5.15-rc4
@ 2021-10-03 10:16 Greg KH
  2021-10-03 18:20 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2021-10-03 10:16 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton
  Cc: linux-kernel, Stephen Rothwell, Saravana Kannan

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-03 18:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-03 10:16 [GIT PULL] Driver core fixes for 5.15-rc4 Greg KH
2021-10-03 18:20 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox