Hello, On Wed, Sep 03, 2025 at 11:33:33AM +0200, Andrea Righi wrote: > +static struct task_struct *ext_server_pick_task(struct sched_dl_entity *dl_se, > + void *flags) > +{ > + struct rq_flags *rf = flags; > + > + balance_scx(dl_se->rq, dl_se->rq->curr, rf); > + return pick_task_scx(dl_se->rq, rf); > +} I'm a bit confused. This series doesn't have prep patches to add @rf to dl_server_pick_f. Is this the right patch? Thanks. -- tejun