-
Notifications
You must be signed in to change notification settings - Fork 23
Remove SGX_SIGNER_KEY and update manifest files #20
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
Remove SGX_SIGNER_KEY and update manifest files #20
Conversation
ef91a1b to
914b500
Compare
mkow
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 16 of 16 files at r1, all commit messages.
Reviewable status: all files reviewed, 3 unresolved discussions, not enough approvals from maintainers (3 more required), not enough approvals from different teams (2 more required, approved so far: ), one-liner is not in imperative mood (waiting on @anjalirai-intel)
a discussion (no related file):
This needs to wait for the next release, as examples repo should be compatible with the most recent Gramine release (which right now doesn't support this syntax).
-- commits, line 2 at r1:
One-liners should be in imperative mood. Here you use 2 different tenses/forms in one sentence and none of them is the one we use.
openjdk/java.manifest.template, line 24 at r1 (raw file):
sgx.thread_num = 64 # TO-DO: Hardcoded Java path need to be updated, such path does not exist in CentOS
Suggestion (i):
TODO
Suggestion (ii):
needs
Suggestion (iii):
this
Suggestion (iv):
on CentOS.
914b500 to
d593afa
Compare
Previously, mkow (Michał Kowalczyk) wrote…
Done. |
|
openjdk/java.manifest.template, line 24 at r1 (raw file):
Sentence Removed |
mkow
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion, not enough approvals from maintainers (3 more required), not enough approvals from different teams (2 more required, approved so far: ) (waiting on @anjalirai-intel)
8f3d38c to
3472b70
Compare
dimakuv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 13 of 16 files at r1, 1 of 1 files at r2, 1 of 2 files at r3, all commit messages.
Reviewable status: 15 of 16 files reviewed, 3 unresolved discussions, not enough approvals from maintainers (2 more required), not enough approvals from different teams (2 more required, approved so far: ) (waiting on @anjalirai-intel and @mkow)
a discussion (no related file):
Previously, mkow (Michał Kowalczyk) wrote…
This needs to wait for the next release, as
examplesrepo should be compatible with the most recent Gramine release (which right now doesn't support this syntax).
+1. The PR itself is good, just needs to be postponed until we release Gramine v1.2 (which contains the new syntax as mentioned in this PR description).
pytorch/Makefile, line 5 at r3 (raw file):
ARCH_LIBDIR ?= /lib/$(shell $(CC) -dumpmachine) PILLOW_PATH ?= $(shell pip3 show pillow | grep -P 'Location' | sed 's/Location:.\(.*\)\python.*/\1/')
What's this? This is something new and seemingly irrelevant to this PR... Please explain this addition.
UPDATE: Ok, looks like it is a better way of detecting the magic {{ env.HOME }}/.local/lib directory. Please add a comment before this line (smth like # PyTorch uses the Pillow backend; detect where Pillow was installed)
pytorch/pytorch.manifest.template, line 30 at r3 (raw file):
# fs.mount.torch.type = "chroot" # fs.mount.torch.path = "{{ env.HOME }}/.cache/torch" # fs.mount.torch.uri = "file:{{ env.HOME }}/.cache/torch"
Please add this as a separate (commented out) line in fs.mounts array, and keep an explanatory comment.
(If this is not possible in TOML syntax, then please change this comment to ask to add the line to fs.mounts)
|
pytorch/Makefile, line 5 at r3 (raw file): Previously, dimakuv (Dmitrii Kuvaiskii) wrote…
Okay. I will add the comment. |
|
pytorch/pytorch.manifest.template, line 30 at r3 (raw file): Previously, dimakuv (Dmitrii Kuvaiskii) wrote…
Ok |
dimakuv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 2 files at r3.
Reviewable status: all files reviewed, 3 unresolved discussions, not enough approvals from maintainers (2 more required), not enough approvals from different teams (2 more required, approved so far: ) (waiting on @dimakuv and @mkow)
1d9b039 to
5ce544b
Compare
dimakuv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 3 of 3 files at r4, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion, not enough approvals from maintainers (1 more required), not enough approvals from different teams (1 more required, approved so far: Intel) (waiting on @mkow)
mkow
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 3 of 3 files at r4, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions, not enough approvals from maintainers (1 more required), not enough approvals from different teams (1 more required, approved so far: Intel) (waiting on @anjalirai-intel)
-- commits, line 6 at r4:
What's this?
5ce544b to
eeb53cc
Compare
Previously, mkow (Michał Kowalczyk) wrote…
I was testing tensorflow example into another branch. By mistake commit message got updated. Removed it |
eeb53cc to
66a0b5b
Compare
dimakuv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 8 of 8 files at r5, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions, not enough approvals from maintainers (2 more required), not enough approvals from different teams (2 more required, approved so far: ) (waiting on @anjalirai-intel and @mkow)
Previously, anjalirai-intel wrote…
I was testing tensorflow example into another branch. By mistake commit message got updated. Removed it
I still see this message. But we can remove this line during final rebase.
0b9bd4d to
fa3801b
Compare
Previously, dimakuv (Dmitrii Kuvaiskii) wrote…
Gone. Done |
mkow
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 7 of 8 files at r5, 2 of 2 files at r6, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion, not enough approvals from maintainers (2 more required), not enough approvals from different teams (2 more required, approved so far: ) (waiting on @anjalirai-intel)
|
a discussion (no related file): Previously, dimakuv (Dmitrii Kuvaiskii) wrote…
ok |
dimakuv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 2 of 2 files at r6, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion, not enough approvals from maintainers (2 more required), not enough approvals from different teams (2 more required, approved so far: ) (waiting on @dimakuv and @mkow)
fa3801b to
cbeb944
Compare
|
openvino/benchmark_app.manifest.template, line 27 at r7 (raw file):
This change is required for Openvino benchmark for SGX. Without it, it fails with error "error: PAL failed at ../Pal/src/db_main.c:pal_main:543 (exitcode = 6, reason=Unable to load loader.entrypoint)" |
mkow
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r7, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions, not enough approvals from maintainers (2 more required), not enough approvals from different teams (2 more required, approved so far: ) (waiting on @anjalirai-intel and @dimakuv)
openvino/benchmark_app.manifest.template line 27 at r7 (raw file):
Previously, anjalirai-intel wrote…
This change is required for Openvino benchmark for SGX.
Without it, it fails with error "error: PAL failed at ../Pal/src/db_main.c:pal_main:543 (exitcode = 6, reason=Unable to load loader.entrypoint)"
Why did you put this remark as a blocking comment?
173927a to
4514e9c
Compare
4514e9c to
2700dc4
Compare
Signed-off-by: anjali <anjali.rai@intel.com>
mkow
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 4 of 4 files at r8, 8 of 8 files at r9, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions, not enough approvals from maintainers (1 more required), not enough approvals from different teams (1 more required, approved so far: ITL) (waiting on @anjalirai-intel and @dimakuv)
dimakuv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r7, 3 of 4 files at r8, 8 of 8 files at r9, all commit messages.
Dismissed @anjalirai-intel from a discussion.
Reviewable status:complete! all files reviewed, all discussions resolved
a discussion (no related file):
Previously, anjalirai-intel wrote…
ok
The release is done. Unblocking now for final merge.
As part of latest gramine SGX_SIGNER_KEY is not required and fs.mount pattern has been updated
Fixes #17
This change is