Commit 631919f
committed
Merge tag 'sched_ext-for-7.0-rc6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Pull sched_ext fixes from Tejun Heo:
"These are late but both fix subtle yet critical problems and the blast
radius is limited strictly to sched_ext.
- Fix stale direct dispatch state in ddsp_dsq_id which can cause
spurious warnings in mark_direct_dispatch() on task wakeup
- Fix is_bpf_migration_disabled() false negative on non-PREEMPT_RCU
configs which can lead to incorrectly dispatching migration-
disabled tasks to remote CPUs"
* tag 'sched_ext-for-7.0-rc6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext:
sched_ext: Fix stale direct dispatch state in ddsp_dsq_id
sched_ext: Fix is_bpf_migration_disabled() false negative on non-PREEMPT_RCU2 files changed
Lines changed: 54 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1109 | 1109 | | |
1110 | 1110 | | |
1111 | 1111 | | |
1112 | | - | |
1113 | | - | |
1114 | | - | |
1115 | | - | |
1116 | | - | |
1117 | | - | |
1118 | | - | |
1119 | | - | |
1120 | | - | |
1121 | 1112 | | |
1122 | 1113 | | |
1123 | 1114 | | |
| |||
1283 | 1274 | | |
1284 | 1275 | | |
1285 | 1276 | | |
| 1277 | + | |
| 1278 | + | |
| 1279 | + | |
| 1280 | + | |
| 1281 | + | |
| 1282 | + | |
| 1283 | + | |
| 1284 | + | |
| 1285 | + | |
| 1286 | + | |
| 1287 | + | |
| 1288 | + | |
| 1289 | + | |
| 1290 | + | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
| 1296 | + | |
| 1297 | + | |
1286 | 1298 | | |
1287 | 1299 | | |
1288 | 1300 | | |
1289 | 1301 | | |
1290 | 1302 | | |
1291 | 1303 | | |
| 1304 | + | |
1292 | 1305 | | |
1293 | 1306 | | |
1294 | 1307 | | |
| |||
1329 | 1342 | | |
1330 | 1343 | | |
1331 | 1344 | | |
1332 | | - | |
1333 | | - | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
1334 | 1349 | | |
1335 | 1350 | | |
1336 | 1351 | | |
| |||
1439 | 1454 | | |
1440 | 1455 | | |
1441 | 1456 | | |
| 1457 | + | |
1442 | 1458 | | |
1443 | 1459 | | |
1444 | 1460 | | |
| |||
1610 | 1626 | | |
1611 | 1627 | | |
1612 | 1628 | | |
| 1629 | + | |
1613 | 1630 | | |
1614 | 1631 | | |
1615 | 1632 | | |
| |||
2293 | 2310 | | |
2294 | 2311 | | |
2295 | 2312 | | |
| 2313 | + | |
| 2314 | + | |
2296 | 2315 | | |
2297 | 2316 | | |
| 2317 | + | |
2298 | 2318 | | |
2299 | | - | |
| 2319 | + | |
2300 | 2320 | | |
2301 | | - | |
2302 | | - | |
| 2321 | + | |
2303 | 2322 | | |
2304 | 2323 | | |
2305 | 2324 | | |
| |||
3015 | 3034 | | |
3016 | 3035 | | |
3017 | 3036 | | |
| 3037 | + | |
| 3038 | + | |
3018 | 3039 | | |
3019 | 3040 | | |
3020 | 3041 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
860 | 860 | | |
861 | 861 | | |
862 | 862 | | |
863 | | - | |
864 | | - | |
| 863 | + | |
| 864 | + | |
865 | 865 | | |
866 | | - | |
867 | | - | |
868 | | - | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
869 | 870 | | |
870 | | - | |
871 | | - | |
872 | | - | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
873 | 878 | | |
874 | 879 | | |
875 | 880 | | |
876 | 881 | | |
877 | 882 | | |
878 | | - | |
879 | | - | |
880 | | - | |
881 | | - | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
882 | 889 | | |
883 | 890 | | |
884 | 891 | | |
| |||
0 commit comments