Messages in this thread |  | | Date | Mon, 24 Jun 2024 08:56:16 -1000 | | From | Tejun Heo <> | | Subject | Re: [PATCH 07/39] sched: Expose css_tg() and __setscheduler_prio() |
| |
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
|  |