9. January 2024 #1706
dimakuv
started this conversation in
Meeting notes
9. January 2024
#1706
Replies: 1 comment
-
cc and credit: @vasanth-intel |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Agenda
(please write your proposed agenda items in comments under this discussion)
Dmitrii & Anees: Continue review of [LibOS,PAL/Linux-SGX] Add EDMM lazy allocation support #1513
PalGetCommittedPages()
-- discuss its implications (split of logic of page management)get_vma_info()
, as part ofPalSetMemoryBookkeepingUpcalls()
-- discuss its implications (seems benign)_PalExceptionHandler()
)Dmitrii: Reproducible builds, what's the status?
Dmitrii: Work on https://github.com/orgs/gramineproject/projects/1/views/1 for v1.7
Dmitrii & Anees: Continue review of #1513
Why MAP_NORESERVE hint?
Dmitrii explained the need for PAL API PalGetCommittedPages()
Kailun explained the need for LibOS callback get_vma_info(), as part of PalSetMemoryBookkeepingUpcalls()
Dmitrii explained the "enclave page tracker" global object
Michal: no need to split the current PR into smaller PRs, he can review as-is
Dmitrii: Reproducible builds, what's the status?
gramine-sgx-sign
twice, you have the same order of files inside the manifest (because Python dicts/lists didn't have an order, but later versions of Python do have an internal order). This we didn't check.Beta Was this translation helpful? Give feedback.
All reactions