Re: [PATCH 1/3] sched/fair: Add tg_load_contrib cfs_rq decay checking
From: Odin Ugedal
Date: Thu May 27 2021 - 08:40:52 EST
> For 1st problem, the way we were updating load_avg and load_sum, we
> were losing the sync between both value
Yeah, that would be a natural way to fix that.
> In fact, the update was already there but not always called (see the
> patchset i just sent)
Yeah, that was my exact point.
Odin