[GIT PULL] Smack patches for v5.15

From: Casey Schaufler
Date: Tue Aug 31 2021 - 14:53:24 EST


Hello Linus,

Here is the Smack pull request for v5.15.

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.

Thank you.

--
The following changes since commit 2734d6c1b1a089fb593ef6a23d4b70903526fe0c:

Linux 5.14-rc2 (2021-07-18 14:13:49 -0700)

are available in the Git repository at:

https://github.com/cschaufler/smack-next tags/Smack-for-5.15

for you to fetch changes up to bfc3cac0c76126995737f1b858d2cdb476be5b1d:

smack: mark 'smack_enabled' global variable as __initdata (2021-07-20 10:34:59 -0700)

----------------------------------------------------------------
Changes for v5.15
mark 'smack_enabled' global variable as __initdata
Fix wrong semantics in smk_access_entry()

----------------------------------------------------------------
Austin Kim (1):
smack: mark 'smack_enabled' global variable as __initdata

Tianjia Zhang (1):
Smack: Fix wrong semantics in smk_access_entry()

security/smack/smack.h | 2 +-
security/smack/smack_access.c | 17 ++++++++---------
security/smack/smack_lsm.c | 2 +-
3 files changed, 10 insertions(+), 11 deletions(-)