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)
commite1a9e3db3bb59c2fa0c0de0b3381c64b3b6ffba7
treeccb7cab00ab983b242c7c4c52aa0a8507929a7b4
parent494b99f712d00fee7e0927067081954fc493b6d9
parent0c8713153fbf7ba4e45172e139d501c86006dc03
Merge tag 'driver-core-5.13-rc4' of git://git./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