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? 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.