popcorn-kernel icon indicating copy to clipboard operation
popcorn-kernel copied to clipboard

popcorn should not use ksys_{brk,mremap,madvise,mprotect}

Open bxatnarf opened this issue 5 years ago • 0 comments

ksys_brk, ksys_mremap, ksys_madvise, and ksys_mprotect are not supposed to be globally accessible but are because popcorn uses them. For example: https://github.com/ssrg-vt/popcorn-kernel/blob/e44428e9aa4f9656322749dc94834f59659eeb3b/kernel/popcorn/vma_server.c#L502

bxatnarf avatar Dec 18 '19 23:12 bxatnarf