mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 16:35:28 +00:00
8fe7fa5532
To prevent the kernel to deadlock, or call itself with a syscall when using a lock potentially hold by a core thread, the log console's backend for core (hw) gets replaced by a specific variant that checks whether it runs in the kernel context before using the mutex. Fix genodelabs/genode#3280