Re: [PATCH] selftests: user: remove user suite

2024-07-31 Thread Shuah Khan
On 7/30/24 23:13, Muhammad Usama Anjum wrote: On 7/31/24 7:33 AM, Kees Cook wrote: On July 30, 2024 3:36:11 PM PDT, Shuah Khan wrote: On 7/25/24 08:44, Shuah Khan wrote: On 7/25/24 05:08, Muhammad Usama Anjum wrote: The user test suite has only one test, test_user_copy which loads test_use

Re: [PATCH] selftests: user: remove user suite

2024-07-30 Thread Muhammad Usama Anjum
On 7/31/24 7:33 AM, Kees Cook wrote: > > > On July 30, 2024 3:36:11 PM PDT, Shuah Khan wrote: >> On 7/25/24 08:44, Shuah Khan wrote: >>> On 7/25/24 05:08, Muhammad Usama Anjum wrote: The user test suite has only one test, test_user_copy which loads test_user_copy module for testing. Bu

Re: [PATCH] selftests: user: remove user suite

2024-07-30 Thread Kees Cook
On July 30, 2024 3:36:11 PM PDT, Shuah Khan wrote: >On 7/25/24 08:44, Shuah Khan wrote: >> On 7/25/24 05:08, Muhammad Usama Anjum wrote: >>> The user test suite has only one test, test_user_copy which loads >>> test_user_copy module for testing. But test_user_copy module has already >>> been co

Re: [PATCH] selftests: user: remove user suite

2024-07-30 Thread Shuah Khan
On 7/25/24 08:44, Shuah Khan wrote: On 7/25/24 05:08, Muhammad Usama Anjum wrote: The user test suite has only one test, test_user_copy which loads test_user_copy module for testing. But test_user_copy module has already been converted to kunit (see fixes). Hence remove the entire suite. Fixes:

Re: [PATCH] selftests: user: remove user suite

2024-07-29 Thread Muhammad Usama Anjum
On 7/26/24 10:19 PM, Shuah Khan wrote: > On 7/26/24 02:16, Muhammad Usama Anjum wrote: >> On 7/25/24 7:44 PM, Shuah Khan wrote: >>> On 7/25/24 05:08, Muhammad Usama Anjum wrote: The user test suite has only one test, test_user_copy which loads test_user_copy module for testing. But test_u

Re: [PATCH] selftests: user: remove user suite

2024-07-26 Thread Shuah Khan
On 7/26/24 02:16, Muhammad Usama Anjum wrote: On 7/25/24 7:44 PM, Shuah Khan wrote: On 7/25/24 05:08, Muhammad Usama Anjum wrote: The user test suite has only one test, test_user_copy which loads test_user_copy module for testing. But test_user_copy module has already been converted to kunit (s

Re: [PATCH] selftests: user: remove user suite

2024-07-26 Thread Muhammad Usama Anjum
On 7/25/24 7:44 PM, Shuah Khan wrote: > On 7/25/24 05:08, Muhammad Usama Anjum wrote: >> The user test suite has only one test, test_user_copy which loads >> test_user_copy module for testing. But test_user_copy module has already >> been converted to kunit (see fixes). Hence remove the entire suit

Re: [PATCH] selftests: user: remove user suite

2024-07-25 Thread Shuah Khan
On 7/25/24 05:08, Muhammad Usama Anjum wrote: The user test suite has only one test, test_user_copy which loads test_user_copy module for testing. But test_user_copy module has already been converted to kunit (see fixes). Hence remove the entire suite. Fixes: cf6219ee889f ("usercopy: Convert tes

[PATCH] selftests: user: remove user suite

2024-07-25 Thread Muhammad Usama Anjum
The user test suite has only one test, test_user_copy which loads test_user_copy module for testing. But test_user_copy module has already been converted to kunit (see fixes). Hence remove the entire suite. Fixes: cf6219ee889f ("usercopy: Convert test_user_copy to KUnit test") Signed-off-by: Muham