Re: [PATCH] selftests/mm: Deduplicate test logging in test_mlock_lock()

2025-05-15 Thread Dev Jain
On 15/05/25 2:57 pm, Mark Brown wrote: The mlock2-tests test_mlock_lock() test reports two test results with an identical string, one reporitng if it successfully locked a block of memory and another reporting if the lock is still present after doing an unlock (following a similar pattern to o

[PATCH] selftests/mm: Deduplicate test logging in test_mlock_lock()

2025-05-15 Thread Mark Brown
The mlock2-tests test_mlock_lock() test reports two test results with an identical string, one reporitng if it successfully locked a block of memory and another reporting if the lock is still present after doing an unlock (following a similar pattern to other tests in the same program). This confus