linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	LKML <linux-kernel@vger.kernel.org>,
	"linux-doc@vger.kernel.org" <linux-doc@vger.kernel.org>
Cc: "Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	"Daniel Vetter" <daniel@ffwll.ch>,
	"Yuan Ming" <yuanmingbuaa@gmail.com>, "Willy Tarreau" <w@1wt.eu>,
	"Bartlomiej Zolnierkiewicz" <b.zolnierkie@samsung.com>,
	"NopNop Nop" <nopitydays@gmail.com>,
	张云海 <zhangyunhai@nsfocus.com>,
	"Andy Lutomirski" <luto@amacapital.net>
Subject: Re: fbcon: remove soft scrollback code (missing Doc. patch)
Date: Mon, 14 Sep 2020 18:18:50 -0700	[thread overview]
Message-ID: <c9cd22ec-60dc-d761-b488-d3a1392708c0@infradead.org> (raw)
In-Reply-To: <git-mailbomb-linux-master-50145474f6ef4a9c19205b173da6264a644c7489@kernel.org>

HI--

On 9/14/20 3:48 PM, Linux Kernel Mailing List wrote:
> Commit:     50145474f6ef4a9c19205b173da6264a644c7489
> Parent:     856deb866d16e29bd65952e0289066f6078af773
> Refname:    refs/heads/master
> Web:        https://git.kernel.org/torvalds/c/50145474f6ef4a9c19205b173da6264a644c7489
> Author:     Linus Torvalds <torvalds@linux-foundation.org>
> AuthorDate: Mon Sep 7 11:45:27 2020 -0700
> Committer:  Linus Torvalds <torvalds@linux-foundation.org>
> CommitDate: Mon Sep 14 10:06:15 2020 -0700
> 
>     fbcon: remove soft scrollback code
>     
>     This (and the VGA soft scrollback) turns out to have various nasty small
>     special cases that nobody really is willing to fight.  The soft
>     scrollback code was really useful a few decades ago when you typically
>     used the console interactively as the main way to interact with the
>     machine, but that just isn't the case any more.

and:

> Commit:     973c096f6a85e5b5f2a295126ba6928d9a6afd45
> Parent:     06a0df4d1b8b13b551668e47b11fd7629033b7df
> Refname:    refs/heads/master
> Web:        https://git.kernel.org/torvalds/c/973c096f6a85e5b5f2a295126ba6928d9a6afd45
> Author:     Linus Torvalds <torvalds@linux-foundation.org>
> AuthorDate: Wed Sep 9 14:53:50 2020 -0700
> Committer:  Linus Torvalds <torvalds@linux-foundation.org>
> CommitDate: Mon Sep 14 10:06:15 2020 -0700
> 
>     vgacon: remove software scrollback support



diffstats:

> ---
>  drivers/video/fbdev/core/fbcon.c | 334 +--------------------------------------
>  1 file changed, 4 insertions(+), 330 deletions(-)

>  arch/powerpc/configs/pasemi_defconfig |   1 -
>  arch/powerpc/configs/ppc6xx_defconfig |   1 -
>  arch/x86/configs/i386_defconfig       |   1 -
>  arch/x86/configs/x86_64_defconfig     |   1 -
>  drivers/video/console/Kconfig         |  46 -------
>  drivers/video/console/vgacon.c        | 221 +---------------------------------
>  6 files changed, 1 insertion(+), 270 deletions(-)




Now someone can remove the documentation for scrollback (and "no-scroll")...


-- 
~Randy


       reply	other threads:[~2020-09-15  1:19 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <git-mailbomb-linux-master-50145474f6ef4a9c19205b173da6264a644c7489@kernel.org>
2020-09-15  1:18 ` Randy Dunlap [this message]
2020-09-15  1:28   ` fbcon: remove soft scrollback code (missing Doc. patch) Bhaskar Chowdhury
2020-09-15  1:30     ` Linus Torvalds
2020-09-15  1:34     ` Randy Dunlap
2020-09-15  1:28   ` Linus Torvalds
2020-09-16 20:54     ` Pavel Machek
2020-09-18 10:27       ` Adam Borowski
2020-09-30 21:29         ` Maciej W. Rozycki
2021-01-08 19:01       ` Phillip Susi
2021-01-08 23:11         ` Linus Torvalds
2021-01-12 15:00           ` Phillip Susi
2021-01-12 16:11             ` Greg Kroah-Hartman
2021-01-12 15:57           ` Daniel Vetter
2021-01-14 15:56             ` Geert Uytterhoeven
2021-01-14 16:11               ` Daniel Vetter
2021-01-15  8:06                 ` Geert Uytterhoeven
2021-02-03  8:03                   ` Thomas Zimmermann
2021-01-22 18:55               ` Phillip Susi
2021-01-25 15:39                 ` Geert Uytterhoeven
2021-02-02 14:18                 ` Daniel Vetter
2021-02-02 15:13                   ` Phillip Susi
2021-02-02 15:23                     ` Daniel Vetter
2021-01-14 17:43           ` fbcon: remove soft scrollback code Alan Mackenzie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c9cd22ec-60dc-d761-b488-d3a1392708c0@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=b.zolnierkie@samsung.com \
    --cc=daniel@ffwll.ch \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luto@amacapital.net \
    --cc=nopitydays@gmail.com \
    --cc=torvalds@linux-foundation.org \
    --cc=w@1wt.eu \
    --cc=yuanmingbuaa@gmail.com \
    --cc=zhangyunhai@nsfocus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).