All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Driver core fixes for 5.15-rc6
@ 2021-10-17 10:06 Greg KH
  2021-10-18  3:22 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2021-10-17 10:06 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton
  Cc: linux-kernel, Stephen Rothwell, Saravana Kannan

The following changes since commit 9e1ff307c779ce1f0f810c7ecce3d95bbae40896:

  Linux 5.15-rc4 (2021-10-03 14:08:47 -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-rc6

for you to fetch changes up to 81967efb5f3966e8692f9173c7fa2964034ece5d:

  drivers: bus: Delete CONFIG_SIMPLE_PM_BUS (2021-10-05 17:47:22 +0200)

----------------------------------------------------------------
Driver core fixes for 5.15-rc6

Here are some small driver core fixes for 5.15-rc6, all of which have
been in linux-next for a while with no reported issues.

They include:
	- kernfs negative dentry bugfix
	- simple pm bus fixes to resolve reported issues

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

----------------------------------------------------------------
Ian Kent (1):
      kernfs: don't create a negative dentry if inactive node exists

Saravana Kannan (3):
      driver core: Reject pointless SYNC_STATE_ONLY device links
      drivers: bus: simple-pm-bus: Add support for probing simple bus only devices
      drivers: bus: Delete CONFIG_SIMPLE_PM_BUS

 arch/arm/configs/multi_v7_defconfig |  1 -
 arch/arm/configs/oxnas_v6_defconfig |  1 -
 arch/arm/configs/shmobile_defconfig |  1 -
 arch/arm/mach-omap2/Kconfig         |  1 -
 arch/arm64/configs/defconfig        |  1 -
 drivers/base/core.c                 |  3 ++-
 drivers/bus/Kconfig                 | 12 -----------
 drivers/bus/Makefile                |  2 +-
 drivers/bus/simple-pm-bus.c         | 42 ++++++++++++++++++++++++++++++++++---
 drivers/soc/canaan/Kconfig          |  1 -
 fs/kernfs/dir.c                     |  9 +++++++-
 11 files changed, 50 insertions(+), 24 deletions(-)

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

* Re: [GIT PULL] Driver core fixes for 5.15-rc6
  2021-10-17 10:06 [GIT PULL] Driver core fixes for 5.15-rc6 Greg KH
@ 2021-10-18  3:22 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-10-18  3:22 UTC (permalink / raw)
  To: Greg KH
  Cc: Linus Torvalds, Andrew Morton, linux-kernel, Stephen Rothwell,
	Saravana Kannan

The pull request you sent on Sun, 17 Oct 2021 12:06:47 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-5.15-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/cf52ad5ff16c38a62a6536b5e7612b56794f5a5e

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-17 10:06 [GIT PULL] Driver core fixes for 5.15-rc6 Greg KH
2021-10-18  3:22 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.