You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scx_layered: Fix queue delay output underflow in debug dump
The first task in a DSQ may have been queued after dump has started. In such
cases, the current dump implementation would underflow and print out
something non-sensical:
LAYER[3][Unprivileged]DSQ[30001] nr_cpus=70 nr_queued=1 -18446744073599ms cpus=
Fix by using signed calculations. Note that BPF doesn't allow s64 divisions,
so the signedness is handled explicitly.
0 commit comments