Thomas Weißschuh bfa858f220 sysctl: treewide: constify ctl_table_header::ctl_table_arg
To be able to constify instances of struct ctl_tables it is necessary to
remove ways through which non-const versions are exposed from the
sysctl core.
One of these is the ctl_table_arg member of struct ctl_table_header.

Constify this reference as a prerequisite for the full constification of
struct ctl_table instances.
No functional change.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2024-04-22 08:56:31 +01:00
..
2023-08-16 10:22:16 -07:00
2024-03-06 20:24:10 -08:00
2024-01-02 13:32:45 +00:00
2024-01-02 13:32:45 +00:00
2024-03-06 20:24:10 -08:00
2023-08-22 17:31:19 -07:00
2024-02-26 18:42:12 -08:00