Re: [PULL 47/47] tests/tcg/multiarch: add vma-pthread.c

2023-01-05 Thread Alex Bennée
Richard Henderson writes: > On 1/4/23 16:37, Richard Henderson wrote: >> On 1/4/23 16:26, Richard Henderson wrote: >>>  From the failures I see on the gitlab merge job, I think I need to >>> resubmit with this new test adjusted to loop less, >>> +    for (i = 0; i < 5; i++) { >>> >>> h

Re: [PULL 47/47] tests/tcg/multiarch: add vma-pthread.c

2023-01-04 Thread Richard Henderson
On 1/4/23 16:37, Richard Henderson wrote: On 1/4/23 16:26, Richard Henderson wrote:  From the failures I see on the gitlab merge job, I think I need to resubmit with this new test adjusted to loop less, +    for (i = 0; i < 5; i++) { here. The failing jobs are --enable-debug, and take

Re: [PULL 47/47] tests/tcg/multiarch: add vma-pthread.c

2023-01-04 Thread Richard Henderson
On 1/4/23 16:26, Richard Henderson wrote: From the failures I see on the gitlab merge job, I think I need to resubmit with this new test adjusted to loop less, +    for (i = 0; i < 5; i++) { here. The failing jobs are --enable-debug, and take about 115 seconds to run manually on our a

Re: [PULL 47/47] tests/tcg/multiarch: add vma-pthread.c

2023-01-04 Thread Richard Henderson
On 12/29/22 16:02, Richard Henderson wrote: From: 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 Signed-off-by: Ilya Leoshkevich Message-Id: <202212231202

[PULL 47/47] tests/tcg/multiarch: add vma-pthread.c

2022-12-29 Thread Richard Henderson
From: 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 Signed-off-by: Ilya Leoshkevich Message-Id: <20221223120252.513319-1-...@linux.ibm.com> Signed-off-by: