vdso support

This commit is contained in:
2025-12-16 22:41:18 +01:00
parent 7eb5601eb6
commit 7161b6d1a2
4 changed files with 37 additions and 1 deletions

View File

@@ -21,7 +21,8 @@ IvyBridge(2012) and AMD Zen 2 Family 17H(2019) and Linux 5.9(2020).
- [ ] `auxv`: check if that is setup correctly and completely
- [ ] JIT support: intercept `mmap`, `mprotect` and `mremap` that change pages to be executable
- [ ] `SIGILL` patching fallback
- [ ] `vdso` handling
- [x] `vdso` handling
- [ ] check why the libc tests are flaky
## Minor things