Commit 040b9d7
committed
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull scheduler fixes from Ingo Molnar:
"Three fixes:
- fix a suspend/resume cpusets bug
- fix a !CONFIG_NUMA_BALANCING bug
- fix a kerneldoc warning"
* 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
sched/fair: Fix nuisance kernel-doc warning
sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs
sched/fair: Fix wake_affine_llc() balancing rules5 files changed
+30
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
164 | 166 | | |
165 | 167 | | |
166 | 168 | | |
| 169 | + | |
| 170 | + | |
167 | 171 | | |
168 | 172 | | |
169 | 173 | | |
170 | 174 | | |
171 | 175 | | |
| 176 | + | |
| 177 | + | |
172 | 178 | | |
173 | 179 | | |
174 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2275 | 2275 | | |
2276 | 2276 | | |
2277 | 2277 | | |
| 2278 | + | |
| 2279 | + | |
| 2280 | + | |
| 2281 | + | |
| 2282 | + | |
| 2283 | + | |
| 2284 | + | |
2278 | 2285 | | |
2279 | 2286 | | |
2280 | 2287 | | |
| |||
2349 | 2356 | | |
2350 | 2357 | | |
2351 | 2358 | | |
2352 | | - | |
| 2359 | + | |
| 2360 | + | |
2353 | 2361 | | |
| 2362 | + | |
2354 | 2363 | | |
2355 | 2364 | | |
2356 | 2365 | | |
| |||
2363 | 2372 | | |
2364 | 2373 | | |
2365 | 2374 | | |
| 2375 | + | |
| 2376 | + | |
| 2377 | + | |
| 2378 | + | |
| 2379 | + | |
2366 | 2380 | | |
2367 | 2381 | | |
2368 | 2382 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
| 206 | + | |
| 207 | + | |
205 | 208 | | |
206 | 209 | | |
207 | 210 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5556 | 5556 | | |
5557 | 5557 | | |
5558 | 5558 | | |
5559 | | - | |
5560 | | - | |
5561 | | - | |
| 5559 | + | |
| 5560 | + | |
5562 | 5561 | | |
5563 | | - | |
5564 | 5562 | | |
5565 | 5563 | | |
5566 | 5564 | | |
5567 | 5565 | | |
5568 | 5566 | | |
| 5567 | + | |
5569 | 5568 | | |
5570 | 5569 | | |
5571 | 5570 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5424 | 5424 | | |
5425 | 5425 | | |
5426 | 5426 | | |
5427 | | - | |
| 5427 | + | |
5428 | 5428 | | |
5429 | 5429 | | |
5430 | 5430 | | |
| |||
7708 | 7708 | | |
7709 | 7709 | | |
7710 | 7710 | | |
7711 | | - | |
| 7711 | + | |
7712 | 7712 | | |
7713 | 7713 | | |
7714 | 7714 | | |
| |||
0 commit comments