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

2018-08-02 Thread Kees Cook
On Thu, Aug 2, 2018 at 6:00 PM, Stephen Rothwell wrote: > Hi Kees, > > After merging the pstore tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > fs/pstore/platform.o: In function `zbufsize_zstd': > platform.c:(.text+0x172): undefined reference to `ZSTD_compressBound' >

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

2018-08-02 Thread Stephen Rothwell
Hi Kees, After merging the pstore tree, today's linux-next build (x86_64 allmodconfig) failed like this: fs/pstore/platform.o: In function `zbufsize_zstd': platform.c:(.text+0x172): undefined reference to `ZSTD_compressBound' Caused by commit 48ed452ca6ad ("pstore: add zstd compression suppor

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

2016-06-02 Thread Kees Cook
Thanks! All callers should be fixed now. -Kees On Wed, Jun 1, 2016 at 9:03 PM, Stephen Rothwell wrote: > Hi Kees, > > On Thu, 2 Jun 2016 10:25:56 +1000 Stephen Rothwell > wrote: >> >> After merging the pstore tree, today's linux-next build (x86_64 >> allmodconfig) failed like this: >> >> drive

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

2016-06-01 Thread Stephen Rothwell
Hi Kees, On Thu, 2 Jun 2016 10:25:56 +1000 Stephen Rothwell wrote: > > After merging the pstore tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/acpi/apei/erst.c:943:11: error: initialization from incompatible > pointer type [-Werror=incompatible-pointer-typ

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

2016-06-01 Thread Stephen Rothwell
Hi Kees, On Wed, 1 Jun 2016 19:15:11 -0700 Kees Cook wrote: > > Thanks for the patch! Should I add this to my tree? Yes, since your tree is broken without it. This patch should have been part of the patch it fixes. An x86_64 allmodconfig build of just your tree should fail at the moment. --

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

2016-06-01 Thread Kees Cook
Thanks for the patch! Should I add this to my tree? -Kees On Wed, Jun 1, 2016 at 5:25 PM, Stephen Rothwell wrote: > Hi Kees, > > After merging the pstore tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/acpi/apei/erst.c:943:11: error: initialization from incom

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

2016-06-01 Thread Stephen Rothwell
Hi Kees, After merging the pstore tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/acpi/apei/erst.c:943:11: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types] .read = erst_reader, ^ Caused by commit d8aaf3511a