Paul Allen
Paul Allen
If access violation has a handler in an application the panic would go to their handler and could be ignored and be returned to the panic function. This is a...
not all kernel stacks need large stacks. we can determine this from the syscall ID... for instance verify report is very deep, but a number of others like getpid are...
Signed-off-by: Paul Allen
Signed-off-by: Paul Allen
RE: https://github.com/deislabs/mystikos/pull/1313 During the investigations of a flakey unittest during pr #1313 it was discovered that the very first unittest to run on a new CI image in the PR...
failures are blocking nightly test runs so disabling for the moment Both test failures only fail when run as part of the full test suite and do not repro when...
We wake threads for futex wake broadcasts, as well as during thread/process shutdown. If we can send an array of threads to wake instead of individual calls per-thread we may...