Re: [PATCH 2/2] rseq/selftests: Add test for mm_cid compaction

2025-02-17 Thread Mathieu Desnoyers
On 2025-02-17 06:23, Gabriele Monaco wrote: A task in the kernel (task_mm_cid_work) runs somewhat periodically to compact the mm_cid for each process. Add a test to validate that it runs correctly and timely. The test spawns 1 thread pinned to each CPU, then each thread, including the main one,

[PATCH 2/2] rseq/selftests: Add test for mm_cid compaction

2025-02-17 Thread Gabriele Monaco
A task in the kernel (task_mm_cid_work) runs somewhat periodically to compact the mm_cid for each process. Add a test to validate that it runs correctly and timely. The test spawns 1 thread pinned to each CPU, then each thread, including the main one, runs in short bursts for some time. During thi