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

From: Peter Zijlstra
Date: Wed Sep 06 2023 - 04:25:31 EST


On Wed, Sep 06, 2023 at 09:25:01AM +0200, Peter Zijlstra wrote:
> 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.

Clearly my scrambled brain confused admission control and access
control.