Open jarkkojs opened 2 years ago
@npmccallum, @platten: Not critical for the release but should be fixed for the +1 release. I.e. does not cause functional issues.
It's a "feature", not a bug: https://lore.kernel.org/linux-sgx/Yp2q68qYtdpR+Z+T@iki.fi/. I.e. brk needs reimplementation in enarx to fix this.
Is there an existing issue for this?
Code of Conduct
Current Behaviour
Every
brk()
generates a new VMA.See this discussion:
https://lore.kernel.org/linux-sgx/Yp2q68qYtdpR+Z+T@iki.fi/
Expected Behaviour
There should be one VMA for all
brk()
calls.Environment Information
-
Steps To Reproduce
No response