Re: linux-next: build failure after merge of the integrity tree

2019-08-06 Thread Mimi Zohar
Hi Stephen, On Tue, 2019-08-06 at 13:45 +1000, Stephen Rothwell wrote: > Hi Thiago, > > On Tue, 06 Aug 2019 00:18:06 -0300 Thiago Jung Bauermann > wrote: > > > > Sorry for the trouble. I wasn't aware of that build time check. > > I'll enable HEADER_TEST and KERNEL_HEADER_TEST for my next patche

Re: linux-next: build failure after merge of the integrity tree

2019-08-05 Thread Stephen Rothwell
Hi Thiago, On Tue, 06 Aug 2019 00:18:06 -0300 Thiago Jung Bauermann wrote: > > Sorry for the trouble. I wasn't aware of that build time check. > I'll enable HEADER_TEST and KERNEL_HEADER_TEST for my next patches. I do allmodconfig builds which enable those. > Thanks for providing the fix. Shou

Re: linux-next: build failure after merge of the integrity tree

2019-08-05 Thread Thiago Jung Bauermann
Hello Stephen, Stephen Rothwell writes: > Hi all, > > After merging the integrity tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > In file included from : > include/linux/module_signature.h:32:2: error: unknown type name 'u8' > u8 algo; /* Public-key crypto algor

linux-next: build failure after merge of the integrity tree

2019-08-05 Thread Stephen Rothwell
Hi all, After merging the integrity tree, today's linux-next build (x86_64 allmodconfig) failed like this: In file included from : include/linux/module_signature.h:32:2: error: unknown type name 'u8' u8 algo; /* Public-key crypto algorithm [0] */ ^~ include/linux/module_signature.h:33:2: err

Re: linux-next: build failure after merge of the integrity tree

2019-06-14 Thread Mimi Zohar
Hi Stephen, On Fri, 2019-06-14 at 15:34 +1000, Stephen Rothwell wrote: > Hi all, > > After merging the integrity tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > drivers/infiniband/core/device.c: In function 'ib_core_init': > drivers/infiniband/core/device.c:2531:

linux-next: build failure after merge of the integrity tree

2019-06-13 Thread Stephen Rothwell
Hi all, After merging the integrity tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: drivers/infiniband/core/device.c: In function 'ib_core_init': drivers/infiniband/core/device.c:2531:8: error: implicit declaration of function 'register_blocking_lsm_notifier'; did you

Re: linux-next: build failure after merge of the integrity tree

2018-07-17 Thread Stephen Rothwell
Hi Mimi, On Tue, 17 Jul 2018 09:18:06 -0400 Mimi Zohar wrote: > > Done Thanks -- Cheers, Stephen Rothwell pgp9WtUTvnIMh.pgp Description: OpenPGP digital signature

Re: linux-next: build failure after merge of the integrity tree

2018-07-17 Thread Mimi Zohar
On Tue, 2018-07-17 at 14:40 +1000, Stephen Rothwell wrote: > Hi all, > > After merging the integrity tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > security/integrity/ima/ima_main.c:549:5: error: redefinition of > 'ima_load_data' > int ima_load_data(enum kernel_loa

linux-next: build failure after merge of the integrity tree

2018-07-16 Thread Stephen Rothwell
Hi all, After merging the integrity tree, today's linux-next build (x86_64 allmodconfig) failed like this: security/integrity/ima/ima_main.c:549:5: error: redefinition of 'ima_load_data' int ima_load_data(enum kernel_load_data_id id) ^ security/integrity/ima/ima_main.c:506:5: no