diff options
author | 2025-05-05 21:47:47 +0200 | |
---|---|---|
committer | 2025-07-23 11:52:48 +0200 | |
commit | e054bcbe7e7af2baad3752f1a4916a7fffc0457e (patch) | |
tree | 276863096292fa93245ae805ccf50cdeae1361e4 /tools/perf/scripts/python | |
parent | sysctl: Move tainted ctl_table into kernel/panic.c (diff) | |
download | wireguard-linux-e054bcbe7e7af2baad3752f1a4916a7fffc0457e.tar.xz wireguard-linux-e054bcbe7e7af2baad3752f1a4916a7fffc0457e.zip |
sysctl: move cad_pid into kernel/pid.c
Move cad_pid as well as supporting function proc_do_cad_pid into
kernel/pic.c. Replaced call to __do_proc_dointvec with proc_dointvec
inside proc_do_cad_pid which requires the copy of the ctl_table to
handle the temp value.
This is part of a greater effort to move ctl tables into their
respective subsystems which will reduce the merge conflicts in
kernel/sysctl.c.
Reviewed-by: Luis Chamberlain <mcgrof@kernel.org>
Reviewed-by: Kees Cook <kees@kernel.org>
Signed-off-by: Joel Granados <joel.granados@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions