]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'driver-core-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 29 May 2021 16:33:28 +0000 (06:33 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 29 May 2021 16:33:28 +0000 (06:33 -1000)
commite65950637b82cc87a74cd2e7d9ff9fc356bda464
treeccb7cab00ab983b242c7c4c52aa0a8507929a7b4
parentbb177da9995618a29a146d2907683c51a84e4838
parent5647d4f2503a52e246e729da45fb24da530f97f4
Merge tag 'driver-core-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core

Pull driver core fixes from Greg KH:
 "Here are three small driver core / debugfs fixes for 5.13-rc4:

   - debugfs fix for incorrect "lockdown" mode for selinux accesses

   - two device link changes, one bugfix and one cleanup

  All of these have been in linux-next for over a week with no reported
  problems"

* tag 'driver-core-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
  drivers: base: Reduce device link removal code duplication
  drivers: base: Fix device link removal
  debugfs: fix security_locked_down() call for SELinux