Commit 877029d
committed
Merge tag 'sched-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull scheduler fixes from Ingo Molnar:
"Three fixes:
- Fix load tracking bug/inconsistency
- Fix a sporadic CFS bandwidth constraints enforcement bug
- Fix a uclamp utilization tracking bug for newly woken tasks"
* tag 'sched-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
sched/uclamp: Ignore max aggregation if rq is idle
sched/fair: Fix CFS bandwidth hrtimer expiry type
sched/fair: Sync load_sum with load_avg after dequeue2 files changed
Lines changed: 18 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3037 | 3037 | | |
3038 | 3038 | | |
3039 | 3039 | | |
| 3040 | + | |
3040 | 3041 | | |
3041 | | - | |
| 3042 | + | |
3042 | 3043 | | |
3043 | 3044 | | |
3044 | 3045 | | |
| |||
5081 | 5082 | | |
5082 | 5083 | | |
5083 | 5084 | | |
5084 | | - | |
| 5085 | + | |
5085 | 5086 | | |
5086 | 5087 | | |
5087 | 5088 | | |
5088 | 5089 | | |
5089 | 5090 | | |
5090 | 5091 | | |
5091 | 5092 | | |
5092 | | - | |
| 5093 | + | |
5093 | 5094 | | |
5094 | 5095 | | |
5095 | 5096 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2818 | 2818 | | |
2819 | 2819 | | |
2820 | 2820 | | |
2821 | | - | |
2822 | | - | |
| 2821 | + | |
| 2822 | + | |
2823 | 2823 | | |
2824 | 2824 | | |
2825 | 2825 | | |
2826 | 2826 | | |
2827 | | - | |
2828 | | - | |
2829 | | - | |
2830 | 2827 | | |
2831 | | - | |
2832 | | - | |
| 2828 | + | |
| 2829 | + | |
| 2830 | + | |
| 2831 | + | |
| 2832 | + | |
| 2833 | + | |
| 2834 | + | |
| 2835 | + | |
| 2836 | + | |
2833 | 2837 | | |
2834 | 2838 | | |
| 2839 | + | |
| 2840 | + | |
| 2841 | + | |
2835 | 2842 | | |
2836 | 2843 | | |
2837 | 2844 | | |
| |||
0 commit comments