diff options
| author | Quentin Perret <[email protected]> | 2020-04-16 08:59:56 +0000 |
|---|---|---|
| committer | Peter Zijlstra <[email protected]> | 2020-04-22 21:10:13 +0000 |
| commit | eaf5a92ebde5bca3bb2565616115bd6d579486cd (patch) | |
| tree | 2aeb36e9b491ab5f5ad9049c5abf2b7d123dab1e /tools/perf/scripts/python/exported-sql-viewer.py | |
| parent | x86, sched: Move check for CPU type to caller function (diff) | |
| download | kernel-eaf5a92ebde5bca3bb2565616115bd6d579486cd.tar.gz kernel-eaf5a92ebde5bca3bb2565616115bd6d579486cd.zip | |
sched/core: Fix reset-on-fork from RT with uclamp
uclamp_fork() resets the uclamp values to their default when the
reset-on-fork flag is set. It also checks whether the task has a RT
policy, and sets its uclamp.min to 1024 accordingly. However, during
reset-on-fork, the task's policy is lowered to SCHED_NORMAL right after,
hence leading to an erroneous uclamp.min setting for the new task if it
was forked from RT.
Fix this by removing the unnecessary check on rt_task() in
uclamp_fork() as this doesn't make sense if the reset-on-fork flag is
set.
Fixes: 1a00d999971c ("sched/uclamp: Set default clamps for RT tasks")
Reported-by: Chitti Babu Theegala <[email protected]>
Signed-off-by: Quentin Perret <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Reviewed-by: Patrick Bellasi <[email protected]>
Reviewed-by: Dietmar Eggemann <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions
