Maik Riechert
Maik Riechert
Currently `lensfunpy.util.remapScipy` assumes RGB and it would make sense to support grayscale images (h,w) but also arbitrary n-channel images (h,w,n). `lensfunpy.util.remapOpenCv` probably supports this already but that should be tested.
Samples are not tested in CI and will inevitable break over time if they are not run manually regularly. They should be tested in CI, which may simply be a...
The current hierarchy is organically grown and partially doesn't make sense. I suggest the following new structure which will also highlight areas that need more testing: ``` tests/ core/ abort/...
Currently, there is no clear distinction between unit and integration tests in the tests/ folder. Most tests seem to test a single feature or functionality, even though they implicitly also...
cryptsetup allocates/uses LKL memory (and not enclave mmap memory). The default size for LKL visible memory is 32MB. Using dm-crypt+dm-integrity I stumbled over the following. Increasing the size to 64M...
The following only happens in sw mode, and only when not having a tty (which is common when running things within a Docker container). Repro: ```sh cd apps/basic/helloworld setsid sh...
This meta-issue tracks work related to fixing / simplifying / cleaning up the main project README. The main idea is to have a short README explaining what SGX-LKL is, plus...
From https://github.com/lsds/sgx-lkl/pull/333/files/bd1b516276b26f97961ac932a6796ce7d0efca6d#diff-ecf6ebea1088ef4b85771da37e9edeeb: > The filesystem image contains only the files of the Docker image, but not its runtime metadata (like entrypoint, working directory, and environment variables). To run SGX-LKL we...
I suggest to remove the following subsections in the "### 2. Creating SGX-LKL disk images with sgx-lkl-disk" section: - "#### Creating Alpine-based disk images" - "#### Creating plain disk images"...
In https://github.com/lsds/sgx-lkl/pull/404 we had to switch from hosted agents back to the current scaleset pools (with VMs reused across builds) for the main branch and release pipeline. This is not...