Xuejun Yang

Results 27 issues of Xuejun Yang

status/triaged
area/docs
severity/moderate

status/triaged
area/docs
severity/moderate
area/tooling

OE implemented [digest signing](https://github.com/openenclave/openenclave/blob/master/docs/DesignDocs/oesign_digest_signing_support.md). But we have not enabled it with Mystikos.

status/triaged
severity/moderate
area/tooling

Need a way to report peak memory usage on app exit.

enhancement
status/triaged
area/kernel
severity/low

`gcompat` provides a compatibility layer between musl and glibc, but unfortunately the work is far from complete. And it seems the repo is not actively maintained. https://git.adelielinux.org/adelie/gcompat. This repo is...

status/triaged
severity/low
area/libc

We prefer install the prerequisite packages using Makefile in prereqs. Installing packages in yaml files like [this](https://github.com/deislabs/mystikos/blob/974288633bd6936505697057855bfb147142a441/.azure_pipelines/ci-pipeline-makefile.yml#L45) forces us to duplicate it for every pipeline.

status/triaged
severity/moderate
area/tooling

When running in debug mode with `--app-config-path` and without the path to the executable and the parameter as command line options, the myst command should be smart enough to check...

status/triaged
area/cli
severity/low

As part of #292, we made shell feature always available to avoid pipeline failures. We should find another to disable it for release builds, using either build time or run...

status/triaged
area/kernel
severity/low

status/triaged
area/kernel
severity/moderate

When we copy stack from the parent, we don't fix up the pointers on the stack that point to another stack variable. For example: ```c void fork_child(char* path, char* child_argv[])...

status/triaged
area/kernel
severity/low