Re: [PATCH v12 02/11] lib/test_linear_ranges: add a test for the 'linear_ranges'

2020-05-11 Thread Mark Brown
On Fri, May 08, 2020 at 06:42:25PM +, Vaittinen, Matti wrote: > I'm sorry. I did build allmodconfig build but missed the warning :/ I > saw you applied 1-5. Do you want a single incremental patch with > MODULE_LICENSE() or should I resubmit of whole series? GPL is the > license I would like

Re: [PATCH v12 02/11] lib/test_linear_ranges: add a test for the 'linear_ranges'

2020-05-09 Thread Vaittinen, Matti
On Fri, 2020-05-08 at 18:17 +0100, Mark Brown wrote: > On Fri, May 08, 2020 at 06:40:43PM +0300, Matti Vaittinen wrote: > > Add a KUnit test for the linear_ranges helper. > > > > Signed-off-by: Matti Vaittinen > > Reviewed-by: Brendan Higgins > > This now generates: > > WARNING: modpost:

Re: [PATCH v12 02/11] lib/test_linear_ranges: add a test for the 'linear_ranges'

2020-05-08 Thread Vaittinen, Matti
Thanks Mark! On Fri, 2020-05-08 at 18:17 +0100, Mark Brown wrote: > On Fri, May 08, 2020 at 06:40:43PM +0300, Matti Vaittinen wrote: > > Add a KUnit test for the linear_ranges helper. > > > > Signed-off-by: Matti Vaittinen > > Reviewed-by: Brendan Higgins > > This now generates: > >

Re: [PATCH v12 02/11] lib/test_linear_ranges: add a test for the 'linear_ranges'

2020-05-08 Thread Mark Brown
On Fri, May 08, 2020 at 06:40:43PM +0300, Matti Vaittinen wrote: > Add a KUnit test for the linear_ranges helper. > > Signed-off-by: Matti Vaittinen > Reviewed-by: Brendan Higgins This now generates: WARNING: modpost: missing MODULE_LICENSE() in lib/linear_ranges.o see

[PATCH v12 02/11] lib/test_linear_ranges: add a test for the 'linear_ranges'

2020-05-08 Thread Matti Vaittinen
Add a KUnit test for the linear_ranges helper. Signed-off-by: Matti Vaittinen Reviewed-by: Brendan Higgins --- Changes since v11: Added missing dependency to LINEAR_RANGES lib. lib/Kconfig.debug| 12 +++ lib/Makefile | 1 + lib/test_linear_ranges.c | 228