]> 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)
commitc8b5a037b9a41f315cebd2c2b330de3667531c0f
tree58ee600a10ecc49f473429a73c6c079422dac97f
parent7d7bdf51272efd92f07486c14930d50d120ec898
parent398f958d7ef7458e823ca909a24e70aa75aec5d1
Merge branch 'sched/urgent' into sched/core, to resolve conflicts

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

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

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

  6bd750240408: ("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