]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'Smack-for-5.15' of git://github.com/cschaufler/smack-next
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 31 Aug 2021 20:01:40 +0000 (13:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 31 Aug 2021 20:01:40 +0000 (13:01 -0700)
commit07fdfef984b3349011a034a297a2ce040de042ac
treeb11ed30e46aadef8def8817cd0576a9d6ddc3710
parentc7c3d879f23817f5269857375ef2dbcfed74ac86
parent99f9f3dd81ca978b142f4aa378c0c445a5d586df
Merge tag 'Smack-for-5.15' of git://github.com/cschaufler/smack-next

Pull smack updates from Casey Schaufler:
 "There is a variable used only during start-up that's now marked
  __initdata and a change where the code was working by sheer luck that
  is now done properly.

  Both have been in next for several weeks and pass the Smack testsuite"

* tag 'Smack-for-5.15' of git://github.com/cschaufler/smack-next:
  smack: mark 'smack_enabled' global variable as __initdata
  Smack: Fix wrong semantics in smk_access_entry()