Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add proper tracing options, remove getenv calls from enclave code. #806

Open
wants to merge 16 commits into
base: oe_port
Choose a base branch
from

Commits on Sep 15, 2020

  1. Configuration menu
    Copy the full SHA
    de6a650 View commit details
    Browse the repository at this point in the history
  2. Fix sgx-lkl-cfg test

    Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
    wintersteiger committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    a61d847 View commit details
    Browse the repository at this point in the history
  3. Add fallthrough attributes

    Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
    wintersteiger committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    9c5acaa View commit details
    Browse the repository at this point in the history
  4. Un-format src/lkl/setup.c

    Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
    wintersteiger committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    e0cc0ad View commit details
    Browse the repository at this point in the history
  5. Add flags to track whether some tracing macros are enabled

    Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
    wintersteiger committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    e3ffaf9 View commit details
    Browse the repository at this point in the history
  6. Fix debug build

    wintersteiger committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    a4020e6 View commit details
    Browse the repository at this point in the history
  7. Fix tracing macros

    Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
    wintersteiger committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    0943d36 View commit details
    Browse the repository at this point in the history
  8. Trace state initialization

    Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
    wintersteiger committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    200d4ea View commit details
    Browse the repository at this point in the history
  9. Move enclave config into mprotected memory pages

    Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
    wintersteiger committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    95d1aac View commit details
    Browse the repository at this point in the history
  10. Clean up disk encryption key config handling

    Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
    wintersteiger committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    b345b27 View commit details
    Browse the repository at this point in the history
  11. Use oe_memset_s instead of memset

    Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
    wintersteiger committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    8b62190 View commit details
    Browse the repository at this point in the history
  12. Comments

    Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
    wintersteiger committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    c55d89f View commit details
    Browse the repository at this point in the history
  13. Comments

    Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
    wintersteiger committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    9753f02 View commit details
    Browse the repository at this point in the history
  14. Comments

    Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
    wintersteiger committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    841b16f View commit details
    Browse the repository at this point in the history
  15. Trim oe_ecompat.h

    Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
    wintersteiger committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    5792163 View commit details
    Browse the repository at this point in the history
  16. Cleaner trace disabling during disk mounting

    Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
    wintersteiger committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    c83e7f5 View commit details
    Browse the repository at this point in the history