All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	Saravana Kannan <saravanak@google.com>
Subject: [GIT PULL] Driver core fixes for 5.15-rc6
Date: Sun, 17 Oct 2021 12:06:47 +0200	[thread overview]
Message-ID: <YWv1tz7ZCDOtebFE@kroah.com> (raw)

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(-)

             reply	other threads:[~2021-10-17 10:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-17 10:06 Greg KH [this message]
2021-10-18  3:22 ` [GIT PULL] Driver core fixes for 5.15-rc6 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YWv1tz7ZCDOtebFE@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=saravanak@google.com \
    --cc=sfr@canb.auug.org.au \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.