Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull scheduler fix from Ingo Molnar:
"A oneliner rq throttling fix"

* 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
sched/fair: Test list head instead of list entry in throttle_cfs_rq()

+1 -1
+1 -1
kernel/sched/fair.c
··· 3683 3683 cfs_rq->throttled = 1; 3684 3684 cfs_rq->throttled_clock = rq_clock(rq); 3685 3685 raw_spin_lock(&cfs_b->lock); 3686 - empty = list_empty(&cfs_rq->throttled_list); 3686 + empty = list_empty(&cfs_b->throttled_cfs_rq); 3687 3687 3688 3688 /* 3689 3689 * Add to the _head_ of the list, so that an already-started