Re: [RFC v3 1/9] printk: extract kmsg-related routines from printk.c to kmsg.c

2015-10-19 Thread kbuild test robot
Hi Paul, [auto build test ERROR on next-20151016 -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Paul-Osmialowski/Additional-kmsg-devices/20151019-211509 config: i386-defconfig (attached as .config) repro

Re: [RFC v3 1/9] printk: extract kmsg-related routines from printk.c to kmsg.c

2015-10-19 Thread kbuild test robot
Hi Paul, [auto build test ERROR on next-20151016 -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Paul-Osmialowski/Additional-kmsg-devices/20151019-211509 config: x86_64-allnoconfig (attached as .config) r

[RFC v3 1/9] printk: extract kmsg-related routines from printk.c to kmsg.c

2015-10-19 Thread Paul Osmialowski
Following suggestions regarding printk.c code bloat, I prepared this patch which moves kmsg-related routines to new file, kmsg.c This is premilinary step needed for an attempt to extent kmsg interface with ability to dynamically create (and destroy) kmsg-like devices. Signed-off-by: Paul Osmialow