Re: [PATCH v10 0/4] console: Add persistent scrollback buffers for all VGA consoles

2017-01-25 Thread Greg KH
On Fri, Jan 13, 2017 at 09:07:54PM +0100, Manuel Schölling wrote: > Changes in v10: > - Fix compilation error if CONFIG_VGACON_SOFT_SCROLLBACK=n All now applied to my tty-testing branch, let's see what the 0-day bot has to say about this :) thanks for the persistence. greg k-h

[PATCH v10 0/4] console: Add persistent scrollback buffers for all VGA consoles

2017-01-13 Thread Manuel Schölling
Changes in v10: - Fix compilation error if CONFIG_VGACON_SOFT_SCROLLBACK=n Changes in v9: - Make persistent scrollback feature a boot parameter Changes in v8: - Add Reviewed-by/Tested-By statements Changes in v7: - Add new callback to consw struct for flushing video console driver's scr