Re: [PATCH 2/3] bitmap: convert self-test to KUnit

2025-02-09 Thread Geert Uytterhoeven
On Fri, 7 Feb 2025 at 21:14, Tamir Duberstein wrote: > Convert the bitmap() self-test to a KUnit test. > > In the interest of keeping the patch reasonably-sized this doesn't > refactor the tests into proper parameterized tests - it's all one big > test case. > > Signed-off-by: Tamir Duberstein >

Re: [PATCH 2/3] bitmap: convert self-test to KUnit

2025-02-09 Thread Muhammad Usama Anjum
On 2/8/25 1:14 AM, Tamir Duberstein wrote: > Convert the bitmap() self-test to a KUnit test. > > In the interest of keeping the patch reasonably-sized this doesn't > refactor the tests into proper parameterized tests - it's all one big > test case. > > Signed-off-by: Tamir Duberstein Thanks for

Re: [PATCH 2/3] bitmap: convert self-test to KUnit

2025-02-08 Thread David Gow
On Sat, 8 Feb 2025 at 04:14, Tamir Duberstein wrote: > > Convert the bitmap() self-test to a KUnit test. > > In the interest of keeping the patch reasonably-sized this doesn't > refactor the tests into proper parameterized tests - it's all one big > test case. > > Signed-off-by: Tamir Duberstein

[PATCH 2/3] bitmap: convert self-test to KUnit

2025-02-07 Thread Tamir Duberstein
Convert the bitmap() self-test to a KUnit test. In the interest of keeping the patch reasonably-sized this doesn't refactor the tests into proper parameterized tests - it's all one big test case. Signed-off-by: Tamir Duberstein --- MAINTAINERS | 2 +- arch/m68k/confi