Re: [PATCH v2] selftests: lib: remove strscpy test

2024-07-31 Thread Shuah Khan
On 7/31/24 02:32, Muhammad Usama Anjum wrote: On 7/31/24 3:37 AM, Shuah Khan wrote: On 7/25/24 06:11, Muhammad Usama Anjum wrote: The strscpy test loads test_strscpy module for testing. But test_strscpy was converted to Kunit (see fixes). Hence remove strscpy. Fixes: 41eefc46a3a4 ("string: Con

Re: [PATCH v2] selftests: lib: remove strscpy test

2024-07-31 Thread Muhammad Usama Anjum
On 7/31/24 3:37 AM, Shuah Khan wrote: > On 7/25/24 06:11, Muhammad Usama Anjum wrote: >> The strscpy test loads test_strscpy module for testing. But test_strscpy >> was converted to Kunit (see fixes). Hence remove strscpy. >> >> Fixes: 41eefc46a3a4 ("string: Convert strscpy() self-test to KUnit") >

Re: [PATCH v2] selftests: lib: remove strscpy test

2024-07-30 Thread Shuah Khan
On 7/25/24 06:11, Muhammad Usama Anjum wrote: The strscpy test loads test_strscpy module for testing. But test_strscpy was converted to Kunit (see fixes). Hence remove strscpy. Fixes: 41eefc46a3a4 ("string: Convert strscpy() self-test to KUnit") Signed-off-by: Muhammad Usama Anjum --- Changes s

Re: [PATCH v2] selftests: lib: remove strscpy test

2024-07-25 Thread Shuah Khan
On 7/25/24 06:11, Muhammad Usama Anjum wrote: The strscpy test loads test_strscpy module for testing. But test_strscpy was converted to Kunit (see fixes). Hence remove strscpy. Fixes: 41eefc46a3a4 ("string: Convert strscpy() self-test to KUnit") Remove fixes tag - this isn't a fix and we don't

[PATCH v2] selftests: lib: remove strscpy test

2024-07-25 Thread Muhammad Usama Anjum
The strscpy test loads test_strscpy module for testing. But test_strscpy was converted to Kunit (see fixes). Hence remove strscpy. Fixes: 41eefc46a3a4 ("string: Convert strscpy() self-test to KUnit") Signed-off-by: Muhammad Usama Anjum --- Changes since v1: - Remove from Makefile and config file