On Mon, Jul 21, 2025 at 10:23:22AM +0200, Gabriele Monaco wrote: > The tss monitor currently guarantees task switches can happen only while > scheduling, whereas the sncid monitor enforces scheduling occurs with > interrupt disabled. > > Replace the monitors with a more comprehensive specification which > implies both but also ensures that: > * each scheduler call disable interrupts to switch > * each task switch happens with interrupts disabled > > Cc: Ingo Molnar <mi...@redhat.com> > Cc: Peter Zijlstra <pet...@infradead.org> > > fixup sts remove sncid
Is this here by accident? I cannot comment on the model. The CONFIG_X86_LOCAL_APIC case looks complex, but I cannot comment on that either. But things look fine from RV perspective, so: Acked-by: Nam Cao <nam...@linutronix.de>