mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 10:01:57 +00:00
The IPC protcol violations are: * Sending to an unknown thread (cap) * Waiting for messages if a reply hasn't happened yet This silents threads that otherwise repeatedly cause kernel messages about the violation. Ref genodelabs/genode#4704