Re: [PATCH v3 2/2] pstore/ram: Set pstore flags dynamically

2016-07-21 Thread kbuild test robot
Hi, [auto build test WARNING on ia64/next] [also build test WARNING on v4.7-rc7] [cannot apply to next-20160721] [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/Namhyung-Kim/pstore-Split-pstore-f

Re: [PATCH v3 2/2] pstore/ram: Set pstore flags dynamically

2016-07-21 Thread kbuild test robot
Hi, [auto build test ERROR on ia64/next] [also build test ERROR on v4.7-rc7] [cannot apply to next-20160721] [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/Namhyung-Kim/pstore-Split-pstore-fragi

[PATCH v3 2/2] pstore/ram: Set pstore flags dynamically

2016-07-20 Thread Namhyung Kim
The ramoops can be configured to enable each pstore type by setting their size. In that case, it'd be better not to register disabled types in the first place. Signed-off-by: Namhyung Kim --- fs/pstore/ram.c| 8 +++- include/linux/pstore.h | 2 -- 2 files changed, 7 insertions(+), 3