Re: [PATCH v4 7/7] sched/fair: Fair server interface

From: Peter Zijlstra
Date: Wed Sep 06 2023 - 03:25:45 EST


On Tue, Sep 05, 2023 at 06:17:26PM +0200, Daniel Bristot de Oliveira wrote:

> > Additionally, should not the deadline parameters be vetted by access
> > control before being accepted ?
>
> like security_task_getscheduler(p)? But we have no p...

I was thinking sched_dl_overflow() or thereabout. That still runs on p,
but I'm thikning that should be easily adapted to dl_se or somesuch.