Re: [PATCH] pstore: fix crypto dependencies of 842/zstd compression

2018-12-18 Thread 廖威雄
hi , On 2018/12/17 16:16, kbuild test robot wrote: > Hi liaoweixiong, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on kees/for-next/pstore] > [also build test ERROR on v4.20-rc7 next-20181214] > [if your patch is applied to the wrong git tree, please drop us

Re: [PATCH] pstore: fix crypto dependencies of 842/zstd compression

2018-12-17 Thread kbuild test robot
Hi liaoweixiong, Thank you for the patch! Yet something to improve: [auto build test ERROR on kees/for-next/pstore] [also build test ERROR on v4.20-rc7 next-20181214] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] pstore: fix crypto dependencies of 842/zstd compression

2018-12-13 Thread 廖威雄
在 2018年12月13日 02:43, Kees Cook 写道: On Wed, Dec 12, 2018 at 12:24 AM liaoweixiong wrote: Reference to commit 58eb5b670747 ("pstore: fix crypto dependencies"), which fixed crypto dependencies of deflate, lzo, lz4 and lz4hc compression, but omitted 842 and newer compression zstd from commit

Re: [PATCH] pstore: fix crypto dependencies of 842/zstd compression

2018-12-12 Thread 廖威雄
In fast, there is no any failure while building or configuring on the newest codes. The patch of commit 58eb5b670747 ("pstore: fix crypto dependencies") makes the pstore itself select the crypto core if PSTORE_COMPRESS is set. This fixes the dependence bug at all in my tests. But this patch

Re: [PATCH] pstore: fix crypto dependencies of 842/zstd compression

2018-12-12 Thread Kees Cook
On Wed, Dec 12, 2018 at 12:24 AM liaoweixiong wrote: > > Reference to commit 58eb5b670747 ("pstore: fix crypto dependencies"), > which fixed crypto dependencies of deflate, lzo, lz4 and lz4hc > compression, but omitted 842 and newer compression zstd from > commit 1021bcf44d0e ("pstore: add zstd

[PATCH] pstore: fix crypto dependencies of 842/zstd compression

2018-12-12 Thread liaoweixiong
Reference to commit 58eb5b670747 ("pstore: fix crypto dependencies"), which fixed crypto dependencies of deflate, lzo, lz4 and lz4hc compression, but omitted 842 and newer compression zstd from commit 1021bcf44d0e ("pstore: add zstd compression support") Signed-off-by: liaoweixiong ---