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, 17 Oct 2021 12:06:47 +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-rc6

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ