Commit 245c8e8
committed
Merge tag 'sched-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull scheduler fixes from Ingo Molnar:
- Fix EEVDF corner cases
- Fix two nohz_full= related bugs that can cause boot crashes
and warnings
* tag 'sched-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
sched/isolation: Fix boot crash when maxcpus < first housekeeping CPU
sched/isolation: Prevent boot crash when the boot CPU is nohz_full
sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()
sched/eevdf: Fix miscalculation in reweight_entity() when se is not curr
sched/eevdf: Always update V if se->on_rq when reweightingFile tree
3 files changed
+38
-21
lines changed- Documentation/timers
- kernel/sched
3 files changed
+38
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
| 132 | + | |
| 133 | + | |
137 | 134 | | |
138 | 135 | | |
139 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
696 | 696 | | |
697 | 697 | | |
698 | 698 | | |
699 | | - | |
| 699 | + | |
700 | 700 | | |
701 | | - | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
702 | 705 | | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
703 | 711 | | |
704 | | - | |
705 | 712 | | |
706 | | - | |
707 | | - | |
| 713 | + | |
708 | 714 | | |
709 | 715 | | |
710 | 716 | | |
| |||
3676 | 3682 | | |
3677 | 3683 | | |
3678 | 3684 | | |
3679 | | - | |
| 3685 | + | |
3680 | 3686 | | |
3681 | 3687 | | |
3682 | 3688 | | |
3683 | | - | |
3684 | 3689 | | |
3685 | 3690 | | |
3686 | 3691 | | |
| |||
3761 | 3766 | | |
3762 | 3767 | | |
3763 | 3768 | | |
3764 | | - | |
| 3769 | + | |
3765 | 3770 | | |
3766 | 3771 | | |
3767 | 3772 | | |
| |||
3787 | 3792 | | |
3788 | 3793 | | |
3789 | 3794 | | |
| 3795 | + | |
3790 | 3796 | | |
3791 | 3797 | | |
3792 | 3798 | | |
3793 | | - | |
3794 | | - | |
3795 | | - | |
| 3799 | + | |
| 3800 | + | |
| 3801 | + | |
3796 | 3802 | | |
3797 | 3803 | | |
3798 | 3804 | | |
3799 | 3805 | | |
3800 | 3806 | | |
3801 | | - | |
| 3807 | + | |
| 3808 | + | |
| 3809 | + | |
3802 | 3810 | | |
3803 | 3811 | | |
3804 | 3812 | | |
3805 | 3813 | | |
3806 | 3814 | | |
3807 | | - | |
3808 | | - | |
3809 | 3815 | | |
3810 | 3816 | | |
3811 | 3817 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
50 | 59 | | |
51 | 60 | | |
52 | 61 | | |
| |||
109 | 118 | | |
110 | 119 | | |
111 | 120 | | |
| 121 | + | |
112 | 122 | | |
113 | 123 | | |
114 | 124 | | |
| |||
129 | 139 | | |
130 | 140 | | |
131 | 141 | | |
132 | | - | |
| 142 | + | |
| 143 | + | |
133 | 144 | | |
134 | 145 | | |
135 | 146 | | |
| |||
138 | 149 | | |
139 | 150 | | |
140 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
141 | 155 | | |
142 | 156 | | |
143 | 157 | | |
| |||
0 commit comments