Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp171898pxk; Wed, 16 Sep 2020 01:01:20 -0700 (PDT) X-Google-Smtp-Source: ABdhPJygt9zLvxB9/TKKAATlW/l9rMofju1tFcFFYb1Ac37zz2zybYirF5vIweb/0H5oeVvFC8I5 X-Received: by 2002:aa7:dd8d:: with SMTP id g13mr26884309edv.324.1600243280044; Wed, 16 Sep 2020 01:01:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600243280; cv=none; d=google.com; s=arc-20160816; b=F2c088nLaJIGFhU72Dr+e6G+Z1yCpYHxbdBRm4IMpjLfkrdBEoXL2fQOaXDhD7ErNH VrT7cff2cHHnuVNOByMNlMHkQL8CpL0MLoFdZ/8oSctZTI5a4cGWPtan+sfKaPri9TJs Kwm1GnHknExDMDM2WjF1ldYYYAWKyN/9lUQHZ8OHY5BAiDfrVOISCpBwoDAmxmgyZImH X0vSXAMvf1nFaewlHxxkYREo+DP3xMk1JA0gjPVUXq0/d0d33Uth83/urtnkjIAfQmxo oJbcfThU4GrTWut9C6il4aoMzH2NgUyj1MjcrnSbCK2LBHwKrf9RS+4y/6j3t8KniIuG M47Q== 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=B74BbP155S4oi/BV4CEb1Z5+xFlIwwArtUBSUF+puSw=; b=px+md7m4znEcDEdwuncrZ5xMxfeaHAWHpnKZg2m+KFFrqA5vu9DYwdo/qiGldIxPf/ ekGuh13YH+iiL3wmEs9Xl1gyQ+SKnlU1OG4rUd/z02NzskEsUSw5Kq8KR3eSrq5k2R3F KP36pANINPcmKNJK3veRyAqMWi2GTDKf66Fw6NnniiYs3uPD5ol+e7x+qt7Noeoau61t DWwB7f+u8d3x2JlfPJy34X+R8+5RRIYe5zxmiyx3l8QkZRe5sp4DAZvwaMm0j1Ko2JkS /kl4ALnevuU6nnUYJ+iBWH71BUsHz8624PQKrh7J6VTsv5ZSVP9YiVV0U5vOOlhiqb4p b9lg== 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 c12si12295566edx.274.2020.09.16.01.00.58; Wed, 16 Sep 2020 01:01:20 -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 S1726438AbgIPH6E (ORCPT + 99 others); Wed, 16 Sep 2020 03:58:04 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:35846 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726068AbgIPH6C (ORCPT ); Wed, 16 Sep 2020 03:58:02 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 8F07C1C0B76; Wed, 16 Sep 2020 09:57:59 +0200 (CEST) Date: Wed, 16 Sep 2020 09:57:59 +0200 From: Pavel Machek To: Greg Kroah-Hartman , jikos@suse.cz, vojtech@suse.cz Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Yuan Ming , Willy Tarreau , Bartlomiej Zolnierkiewicz , Daniel Vetter , Linus Torvalds Subject: Re: [PATCH 4.19 66/78] fbcon: remove soft scrollback code Message-ID: <20200916075759.GC32537@duo.ucw.cz> References: <20200915140633.552502750@linuxfoundation.org> <20200915140636.861676717@linuxfoundation.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vOmOzSkFvhd7u8Ms" Content-Disposition: inline In-Reply-To: <20200915140636.861676717@linuxfoundation.org> 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 --vOmOzSkFvhd7u8Ms Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > From: Linus Torvalds >=20 > commit 50145474f6ef4a9c19205b173da6264a644c7489 upstream. >=20 > 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. >=20 > So it's not worth dragging along. It is still useful. In particular, 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. So, I believe we'll need to fix this. I guess I could do it. I also guess I'll not have to, because SuSE or RedHat will want to fix it. Anyway, this really should not be merged into stable. Best regards, Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --vOmOzSkFvhd7u8Ms Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCX2HFhwAKCRAw5/Bqldv6 8l/qAJ0WX5PBLnCVVvvT67LyY7r0YmROQACfU5ZZFE4StnZcxrW1Hmyx01Y+XG8= =uUjO -----END PGP SIGNATURE----- --vOmOzSkFvhd7u8Ms--