blob: e0e9f2f3ba65c71949cac3cb19ac373093c688a7 [file] [log] [blame] [view]
This checks for a specific bug fixed in 2024/11, where it was possible to
invoke the scheduler's exception entrypoint, which must run with IRQs deferred,
with IRQs enabled if a thread exited from its initial activation via a slightly
unusual path.
See https://github.com/CHERIoT-Platform/cheriot-rtos/pull/346