Re: [PATCH] vt: fix broken display when running aptitude

2018-11-02 Thread Greg Kroah-Hartman
On Fri, Nov 02, 2018 at 03:09:14PM -0400, Nicolas Pitre wrote: > Greg, are you picking up this patch? > > Would be nice to have in v4.19.1. 4.19.1-rc1 is already out. My queue is _huge_ give me some time to catch up... greg k-h

Re: [PATCH] vt: fix broken display when running aptitude

2018-11-02 Thread Nicolas Pitre
Greg, are you picking up this patch? Would be nice to have in v4.19.1. On Tue, 23 Oct 2018, Nicolas Pitre wrote: > On Tue, 23 Oct 2018, Mikulas Patocka wrote: > > > If you run aptitude on framebuffer console, the display is corrupted. The > > corruption is caused by the commit d8ae7242. The pa

Re: [PATCH] vt: fix broken display when running aptitude

2018-10-23 Thread Nicolas Pitre
On Tue, 23 Oct 2018, Mikulas Patocka wrote: > If you run aptitude on framebuffer console, the display is corrupted. The > corruption is caused by the commit d8ae7242. The patch adds "offset" to > "start" when calling scr_memsetw, but it forgets to do the same addition > on a subsequent call to

[PATCH] vt: fix broken display when running aptitude

2018-10-23 Thread Mikulas Patocka
If you run aptitude on framebuffer console, the display is corrupted. The corruption is caused by the commit d8ae7242. The patch adds "offset" to "start" when calling scr_memsetw, but it forgets to do the same addition on a subsequent call to do_update_region. Signed-off-by: Mikulas Patocka Fi