Sergey Temerkhanov

Results 18 issues of Sergey Temerkhanov

Multiple failures are observed when building simple code with Intel CL. All of them are related to SIMDE_ALIGN_TO* macros which apparently end up undefined. The same code gets built fine...

Spontaneous resets are seen on Supermicro HW Steps to Reproduce: - Set up EVE and run payloads Actual Results: - A full system reset occurs after some time Expected Results:...

Add VTune agent to the debug container Signed-off-by: Sergey Temerkhanov

Enable running QEMU VMs with UEFI. This apparently fixes Supermicro.

Change the algorithm of mmap-based memory allocation to reduce the amount of PTE changes Signed-off-by: Sergey Temerkhanov

Attempt to update EVE on the Supermicro HW via "eden controller" results in OOM and subsequent reset. Probably related to cgroup limits.

Minimize thread/coroutine overhead by changing the size of the stack and mapping it as MAP_GROWSDOWN Signed-off-by: Sergey Temerkhanov

The build process is highly dependent on dockerhub for eve package building and is constantly trying to pull images from there leading to this: ``` toomanyrequests: You have reached your...

Enable EVE in ARM64 QEMU - Modify OVMF variable store to match QEMU requirements - Update build flags Signed-off-by: Sergey Temerkhanov