Re: [PATCH v7 2/4] lib/test_bitmap.c: Add for_each_set_clump test cases

2020-06-09 Thread Rong Chen
On 6/7/20 7:15 AM, Syed Nayyar Waris wrote: On Fri, Jun 5, 2020 at 5:54 PM Andy Shevchenko wrote: On Fri, Jun 05, 2020 at 02:12:54AM +0530, Syed Nayyar Waris wrote: On Sun, May 31, 2020 at 12:50 AM kbuild test robot wrote: WARNING: modpost: lib/test_bitmap.o(.data+0xe80): Section mismatch

Re: [PATCH v7 2/4] lib/test_bitmap.c: Add for_each_set_clump test cases

2020-06-08 Thread Andy Shevchenko
On Sun, Jun 07, 2020 at 04:45:19AM +0530, Syed Nayyar Waris wrote: > On Fri, Jun 5, 2020 at 5:54 PM Andy Shevchenko > wrote: > > > > On Fri, Jun 05, 2020 at 02:12:54AM +0530, Syed Nayyar Waris wrote: > > > On Sun, May 31, 2020 at 12:50 AM kbuild test robot wrote: > > > > > > >> WARNING: modpost:

Re: [PATCH v7 2/4] lib/test_bitmap.c: Add for_each_set_clump test cases

2020-06-06 Thread Syed Nayyar Waris
On Fri, Jun 5, 2020 at 5:54 PM Andy Shevchenko wrote: > > On Fri, Jun 05, 2020 at 02:12:54AM +0530, Syed Nayyar Waris wrote: > > On Sun, May 31, 2020 at 12:50 AM kbuild test robot wrote: > > > > >> WARNING: modpost: lib/test_bitmap.o(.data+0xe80): Section mismatch in > > > >> reference from the

Re: [PATCH v7 2/4] lib/test_bitmap.c: Add for_each_set_clump test cases

2020-06-05 Thread Andy Shevchenko
On Fri, Jun 05, 2020 at 02:12:54AM +0530, Syed Nayyar Waris wrote: > On Sun, May 31, 2020 at 12:50 AM kbuild test robot wrote: > > >> WARNING: modpost: lib/test_bitmap.o(.data+0xe80): Section mismatch in > > >> reference from the variable clump_test_data to the variable > > >> .init.rodata:clum

Re: [PATCH v7 2/4] lib/test_bitmap.c: Add for_each_set_clump test cases

2020-06-04 Thread Syed Nayyar Waris
On Sun, May 31, 2020 at 12:50 AM kbuild test robot wrote: > > Hi Syed, > > Thank you for the patch! Perhaps something to improve: > > [auto build test WARNING on b9bbe6ed63b2b9f2c9ee5cbd0f2c946a2723f4ce] > > url: > https://github.com/0day-ci/linux/commits/Syed-Nayyar-Waris/Introduce-the-for_ea

Re: [PATCH v7 2/4] lib/test_bitmap.c: Add for_each_set_clump test cases

2020-05-30 Thread kbuild test robot
Hi Syed, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on b9bbe6ed63b2b9f2c9ee5cbd0f2c946a2723f4ce] url: https://github.com/0day-ci/linux/commits/Syed-Nayyar-Waris/Introduce-the-for_each_set_clump-macro/20200524-130931 base:b9bbe6ed63b2b9f2c9ee5cbd0f2c94

[PATCH v7 2/4] lib/test_bitmap.c: Add for_each_set_clump test cases

2020-05-23 Thread Syed Nayyar Waris
The introduction of the generic for_each_set_clump macro need test cases to verify the implementation. This patch adds test cases for scenarios in which clump sizes are 8 bits, 24 bits, 30 bits and 6 bits. The cases contain situations where clump is getting split at the word boundary and also when