phoenix-rtos-kernel
phoenix-rtos-kernel copied to clipboard
Deadlock in NOMMU memory management
On NOMMU architectures _map_remove() and _map_add() both take process' lock to protect it's list of map_entries. Currently it will cause deadlock e.g. when killing the process.