commit | a759bf0dfc4db3cb6556fc79c7c98da3a46b2b80 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Nov 05 11:45:27 2024 -1000 |
committer | Tejun Heo <tj@kernel.org> | Tue Nov 05 11:45:27 2024 -1000 |
tree | 2c87d5d1091b340727aa282bd91babc8533e6550 | |
parent | f7d1b585e1533e26801c13569b96b84b2ad2d3c1 [diff] |
sched_ext: Update scx_show_state.py to match scx_ops_bypass_depth's new type 0e7ffff1b811 ("scx: Fix raciness in scx_ops_bypass()") converted scx_ops_bypass_depth from an atomic to an int. Update scx_show_state.py accordingly. Signed-off-by: Tejun Heo <tj@kernel.org> Fixes: 0e7ffff1b811 ("scx: Fix raciness in scx_ops_bypass()")