Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp668943pxk; Wed, 16 Sep 2020 13:56:06 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxtg9+8MrGYoLZScSOYA5/vP+XSiSdUkpKxcaD3b22iTqLjLXUBosygMPiu5ylMyk6W7IWF X-Received: by 2002:a17:906:8508:: with SMTP id i8mr28623991ejx.390.1600289765875; Wed, 16 Sep 2020 13:56:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600289765; cv=none; d=google.com; s=arc-20160816; b=hqnB5NEULtrnc3P4kVMrlF+SBa1fK2yVuJOzjNfsGfDOxjPz4HSaKNlmp/OHiIpT0l Md9UJ2rV/dFNBm4ovhiWltu7IjbW0WfcLqJCCKwJOx6h4kLAnZg9/joKyPhFv1JFO7wG 4iP/fLo3b8xO21KL2KZzByxTp3mpjgg0jjoLgFNSiSGeBTiY8+AZaBe/yjVnrHyRq7T1 GjtM0d7TIYWu519jL/N4YVVzBkrgW7Sda9+rgs3yf7une6R5A+55EaaKVediTysUeWEv TowEOM9JaBOaJNTtzJ1YzvY+SgweiLqOvuzJih2mk9VWjXLaDgBDR7yZxvU23Ctsrw2V UFog== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=xEdxxwMNr1pfFbwbNrjItfgynV3THy5G8uHgEq2lKVE=; b=Chq72Ht6mjGmhVa+8JbzT5g+/N7IY9JxltC7hI7MAepH8Ua+1/mBCE7Z97U7MndqcX 4o+gSu55agidOgqBX7GKxo6CqW0zORxwM3/DgNS4ujRWOVd344oV7VdTYuyUaXKo4Pxs SwT/PnJqTc8qxubvq0W/XoLD/6755qVS2jhVcZcMcuxzj9xMRLR6p7zj5pzXwoBSOWrP xQQsBhazIJvCP4/MC39RNioL/+dcDbRzStfXrEJzxDfvWhjRrF0em++jKerGsFaEp5rp LcvGAyOrTc55qB7GK5rpqdKLzfSUzrytJs2MYa3hYWPmHEVwqEo1bynfvG41QG/gfAv5 djJw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d25si14128362edn.340.2020.09.16.13.55.42; Wed, 16 Sep 2020 13:56:05 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728555AbgIPUyl (ORCPT + 99 others); Wed, 16 Sep 2020 16:54:41 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:43338 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726904AbgIPUyh (ORCPT ); Wed, 16 Sep 2020 16:54:37 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id DC5031C0B76; Wed, 16 Sep 2020 22:54:34 +0200 (CEST) Date: Wed, 16 Sep 2020 22:54:34 +0200 From: Pavel Machek To: Linus Torvalds Cc: Randy Dunlap , LKML , "linux-doc@vger.kernel.org" , Greg Kroah-Hartman , Daniel Vetter , Yuan Ming , Willy Tarreau , Bartlomiej Zolnierkiewicz , NopNop Nop , =?utf-8?B?5byg5LqR5rW3?= , Andy Lutomirski Subject: Re: fbcon: remove soft scrollback code (missing Doc. patch) Message-ID: <20200916205434.GA10389@duo.ucw.cz> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bp/iNruPH9dso1Pn" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --bp/iNruPH9dso1Pn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon 2020-09-14 18:28:34, Linus Torvalds wrote: > On Mon, Sep 14, 2020 at 6:19 PM Randy Dunlap wrot= e: > > > > Now someone can remove the documentation for scrollback (and "no-scroll= ")... >=20 > Note that scrollback hasn't actually gone away entirely - the original > scrollback supported by _hardware_ still exists. >=20 > Of course, that's really just the old-fashioned text VGA console, but > that one actually scrolls not by moving any bytes around, but by > moving the screen start address. And the scrollback similarly isn't > about any software buffering, but about the ability of moving back > that screen start address. >=20 > Do people use that? Probably not. But it wasn't removed because it > didn't have any of the complexities and bitrot that all the software > buffering code had. >=20 > That said, I didn't check how much of the documentation is for the VGA > text console, and how much of it is for the actual software scrollback > for fbcon etc. So it is entirely possible that all the docs are about > the removed parts. Could we pause this madness? Scrollback is still useful. I needed it today... it was too small, so command results I was looking for already scrolled away, but... life will be really painful with 0 scrollback. You'll need it, too... as soon as you get oops and will want to see errors just prior to that oops. If it means I get to maintain it... I'm not happy about it but that's better than no scrollback. Kernel is now very verbose, so important messages during bootup scroll away. It is way bigger deal when you can no longer get to them using shift-pageup. fsck is rather verbose, too, and there's no easy way to run that under X terminal... and yes, that makes scrollback very useful, too. Best regards, Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --bp/iNruPH9dso1Pn Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCX2J7igAKCRAw5/Bqldv6 8uAQAKCJl9d/+C94slkWoDEqnA9Sxe/f1ACePzzUiVttoyERR+W9wtLGIlFDYHU= =//6K -----END PGP SIGNATURE----- --bp/iNruPH9dso1Pn--