On 7/29/24 1:07 AM, Muhammad Usama Anjum wrote: > On 7/27/24 10:35 PM, Yury Norov wrote: >> On Fri, Jul 26, 2024 at 04:06:57PM +0500, Muhammad Usama Anjum wrote: >>> Rename module to bitmap_kunit and rename the configuration option >>> compliant with kunit framework. >> >> ... , so those enabling bitmaps testing in their configs by setting >> "CONFIG_TEST_BITMAP=y" will suddenly get it broken, and will likely >> not realize it until something nasty will happen. > CONFIG_TEST_BITMAP was being enabled by the kselftest suite lib. The bitmap > test and its config option would disappear. The same test can be run by > just enabling KUNIT default config option: > > KUNIT_ALL_TESTS=y enables this bitmap config by default. > >> >> Sorry, NAK for config rename. >> I agree with Yury. Using KUNIT takes away test coverage for people who are willing to run selftests but not use KUNIT. -- ~Randy
- [PATCH 0/3] bitmap: Convert test_bitmap to kunit test Muhammad Usama Anjum
- [PATCH 1/3] bitmap: convert test_bitmap to KUnit... Muhammad Usama Anjum
- [PATCH 2/3] bitmap: Rename module Muhammad Usama Anjum
- Re: [PATCH 2/3] bitmap: Rename module John Hubbard
- Re: [PATCH 2/3] bitmap: Rename module Muhammad Usama Anjum
- Re: [PATCH 2/3] bitmap: Rename module Shuah Khan
- Re: [PATCH 2/3] bitmap: Rename module Muhammad Usama Anjum
- Re: [PATCH 2/3] bitmap: Rename module Yury Norov
- Re: [PATCH 2/3] bitmap: Rename module Muhammad Usama Anjum
- Re: [PATCH 2/3] bitmap: Rename modul... Randy Dunlap
- Re: [PATCH 2/3] bitmap: Rename ... Muhammad Usama Anjum
- Re: [PATCH 2/3] bitmap: Ren... Randy Dunlap
- Re: [PATCH 2/3] bitmap: Rename ... David Gow
- Re: [PATCH 2/3] bitmap: Ren... Shuah Khan
- Re: [PATCH 2/3] bitmap:... Shuah Khan
- Re: [PATCH 2/3] bitmap:... John Hubbard
- Re: [PATCH 2/3] bitmap: Ren... Yury Norov
- [PATCH 3/3] selftests: lib: remove test_bitmap Muhammad Usama Anjum
- Re: [PATCH 0/3] bitmap: Convert test_bitmap to k... Shuah Khan