Commit 5ab551d
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:
"Misc fixes: group scheduling corner case fix, two deadline scheduler
fixes, effective_load() overflow fix, nested sleep fix, 6144 CPUs
system fix"
* 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group()
sched/deadline: Avoid double-accounting in case of missed deadlines
sched/deadline: Fix migration of SCHED_DEADLINE tasks
sched: Fix odd values in effective_load() calculations
sched, fanotify: Deal with nested sleeps
sched: Fix KMALLOC_MAX_SIZE overflow during cpumask allocationFile tree
4 files changed
+19
-35
lines changed- fs/notify/fanotify
- kernel/sched
4 files changed
+19
-35
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| 269 | + | |
269 | 270 | | |
270 | | - | |
271 | | - | |
272 | 271 | | |
273 | 272 | | |
274 | 273 | | |
| |||
289 | 288 | | |
290 | 289 | | |
291 | 290 | | |
292 | | - | |
| 291 | + | |
| 292 | + | |
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| 321 | + | |
321 | 322 | | |
322 | | - | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7112 | 7112 | | |
7113 | 7113 | | |
7114 | 7114 | | |
7115 | | - | |
7116 | | - | |
7117 | | - | |
7118 | 7115 | | |
7119 | 7116 | | |
7120 | 7117 | | |
| |||
7135 | 7132 | | |
7136 | 7133 | | |
7137 | 7134 | | |
| 7135 | + | |
7138 | 7136 | | |
7139 | | - | |
7140 | | - | |
7141 | | - | |
7142 | | - | |
7143 | | - | |
| 7137 | + | |
| 7138 | + | |
| 7139 | + | |
7144 | 7140 | | |
| 7141 | + | |
7145 | 7142 | | |
7146 | 7143 | | |
7147 | 7144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
570 | 570 | | |
571 | 571 | | |
572 | 572 | | |
573 | | - | |
574 | | - | |
575 | | - | |
576 | | - | |
577 | | - | |
578 | | - | |
579 | | - | |
580 | | - | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
| 573 | + | |
591 | 574 | | |
592 | 575 | | |
593 | 576 | | |
| |||
826 | 809 | | |
827 | 810 | | |
828 | 811 | | |
829 | | - | |
830 | | - | |
831 | | - | |
| 812 | + | |
832 | 813 | | |
| 814 | + | |
| 815 | + | |
833 | 816 | | |
834 | 817 | | |
835 | 818 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4005 | 4005 | | |
4006 | 4006 | | |
4007 | 4007 | | |
| 4008 | + | |
| 4009 | + | |
| 4010 | + | |
| 4011 | + | |
4008 | 4012 | | |
4009 | 4013 | | |
4010 | 4014 | | |
| |||
4424 | 4428 | | |
4425 | 4429 | | |
4426 | 4430 | | |
4427 | | - | |
| 4431 | + | |
4428 | 4432 | | |
4429 | 4433 | | |
4430 | 4434 | | |
| |||
0 commit comments