lsm: remove the now superfluous sentinel element from ctl_table array
authorJoel Granados <j.granados@samsung.com>
Thu, 28 Mar 2024 15:57:49 +0000 (16:57 +0100)
committerPaul Moore <paul@paul-moore.com>
Mon, 15 Apr 2024 19:00:00 +0000 (15:00 -0400)
commit74560bb3685b3600da911d92d134899ce9f8bcc1
tree00a993502423b0a598d17eca9e8ab8c0932f1d7d
parent4cece764965020c22cff7665b18a012006359095
lsm: remove the now superfluous sentinel element from ctl_table array

This commit comes at the tail end of a greater effort to remove the
empty elements at the end of the ctl_table arrays (sentinels) which will
reduce the overall build time size of the kernel and run time memory
bloat by ~64 bytes per sentinel (further information Link :
https://lore.kernel.org/all/ZO5Yx5JFogGi%2FcBo@bombadil.infradead.org/)

Remove the sentinel from all files under security/ that register a
sysctl table.

Signed-off-by: Joel Granados <j.granados@samsung.com>
Acked-by: Kees Cook <keescook@chromium.org> # loadpin & yama
Tested-by: Valentin Schneider <vschneid@redhat.com>
Reviewed-by: Valentin Schneider <vschneid@redhat.com>
[PM: subject line tweaks]
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/apparmor/lsm.c
security/keys/sysctl.c
security/loadpin/loadpin.c
security/yama/yama_lsm.c