On 27/11/2023 15:32, Vincent Guittot wrote: > sched_feat(UTIL_EST_FASTUP) has been added to easily disable the feature > in order to check for possibly related regressions. After 3 years, it has > never been used and no regression has been reported. Let remove it > and make fast increase a permanent behavior. > > Signed-off-by: Vincent Guittot <vincent.guittot@xxxxxxxxxx> > --- > > I haven't updated the chinese documentation which also refers to > UTIL_EST_FASTUP. IIUC, this will be updated afterward by the > Translations' maintainers. > > Documentation/scheduler/schedutil.rst | 7 +++---- > kernel/sched/fair.c | 8 +++----- > kernel/sched/features.h | 1 - > 3 files changed, 6 insertions(+), 10 deletions(-) LGTM. Reviewed-by: Dietmar Eggemann <dietmar.eggemann@xxxxxxx>