Re: [PATCH 07/39] sched: Expose css_tg() and __setscheduler_prio()

From: Tejun Heo
Date: Mon Jun 24 2024 - 14:58:01 EST


Hello,

On Mon, Jun 24, 2024 at 01:19:17PM +0200, Peter Zijlstra wrote:
> > -static void __setscheduler_prio(struct task_struct *p, int prio)
> > +void __setscheduler_prio(struct task_struct *p, int prio)
> > {
> > if (dl_prio(prio))
> > p->sched_class = &dl_sched_class;
>
> FWIW this conflicts with patches in tip/sched/core, and did so at the
> time of posting.

Oh yeah, as I noted in another reply, v7 patchset is rebased on top of the
current tip/sched/core and already in linux-next. These are all fixed up
already.

Thanks.

--
tejun