Re: [PATCH RESEND v7 0/3] console: Add persistent scrollback buffers for all VGA consoles

2017-01-04 Thread Andrey Utkin
Manuel, Previous Greg KH reply implied that you should send it marked as v8 for it to gain visibility and avoid confusion. Just prepend your changes history with something like Changes in v8: - Added Reviewed-by, Tested-by statements

[PATCH RESEND v7 0/3] console: Add persistent scrollback buffers for all VGA consoles

2017-01-02 Thread Manuel Schölling
Reviewed-by: Andrey Utkin Tested-by: Andrey Utkin Tested-by: Adam Borowski -- Changes in v7: - Add new callback to consw struct for flushing video console driver's scrollback buffer. Fixes issues with escape sequence '\e[3J' reported by Adam Borowski (kilob...@angband.pl). - Fix sty

[PATCH RESEND v7 0/3] console: Add persistent scrollback buffers for all VGA consoles

2016-12-21 Thread Manuel Schölling
Reviewed-by: Andrey Utkin Tested-by: Andrey Utkin Tested-by: Adam Borowski -- Changes in v7: - Add new callback to consw struct for flushing video console driver's scrollback buffer. Fixes issues with escape sequence '\e[3J' reported by Adam Borowski (kilob...@angband.pl). - Fix sty