]> Git Repo - linux.git/commit
sched: Move SCHED_DEBUG sysctl to debugfs
authorPeter Zijlstra <[email protected]>
Wed, 24 Mar 2021 10:43:21 +0000 (11:43 +0100)
committerPeter Zijlstra <[email protected]>
Fri, 16 Apr 2021 15:06:34 +0000 (17:06 +0200)
commit8a99b6833c884fa0e7919030d93fecedc69fc625
treec32fe9bce39f0fd380b7da2d51c016663abca632
parentd86ba831656611872e4939b895503ddac63d8196
sched: Move SCHED_DEBUG sysctl to debugfs

Stop polluting sysctl with undocumented knobs that really are debug
only, move them all to /debug/sched/ along with the existing
/debug/sched_* files that already exist.

Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Reviewed-by: Greg Kroah-Hartman <[email protected]>
Tested-by: Valentin Schneider <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
include/linux/sched/sysctl.h
kernel/sched/core.c
kernel/sched/debug.c
kernel/sched/fair.c
kernel/sched/sched.h
kernel/sysctl.c
This page took 0.05928 seconds and 4 git commands to generate.