]> www.infradead.org Git - users/jedix/linux-maple.git/commit
signal: Move signal ctl tables into signal.c
authorJoel Granados <joel.granados@kernel.org>
Mon, 23 Dec 2024 16:11:29 +0000 (17:11 +0100)
committerJoel Granados <joel.granados@kernel.org>
Wed, 9 Apr 2025 11:32:16 +0000 (13:32 +0200)
commit256db5c9b507d770f8b99b10f0671d994d5c9d64
treef65e58089ce3f73c123546de885c0e7766343ed0
parentc09b9810414d09d5a66e6e397506f5c657303eef
signal: Move signal ctl tables into signal.c

Move print-fatal-signals into its own const ctl table array in
kernel/signal.c. 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.

Signed-off-by: Joel Granados <joel.granados@kernel.org>
kernel/signal.c
kernel/sysctl.c