commit | 32fe91524e1651b9a0e11ddfbc63de9aa485cf48 | [log] [tgz] |
---|---|---|
author | Thomas Weißschuh <linux@weissschuh.net> | Mon May 13 11:25:18 2024 +0200 |
committer | Joel Granados <j.granados@samsung.com> | Mon Jun 03 15:16:15 2024 +0200 |
tree | 8c6531a0fa5cf9622f64f8124c7525da5042286f | |
parent | 4154342bf153a6c2a2820e3d517188d7c76f7055 [diff] |
sysctl: constify ctl_table arguments of utility function In a future commit the proc_handlers themselves will change to "const struct ctl_table". As a preparation for that adapt the internal helper. Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Joel Granados <j.granados@samsung.com>