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:   Sat, 30 Apr 2022 17:53:26 +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.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 <gregkh@...uxfoundation.org>

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

Powered by blists - more mailing lists