Re: [PATCH v4.1 2/2] console: Add persistent scrollback buffers for all VGA consoles

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] [cannot apply to v4.1] [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/consol

[PATCH v4.1 2/2] console: Add persistent scrollback buffers for all VGA consoles

2016-11-16 Thread Manuel Schölling
Add a scrollback buffers for each VGA console. The benefit is that the scrollback history is not flushed when switching between consoles but is persistent. The buffers are allocated on demand when a new console is opened. This breaks tools like clear_console that rely on flushing the scrollback hi