]> 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)
commit741910f98fcc60b8cf0770e1de71b7a1199fd53d
treeb11ed30e46aadef8def8817cd0576a9d6ddc3710
parentb6d24bf037de73b23b29a5ed54b73eb70b632420
parent7d6441eb6e8f57cb85ec2be06fcd889b7dbfdd43
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()