Re: [PATCH 1/3] bitmap: remove _check_eq_u32_array

2025-02-09 Thread Muhammad Usama Anjum
On 2/8/25 1:14 AM, Tamir Duberstein wrote: > This has been unused since commit 3aa56885e516 ("bitmap: replace > bitmap_{from,to}_u32array") in 2018. Remove it to avoid the need to port > it to KUnit in this series. > > Signed-off-by: Tamir Duberstein Reviewed-by: Muhammad Usama Anjum > --- > l

Re: [PATCH 1/3] bitmap: remove _check_eq_u32_array

2025-02-08 Thread Yury Norov
On Fri, Feb 07, 2025 at 03:14:02PM -0500, Tamir Duberstein wrote: > This has been unused since commit 3aa56885e516 ("bitmap: replace > bitmap_{from,to}_u32array") in 2018. Remove it to avoid the need to port > it to KUnit in this series. > > Signed-off-by: Tamir Duberstein OK, 7 years is enough

Re: [PATCH 1/3] bitmap: remove _check_eq_u32_array

2025-02-08 Thread David Gow
On Sat, 8 Feb 2025 at 04:14, Tamir Duberstein wrote: > > This has been unused since commit 3aa56885e516 ("bitmap: replace > bitmap_{from,to}_u32array") in 2018. Remove it to avoid the need to port > it to KUnit in this series. > > Signed-off-by: Tamir Duberstein > --- Makes sense. Reviewed-by:

[PATCH 1/3] bitmap: remove _check_eq_u32_array

2025-02-07 Thread Tamir Duberstein
This has been unused since commit 3aa56885e516 ("bitmap: replace bitmap_{from,to}_u32array") in 2018. Remove it to avoid the need to port it to KUnit in this series. Signed-off-by: Tamir Duberstein --- lib/test_bitmap.c | 28 1 file changed, 28 deletions(-) diff --g