Commit d72052a
committed
Merge tag 'sched_ext-for-6.17-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Pull sched_ext fixes from Tejun Heo:
- Fix a subtle bug during SCX enabling where a dead task skips init
but doesn't skip sched class switch leading to invalid task state
transition warning
- Cosmetic fix in selftests
* tag 'sched_ext-for-6.17-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext:
selftests/sched_ext: Remove duplicate sched.h header
sched/ext: Fix invalid task state transitions on class switch2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5749 | 5749 | | |
5750 | 5750 | | |
5751 | 5751 | | |
| 5752 | + | |
| 5753 | + | |
| 5754 | + | |
5752 | 5755 | | |
5753 | 5756 | | |
5754 | 5757 | | |
| |||
5761 | 5764 | | |
5762 | 5765 | | |
5763 | 5766 | | |
| 5767 | + | |
5764 | 5768 | | |
5765 | 5769 | | |
5766 | 5770 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
0 commit comments