Vlad Badoiu
Vlad Badoiu
Kernel Address Sanitizer for Unikraft. Currently working only under KVM x86_64. We use the first part of the heap for the shadow memory(e.g. KASAN_MD_SHADOW_SIZE bytes are used for the shadow...
We need to extend uksched to support external schedulers. Right now there is a call to `uk_schedcoop_init` in `uk_sched_default_init`. Adding a new scheduler is done by adding a call to...
The pull request plat/linuxu: TAP netdev driver[1] introduces a new awesome functionality but there is no documentation for it. [1] https://github.com/unikraft/unikraft/pull/251