]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools/sched_ext: update scx_show_state.py for scx_aborting change
authorKohei Enju <enjuk@amazon.com>
Fri, 26 Dec 2025 08:46:50 +0000 (17:46 +0900)
committerTejun Heo <tj@kernel.org>
Sun, 28 Dec 2025 16:11:26 +0000 (06:11 -1000)
commitc9894e6f0160414b57e895332c580cf5c8da6780
tree20ae796cc7c36aaaabc76080f791a0dc75d2d5dd
parentf92ff79ba2640fc482bf2bfb5b42e33957f90caf
tools/sched_ext: update scx_show_state.py for scx_aborting change

Commit a69040ed57f5 ("sched_ext: Simplify breather mechanism with
scx_aborting flag") removed scx_in_softlockup and scx_breather_depth,
replacing them with scx_aborting.

Update the script accordingly.

Fixes: a69040ed57f5 ("sched_ext: Simplify breather mechanism with scx_aborting flag")
Signed-off-by: Kohei Enju <enjuk@amazon.com>
Reviewed-by: Emil Tsalapatis <emil@etsalapatis.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
tools/sched_ext/scx_show_state.py