Re: [PATCH 1/2] Documentation: sched_ext: fix events sysfs path and show_state example

From: Tejun Heo

Date: Wed Aug 12 2026 - 14:38:54 EST


Hello, Tao.

On Tue, Aug 11, 2026 at 03:38:00PM +0800, Tao Cui wrote:
...
> @@ -153,6 +153,7 @@ detailed information:
> switching_all : 1
> switched_all : 1
> enable_state : enabled (2)
> + aborting : 0
> bypass_depth : 0
> nr_rejected : 0
> enable_seq : 1

scx_root->aborting is a bool and drgn prints Python bools, so the actual
output here is "aborting : False". Other than that, looks good.

Thanks.

--
tejun