Re: [PATCH] sched/fair: Fix wrong flag passed to set_rd_overutilized()

From: Hongyan Xia
Date: Wed Apr 10 2024 - 04:01:32 EST


On 10/04/2024 07:11, Shrikanth Hegde wrote:


On 4/10/24 1:43 AM, Hongyan Xia wrote:
In update_sd_lb_stats(), sg_overloaded is passed to
set_rd_overutilized(). This seems to be a typo during refactoring, which
breaks many of my local EAS tests because overutilization is mistakenly
triggered.

This fix makes those EAS tests work again.


Yes. This is a needed fix.

Signed-off-by: Hongyan Xia <hongyan.xia2@xxxxxxx>

FYI, Same patch has been posted by Vincent a week ago.
https://lore.kernel.org/all/20240404155738.2866102-1-vincent.guittot@xxxxxxxxxx/

Thank you. Somehow I missed it in my inbox.