+70
−25
+1
−1
+3
−0
+68
−0
Loading
Conflict in kernel/sched/ext.c init_sched_ext_class() between: 415cb193 ("sched_ext: Fix SCX_KICK_WAIT deadlock by deferring wait to balance callback") which adds cpus_to_sync cpumask allocation, and: 84b1a0ea ("sched_ext: Implement scx_bpf_dsq_reenq() for user DSQs") 8c1b9453 ("sched_ext: Convert deferred_reenq_locals from llist to regular list") which add deferred_reenq init code at the same location. Both are independent additions. Include both. Signed-off-by:Tejun Heo <tj@kernel.org>