Received: by 10.213.65.68 with SMTP id h4csp704832imn; Fri, 6 Apr 2018 07:34:10 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+XND0tDlBPlwoa3V4tK593EUVokkxXXYdvpfE7/cWclUgj/+mzILuj36MS2tHP/KZzZ90h X-Received: by 2002:a17:902:bf03:: with SMTP id bi3-v6mr20471913plb.392.1523025250684; Fri, 06 Apr 2018 07:34:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523025250; cv=none; d=google.com; s=arc-20160816; b=N/VP1jlNce96Pp/0tluMEFFhhDmcboDEKw5XVAqz5o1YyhqApiESqgN1H/9AFQ+Hge Sr5V7k0dwFhm85zPK+fRFx3q7Mhs70MNdKE6EVSL3G8fquxo+LwQxwOQzOTEs+WX65Xz Dmg3biqcd2P3cZRobmukJs3WuQnfKStffLwjH0KeBGbEeeyFsLC4CNK6hUD6Is16sw7D EWsKfki1jBDxX4OtwTWKRt42w9RUW/B1xG0ghTxIoqKQ+ZO6GM2EnSAJJi9g+j915ZRB bX5U2Msl6ggGeTQztuIwokzPj1TPb2r4aFJ69MlRE1Mmeo4cJujgKGG3QkfX6E+Inf2f vsUw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=w1iYVj1Etf62Gi8gea55iBIu5UtUytzLwWWhlJ9+RVM=; b=olhYi+cffngdKGlOW5+DMSHQPqACn3VtMDNDC3645n+QZUQZKISI14wUdQken3Ig7M JMUv+Si/9tbaklKq2pyg7sG6RmaddkFhgFvnZmSflt7S8LA7U/mgqZtdsNwmTBDajwpc ogYTYAY5HxGILJ7mfSXYu031W52sbYmQ2GWEXNbbcqsq4LVrw2Th0WVr/OCcSY2zNHZi zfbudbuik3UwLmPRvTtDl6gItGOHGeaBwOv3hp8z9h+YceAoC7QBha6ZiSA0hzNLU+F3 EtI5i4NZ04YVLx4QWRcgXONyQBuqhcFFcyKnYzRbOsgh/GA+/iesgdQXVMb5/B76Phpg DyRw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o32-v6si10928889pld.320.2018.04.06.07.33.56; Fri, 06 Apr 2018 07:34:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756196AbeDFNgZ (ORCPT + 99 others); Fri, 6 Apr 2018 09:36:25 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59176 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932079AbeDFNgX (ORCPT ); Fri, 6 Apr 2018 09:36:23 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 81C95DC8; Fri, 6 Apr 2018 13:36:22 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Mike Frysinger Subject: [PATCH 4.9 089/102] vt: change SGR 21 to follow the standards Date: Fri, 6 Apr 2018 15:24:10 +0200 Message-Id: <20180406084344.041369255@linuxfoundation.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180406084331.507038179@linuxfoundation.org> References: <20180406084331.507038179@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Mike Frysinger commit 65d9982d7e523a1a8e7c9af012da0d166f72fc56 upstream. ECMA-48 [1] (aka ISO 6429) has defined SGR 21 as "doubly underlined" since at least March 1984. The Linux kernel has treated it as SGR 22 "normal intensity" since it was added in Linux-0.96b in June 1992. Before that, it was simply ignored. Other terminal emulators have either ignored it, or treat it as double underline now. xterm for example added support in its 304 release (May 2014) [2] where it was previously ignoring it. Changing this behavior shouldn't be an issue: - It isn't a named capability in ncurses's terminfo database, so no script is using libtinfo/libcurses to look this up, or using tput to query & output the right sequence. - Any script assuming SGR 21 will reset intensity in all terminals already do not work correctly on non-Linux VTs (including running under screen/tmux/etc...). - If someone has written a script that only runs in the Linux VT, and they're using SGR 21 (instead of SGR 22), the output should still be readable. imo it's important to change this as the Linux VT's non-conformance is sometimes used as an argument for other terminal emulators to not implement SGR 21 at all, or do so incorrectly. [1]: https://www.ecma-international.org/publications/standards/Ecma-048.htm [2]: https://github.com/ThomasDickey/xterm-snapshots/commit/2fd29cb98d214cb536bcafbee00bc73b3f1eeb9d Signed-off-by: Mike Frysinger Cc: stable Signed-off-by: Greg Kroah-Hartman --- drivers/tty/vt/vt.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) --- a/drivers/tty/vt/vt.c +++ b/drivers/tty/vt/vt.c @@ -1354,6 +1354,11 @@ static void csi_m(struct vc_data *vc) case 3: vc->vc_italic = 1; break; + case 21: + /* + * No console drivers support double underline, so + * convert it to a single underline. + */ case 4: vc->vc_underline = 1; break; @@ -1389,7 +1394,6 @@ static void csi_m(struct vc_data *vc) vc->vc_disp_ctrl = 1; vc->vc_toggle_meta = 1; break; - case 21: case 22: vc->vc_intensity = 1; break;