Skip to content
Snippets Groups Projects
Commit 2628d61f authored by Ben Gamari's avatar Ben Gamari
Browse files

rts/eventlog: Ensure that all capability buffers are flushed

The previous approach performed the flush in yieldCapability. However,
as pointed out in #19435, this is wrong as it idle capabilities will not
go through this codepath.

The fix is simple: undo the optimisation, flushing in `flushEventLog` by
calling `flushAllCapsEventsBufs` after acquiring all capabilities.

Fixes #19435.
parent 915daf51
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment