[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ff60d9aa-28b9-9c6d-f318-94dd51a95abd@schaufler-ca.com>
Date: Tue, 31 Aug 2021 11:53:12 -0700
From: Casey Schaufler <casey@...aufler-ca.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux Security Module list
<linux-security-module@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>,
Casey Schaufler <casey@...aufler-ca.com>,
Austin Kim <austindh.kim@...il.com>,
Tianjia Zhang <tianjia.zhang@...ux.alibaba.com>
Subject: [GIT PULL] Smack patches for v5.15
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(-)
Powered by blists - more mailing lists