Messages in this thread Patch in this message |  | | From | Andrea Righi <> | | Subject | [PATCH 10/10] sched: Allow enabling proxy exec with sched_ext | | Date | Wed, 6 May 2026 19:45:50 +0200 |
| |
Now that sched_ext supports proxy execution, allow enabling both options together.
Signed-off-by: Andrea Righi <arighi@nvidia.com> --- init/Kconfig | 2 -- 1 file changed, 2 deletions(-)
diff --git a/init/Kconfig b/init/Kconfig index 2937c4d308aec..6b18ba7263f0b 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -934,8 +934,6 @@ config SCHED_PROXY_EXEC bool "Proxy Execution" # Avoid some build failures w/ PREEMPT_RT until it can be fixed depends on !PREEMPT_RT - # Need to investigate how to inform sched_ext of split contexts - depends on !SCHED_CLASS_EXT # Not particularly useful until we get to multi-rq proxying depends on EXPERT help -- 2.54.0
|  |