Support for text scrolling has been removed from the Linux kernel in text console
The code that provided the ability to scroll text backward (CONFIG_VGACON_SOFT_SCROLLBACK) has been removed from the text console implementation that comes with the Linux kernel. The code was removed due to errors that had no one to fix because there was no maintainer overseeing the vgacon development. In the summer, a vulnerability (CVE-2020-14331) was discovered and fixed in vgacon, capable of causing a buffer overflow due to inadequate memory availability checks […]
