]> www.infradead.org Git - users/hch/configfs.git/commit
sched_ext: Update scx_show_state.py to match scx_ops_bypass_depth's new type
authorTejun Heo <tj@kernel.org>
Tue, 5 Nov 2024 21:45:27 +0000 (11:45 -1000)
committerTejun Heo <tj@kernel.org>
Tue, 5 Nov 2024 21:45:27 +0000 (11:45 -1000)
commita759bf0dfc4db3cb6556fc79c7c98da3a46b2b80
tree2c87d5d1091b340727aa282bd91babc8533e6550
parentf7d1b585e1533e26801c13569b96b84b2ad2d3c1
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()")
tools/sched_ext/scx_show_state.py