]> Git Repo - linux.git/commit
lsm: remove the now superfluous sentinel element from ctl_table array
authorJoel Granados <[email protected]>
Thu, 28 Mar 2024 15:57:49 +0000 (16:57 +0100)
committerPaul Moore <[email protected]>
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%[email protected]/)

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

Signed-off-by: Joel Granados <[email protected]>
Acked-by: Kees Cook <[email protected]> # loadpin & yama
Tested-by: Valentin Schneider <[email protected]>
Reviewed-by: Valentin Schneider <[email protected]>
[PM: subject line tweaks]
Signed-off-by: Paul Moore <[email protected]>
security/apparmor/lsm.c
security/keys/sysctl.c
security/loadpin/loadpin.c
security/yama/yama_lsm.c
This page took 0.056155 seconds and 4 git commands to generate.