Re: [PATCH v2 5/5] rv: Add rts monitor
From: Nam Cao
Date: Tue Aug 19 2025 - 03:55:27 EST
On Fri, Aug 15, 2025 at 03:48:51PM +0200, Peter Zijlstra wrote:
> On Wed, Aug 06, 2025 at 10:01:21AM +0200, Nam Cao wrote:
> > Add "real-time scheduling" monitor, which validates that SCHED_RR and
> > SCHED_FIFO tasks are scheduled before tasks with normal and extensible
> > scheduling policies
>
> The actual monitor seems to know about deadline too. Surely changelog
> and document need updating?
Yes.
> While there, you should probably extend to cover at least STOP class,
> but possibly also IDLE class, no? Validating: IDLE < EXT < FAIR <
> FIFO/RR < DL < STOP.
Right, I forgot that idle and stop exists. Thanks for the reminder.
Nam