-
- Downloads
Merge tag 'sched_ext-for-6.14-rc2-fixes' of...
Merge tag 'sched_ext-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext Pull sched_ext fixes from Tejun Heo: - Fix lock imbalance in a corner case of dispatch_to_local_dsq() - Migration disabled tasks were confusing some BPF schedulers and its handling had a bug. Fix it and simplify the default behavior by dispatching them automatically - ops.tick(), ops.disable() and ops.exit_task() were incorrectly disallowing kfuncs that require the task argument to be the rq operation is currently operating on and thus is rq-locked. Allow them. - Fix autogroup migration handling bug which was occasionally triggering a warning in the cgroup migration path - tools/sched_ext, selftest and other misc updates * tag 'sched_ext-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext: sched_ext: Use SCX_CALL_OP_TASK in task_tick_scx sched_ext: Fix the incorrect bpf_list kfunc API in common.bpf.h. sched_ext: selftests: Fix grammar in tests description sched_ext: Fix incorrect assumption about migration disabled tasks in task_can_run_on_remote_rq() sched_ext: Fix migration disabled handling in targeted dispatches sched_ext: Implement auto local dispatching of migration disabled tasks sched_ext: Fix incorrect time delta calculation in time_delta() sched_ext: Fix lock imbalance in dispatch_to_local_dsq() sched_ext: selftests/dsp_local_on: Fix selftest on UP systems tools/sched_ext: Add helper to check task migration state sched_ext: Fix incorrect autogroup migration detection sched_ext: selftests/dsp_local_on: Fix sporadic failures selftests/sched_ext: Fix enum resolution sched_ext: Include task weight in the error state dump sched_ext: Fixes typos in comments
No related branches found
No related tags found
Showing
- kernel/sched/autogroup.c 2 additions, 2 deletionskernel/sched/autogroup.c
- kernel/sched/core.c 4 additions, 3 deletionskernel/sched/core.c
- kernel/sched/ext.c 76 additions, 37 deletionskernel/sched/ext.c
- kernel/sched/ext.h 2 additions, 2 deletionskernel/sched/ext.h
- kernel/sched/sched.h 1 addition, 1 deletionkernel/sched/sched.h
- tools/sched_ext/include/scx/common.bpf.h 22 additions, 3 deletionstools/sched_ext/include/scx/common.bpf.h
- tools/testing/selftests/sched_ext/create_dsq.c 5 additions, 5 deletionstools/testing/selftests/sched_ext/create_dsq.c
- tools/testing/selftests/sched_ext/ddsp_bogus_dsq_fail.c 5 additions, 2 deletionstools/testing/selftests/sched_ext/ddsp_bogus_dsq_fail.c
- tools/testing/selftests/sched_ext/ddsp_vtimelocal_fail.c 5 additions, 2 deletionstools/testing/selftests/sched_ext/ddsp_vtimelocal_fail.c
- tools/testing/selftests/sched_ext/dsp_local_on.bpf.c 1 addition, 1 deletiontools/testing/selftests/sched_ext/dsp_local_on.bpf.c
- tools/testing/selftests/sched_ext/dsp_local_on.c 1 addition, 0 deletionstools/testing/selftests/sched_ext/dsp_local_on.c
- tools/testing/selftests/sched_ext/enq_last_no_enq_fails.c 5 additions, 5 deletionstools/testing/selftests/sched_ext/enq_last_no_enq_fails.c
- tools/testing/selftests/sched_ext/enq_select_cpu_fails.c 5 additions, 5 deletionstools/testing/selftests/sched_ext/enq_select_cpu_fails.c
- tools/testing/selftests/sched_ext/exit.c 1 addition, 0 deletionstools/testing/selftests/sched_ext/exit.c
- tools/testing/selftests/sched_ext/hotplug.c 4 additions, 2 deletionstools/testing/selftests/sched_ext/hotplug.c
- tools/testing/selftests/sched_ext/init_enable_count.c 9 additions, 18 deletionstools/testing/selftests/sched_ext/init_enable_count.c
- tools/testing/selftests/sched_ext/maximal.c 5 additions, 2 deletionstools/testing/selftests/sched_ext/maximal.c
- tools/testing/selftests/sched_ext/maybe_null.c 1 addition, 1 deletiontools/testing/selftests/sched_ext/maybe_null.c
- tools/testing/selftests/sched_ext/minimal.c 5 additions, 5 deletionstools/testing/selftests/sched_ext/minimal.c
- tools/testing/selftests/sched_ext/prog_run.c 5 additions, 5 deletionstools/testing/selftests/sched_ext/prog_run.c
Loading
Please register or sign in to comment