Skip to content

Commit c105df5

Browse files
committed
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull scheduler fix from Ingo Molnar: "Fix a scheduler statistics bug" * 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: sched/fair: Fix statistics for find_idlest_group()
2 parents 852fb4a + 289de35 commit c105df5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kernel/sched/fair.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8337,6 +8337,8 @@ static inline void update_sg_wakeup_stats(struct sched_domain *sd,
83378337

83388338
sgs->group_capacity = group->sgc->capacity;
83398339

8340+
sgs->group_weight = group->group_weight;
8341+
83408342
sgs->group_type = group_classify(sd->imbalance_pct, group, sgs);
83418343

83428344
/*

0 commit comments

Comments
 (0)