2022-05-03 00:43:58

by Greg KH

[permalink] [raw]
Subject: [GIT PULL] Driver core fixes for 5.18-rc5

The following changes since commit ce522ba9ef7e2d9fb22a39eb3371c0c64e2a433e:

Linux 5.18-rc2 (2022-04-10 14:21:36 -1000)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-5.18-rc5

for you to fetch changes up to ad8d869343ae4a07a2038a4ca923f699308c8323:

kernfs: fix NULL dereferencing in kernfs_remove (2022-04-27 19:32:07 +0200)

----------------------------------------------------------------
Driver core fixes for 5.18-rc5

Here are some small driver core and kernfs fixes for some reported
problems. They include:
- kernfs regression that is causing oopses in 5.17 and newer
releases
- topology sysfs fixes for a few small reported problems.

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

Signed-off-by: Greg Kroah-Hartman <[email protected]>

----------------------------------------------------------------
Darren Hart (1):
topology: make core_mask include at least cluster_siblings

Greg Kroah-Hartman (1):
topology: Fix up build warning in topology_is_visible()

Minchan Kim (1):
kernfs: fix NULL dereferencing in kernfs_remove

Tony Luck (1):
topology/sysfs: Hide PPIN on systems that do not support it.

Wang Qing (1):
arch_topology: Do not set llc_sibling if llc_id is invalid

drivers/base/arch_topology.c | 11 ++++++++++-
drivers/base/topology.c | 10 ++++++++++
fs/kernfs/dir.c | 7 ++++++-
3 files changed, 26 insertions(+), 2 deletions(-)