On 7/31/24 3:37 AM, Shuah Khan wrote:
On 7/25/24 06:11, Muhammad Usama Anjum wrote:This patch is removing a dead kselftest as its corresponding test module
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 <usama.anjum@xxxxxxxxxxxxx>
---
Changes since v1:
- Remove from Makefile and config file as well
---
As mentioned in other threads on this conversion to kunit and removal
of kselfttest - NACK on this patch.
Please don't send me any more of these conversion and removal patches.
was moved years ago (in 2022). This test has been failing since then. It
seems like misunderstanding that I'm removing something.