Liblor / advanced_operating_systems_2020

Advanced Operating System Course at ETHZ
MIT License
19 stars 3 forks source link

Make rpc/lmp thread safe #91

Closed abertschi closed 4 years ago

abertschi commented 4 years ago

When using locks be careful:

Liblor commented 4 years ago

we might have a concurrency issue at https://github.com/Liblor/advanced_operating_systems_2020/tree/morecore-static-init-debug

a vaddr_region is marked as mapped/allocated even though it is not really mapped