Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-05 | tests/tcg/multiarch: add vma-pthread.c | Ilya Leoshkevich | |
Add a test that locklessly changes and exercises page protection bits from various threads. This helps catch race conditions in the VMA handling. Acked-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Message-Id: <20221223120252.513319-1-iii@linux.ibm.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | |||
2022-11-01 | tests/tcg/multiarch: Add munmap-pthread.c | Ilya Leoshkevich | |
Add a test to detect races between munmap() and creating new threads. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Message-Id: <20221028124227.2354792-3-iii@linux.ibm.com> [rth: add more return insns] Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |