Re: [PATCH] lib: make a test module with get_count_order/long

2020-06-01 Thread Andrew Morton
On Sun, 31 May 2020 12:47:09 + Wei Yang wrote: > On Sun, May 31, 2020 at 12:56:29AM +0300, Andy Shevchenko wrote: > >On Sun, May 31, 2020 at 12:23 AM Wei Yang wrote: > >> On Sat, May 30, 2020 at 01:25:31PM +0300, Andy Shevchenko wrote: > >> >On Sat, May 30, 2020 at 12:43:28AM +, Wei Yang

Re: [PATCH] lib: make a test module with get_count_order/long

2020-05-31 Thread Wei Yang
On Sun, May 31, 2020 at 12:56:29AM +0300, Andy Shevchenko wrote: >On Sun, May 31, 2020 at 12:23 AM Wei Yang wrote: >> On Sat, May 30, 2020 at 01:25:31PM +0300, Andy Shevchenko wrote: >> >On Sat, May 30, 2020 at 12:43:28AM +, Wei Yang wrote: >> >> A test module to make sure get_count_order/long

Re: [PATCH] lib: make a test module with get_count_order/long

2020-05-30 Thread Andy Shevchenko
On Sun, May 31, 2020 at 12:23 AM Wei Yang wrote: > On Sat, May 30, 2020 at 01:25:31PM +0300, Andy Shevchenko wrote: > >On Sat, May 30, 2020 at 12:43:28AM +, Wei Yang wrote: > >> A test module to make sure get_count_order/long returns the correct result. > > > >> lib/Kconfig.debug

Re: [PATCH] lib: make a test module with get_count_order/long

2020-05-30 Thread Wei Yang
On Sat, May 30, 2020 at 01:25:31PM +0300, Andy Shevchenko wrote: >On Sat, May 30, 2020 at 12:43:28AM +, Wei Yang wrote: >> A test module to make sure get_count_order/long returns the correct result. > >> lib/Kconfig.debug | 13 ++ >> lib/Makefile | 2

Re: [PATCH] lib: make a test module with get_count_order/long

2020-05-30 Thread Andy Shevchenko
On Sat, May 30, 2020 at 12:43:28AM +, Wei Yang wrote: > A test module to make sure get_count_order/long returns the correct result. > lib/Kconfig.debug | 13 ++ > lib/Makefile | 2 + > lib/test_getorder.c| 64