]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sched/urgent' into sched/core, to resolve conflicts
authorIngo Molnar <mingo@kernel.org>
Fri, 18 Jun 2021 09:31:25 +0000 (11:31 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 18 Jun 2021 09:31:25 +0000 (11:31 +0200)
commit8afaf8fe3995f4b832a8f7d4f96aea521df3d511
tree58ee600a10ecc49f473429a73c6c079422dac97f
parentb28b3b96ae7c78fe9af67414f8e1985c7e6f77f9
parentf8b402a92021186ced0b0f579405b9b4e69c043d
Merge branch 'sched/urgent' into sched/core, to resolve conflicts

This commit in sched/urgent moved the cfs_rq_is_decayed() function:

  f8b402a92021: ("sched/fair: Correctly insert cfs_rq's to list on unthrottle")

and this fresh commit in sched/core modified it in the old location:

  7fb1aedb8a71: ("sched/pelt: Check that *_avg are null when *_sum are")

Merge the two variants.

Conflicts:
kernel/sched/fair.c

Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/sched.h
init/main.c
kernel/sched/debug.c
kernel/sched/fair.c
kernel/sched/pelt.h