Re: [PATCH v4 1/2] console: Move scrollback data into its own struct

2016-11-16 Thread kbuild test robot
Hi Manuel, [auto build test WARNING on linus/master] [also build test WARNING on v4.9-rc5 next-20161116] [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/Manuel-Sch-lling/console-Move-scrollback-d

Re: [PATCH v4 1/2] console: Move scrollback data into its own struct

2016-11-16 Thread kbuild test robot
Hi Manuel, [auto build test ERROR on linus/master] [also build test ERROR on v4.9-rc5 next-20161116] [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/Manuel-Sch-lling/console-Move-scrollback-data-

[PATCH v4 1/2] console: Move scrollback data into its own struct

2016-11-16 Thread Manuel Schölling
This refactoring is in preparation for persistent scrollback support for VGA console. Signed-off-by: Manuel Schölling --- drivers/video/console/vgacon.c | 82 +- 1 file changed, 42 insertions(+), 40 deletions(-) diff --git a/drivers/video/console/vgacon.c