Re: [PATCH 1/6] kselftest/arm64: Fix check_buffer_fill test

2020-10-27 Thread Amit Kachhap
On 10/26/20 5:42 PM, Vincenzo Frascino wrote: The check_buffer_fill test reports the error below because the test plan is not declared correctly: # Planned tests != run tests (0 != 20) Fix the test adding the correct test plan declaration. This change is required and got missed earlier.

[PATCH 1/6] kselftest/arm64: Fix check_buffer_fill test

2020-10-26 Thread Vincenzo Frascino
The check_buffer_fill test reports the error below because the test plan is not declared correctly: # Planned tests != run tests (0 != 20) Fix the test adding the correct test plan declaration. Fixes: e9b60476bea0 ("kselftest/arm64: Add utilities and a test to validate mte memory") Cc: Shuah