]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'driver-core-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 30 Apr 2022 17:24:21 +0000 (10:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 30 Apr 2022 17:24:21 +0000 (10:24 -0700)
commitad11c08b3e7c41ef729f83a33561c5c581d4d82c
tree225c3ec40adc582f89ff62450e842fa9d835f015
parent01e7c91bac3bf488c640302f4c7fcea84dba90ae
parentc2424770220a6fc4be17c2d9a96d0c517407e5d2
Merge tag 'driver-core-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core

Pull driver core fixes from Greg KH:
 "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"

* tag 'driver-core-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
  kernfs: fix NULL dereferencing in kernfs_remove
  topology: Fix up build warning in topology_is_visible()
  arch_topology: Do not set llc_sibling if llc_id is invalid
  topology: make core_mask include at least cluster_siblings
  topology/sysfs: Hide PPIN on systems that do not support it.