diff options
author | KP Singh <kpsingh@kernel.org> | 2024-08-16 18:43:06 +0300 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2024-08-22 19:23:47 +0300 |
commit | d51e783c17bab0c139bf78d6bd9d1f66673f7903 (patch) | |
tree | 63a687b2677e5079ac9d3c5970d57df0a8eb87d9 /sound | |
parent | 7cff549daa67c7549c5a8688674cea2df8c2ec80 (diff) | |
download | linux-d51e783c17bab0c139bf78d6bd9d1f66673f7903.tar.xz |
lsm: count the LSMs enabled at compile time
These macros are a clever trick to determine a count of the number of
LSMs that are enabled in the config to ascertain the maximum number of
static calls that need to be configured per LSM hook.
Without this one would need to generate static calls for the total
number of LSMs in the kernel (even if they are not compiled) times the
number of LSM hooks which ends up being quite wasteful.
Tested-by: Guenter Roeck <linux@roeck-us.net>
Suggested-by: Kui-Feng Lee <sinquersw@gmail.com>
Suggested-by: Andrii Nakryiko <andrii@kernel.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Casey Schaufler <casey@schaufler-ca.com>
Reviewed-by: John Johansen <john.johansen@canonical.com>
Acked-by: Casey Schaufler <casey@schaufler-ca.com>
Acked-by: Song Liu <song@kernel.org>
Acked-by: Andrii Nakryiko <andrii@kernel.org>
Nacked-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: KP Singh <kpsingh@kernel.org>
[PM: added IPE to the count during merge]
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions