Re: [PATCH] z3fold: don't fail kernel build if z3fold_header is too big

2016-11-10 Thread kbuild test robot
Hi Vitaly, [auto build test WARNING on mmotm/master] [also build test WARNING on v4.9-rc4 next-20161110] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Vitaly-Wool/z3fold-don-t-fail-kernel-build

Re: [PATCH] z3fold: don't fail kernel build if z3fold_header is too big

2016-11-10 Thread kbuild test robot
Hi Vitaly, [auto build test WARNING on mmotm/master] [also build test WARNING on v4.9-rc4 next-20161110] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Vitaly-Wool/z3fold-don-t-fail-kernel-build

[PATCH] z3fold: don't fail kernel build if z3fold_header is too big

2016-11-09 Thread Vitaly Wool
Currently the whole kernel build will be stopped if the size of struct z3fold_header is greater than the size of one chunk, which is 64 bytes by default. This may stand in the way of automated test/debug builds so let's remove that and fail the z3fold initialization in such case instead. Signed-of