Re: [PATCH 0/2] sched/fair: Use cfs_rq->h_curr in the bandwidth paths
From: Wanwu Li
Date: Tue Sep 01 2026 - 00:09:47 EST
On Tue, Sep 01, 2026 at 10:38:51AM +0800, Aaron Lu wrote:
> For this series:
> Reviewed-by: Aaron Lu <ziqianlu@xxxxxxxxxxxxx>
>
> I also run a test where a nop is affined to a single cpu and I can see
> that nop task can use more than its quota from time to time; with this
> series applied, this no longer happens, so:
> Tested-by: Aaron Lu <ziqianlu@xxxxxxxxxxxxx>
Thanks a lot for the quick review and for taking the time to test,
Aaron. The periodic quota overshoot you observed matches the escaped
deferred-throttle path exactly.
Wanwu