Commit 2475bf0
committed
Merge tag 'sched_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull scheduler fixes from Borislav Petkov:
- Make sure the scheduler doesn't use stale frequency scaling values
when latter get disabled due to a value error
- Fix a NULL pointer access on UP configs
- Use the proper locking when updating CPU capacity
* tag 'sched_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/aperfmperf: Erase stale arch_freq_scale values when disabling frequency invariance readings
sched/core: Fix NULL pointer access fault in sched_setaffinity() with non-SMP configs
sched/fair: Fixes for capacity inversion detection
sched/uclamp: Fix a uninitialized variable warnings3 files changed
Lines changed: 44 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| 333 | + | |
| 334 | + | |
333 | 335 | | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
334 | 343 | | |
335 | 344 | | |
336 | 345 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8290 | 8290 | | |
8291 | 8291 | | |
8292 | 8292 | | |
| 8293 | + | |
| 8294 | + | |
| 8295 | + | |
| 8296 | + | |
8293 | 8297 | | |
8294 | | - | |
| 8298 | + | |
| 8299 | + | |
| 8300 | + | |
8295 | 8301 | | |
8296 | 8302 | | |
8297 | 8303 | | |
8298 | | - | |
| 8304 | + | |
8299 | 8305 | | |
8300 | 8306 | | |
8301 | 8307 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7229 | 7229 | | |
7230 | 7230 | | |
7231 | 7231 | | |
| 7232 | + | |
7232 | 7233 | | |
7233 | 7234 | | |
7234 | 7235 | | |
7235 | | - | |
7236 | 7236 | | |
7237 | 7237 | | |
7238 | 7238 | | |
| |||
7251 | 7251 | | |
7252 | 7252 | | |
7253 | 7253 | | |
| 7254 | + | |
| 7255 | + | |
7254 | 7256 | | |
7255 | 7257 | | |
7256 | 7258 | | |
| |||
7269 | 7271 | | |
7270 | 7272 | | |
7271 | 7273 | | |
7272 | | - | |
7273 | | - | |
7274 | | - | |
7275 | | - | |
7276 | | - | |
7277 | | - | |
7278 | | - | |
7279 | | - | |
7280 | | - | |
7281 | | - | |
7282 | | - | |
7283 | | - | |
7284 | | - | |
7285 | | - | |
7286 | | - | |
7287 | | - | |
7288 | | - | |
7289 | | - | |
| 7274 | + | |
| 7275 | + | |
| 7276 | + | |
| 7277 | + | |
| 7278 | + | |
| 7279 | + | |
| 7280 | + | |
| 7281 | + | |
| 7282 | + | |
| 7283 | + | |
| 7284 | + | |
| 7285 | + | |
| 7286 | + | |
7290 | 7287 | | |
7291 | 7288 | | |
7292 | 7289 | | |
| |||
8871 | 8868 | | |
8872 | 8869 | | |
8873 | 8870 | | |
8874 | | - | |
| 8871 | + | |
8875 | 8872 | | |
8876 | | - | |
| 8873 | + | |
8877 | 8874 | | |
| 8875 | + | |
| 8876 | + | |
| 8877 | + | |
8878 | 8878 | | |
8879 | 8879 | | |
8880 | 8880 | | |
8881 | 8881 | | |
8882 | 8882 | | |
8883 | 8883 | | |
| 8884 | + | |
| 8885 | + | |
| 8886 | + | |
| 8887 | + | |
8884 | 8888 | | |
8885 | 8889 | | |
8886 | 8890 | | |
| |||
8905 | 8909 | | |
8906 | 8910 | | |
8907 | 8911 | | |
| 8912 | + | |
| 8913 | + | |
8908 | 8914 | | |
8909 | 8915 | | |
8910 | 8916 | | |
| |||
0 commit comments