[PATCHSET sched_ext/for-7.3] sched_ext: Misc fixes
Tejun Heo <[email protected]>
| Newsgroups | dev.linux.lists.sched-ext,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Hello, Two unrelated small fixes. 0001-sched_ext-Drop-unlocked-scx_rq_clock_invalidate-from.patch 0002-sched_ext-Make-scx_bpf_events-read-the-calling-sched.patch 0001 drops the rq clock invalidation in the root disable path which was performed without holding the rq lock and is redundant anyway. 0002 makes scx_bpf_events() read the event counters of the scheduler associated with the calling program instead of always reading the root scheduler's. diffstat follows. kernel/sched/ext/ext.c | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) The patches are also applied to sched_ext/for-7.3. git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git for-7.3 Thanks. -- tejun