Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for-6.18-fixes' into for-6.19

Pull to receive f4fa7c25f632 ("sched_ext: Fix use of uninitialized variable
in scx_bpf_cpuperf_set()") which conflicts with changes for planned
sub-sched changes.

Tejun Heo 2d697e5f b7d4b28d

+1 -1
+1 -1
kernel/sched/ext.c
··· 6532 6532 6533 6533 guard(rcu)(); 6534 6534 6535 - sch = rcu_dereference(sch); 6535 + sch = rcu_dereference(scx_root); 6536 6536 if (unlikely(!sch)) 6537 6537 return; 6538 6538