Received: by 10.223.176.46 with SMTP id f43csp1821406wra; Thu, 25 Jan 2018 00:17:38 -0800 (PST) X-Google-Smtp-Source: AH8x2278Xha19pmKrbDXFM38FL0fo1QnddAYF1Uos0gVBdsApcDsCigHHCzLtkKte3S1kM4JczSi X-Received: by 2002:a17:902:7448:: with SMTP id e8-v6mr10331823plt.420.1516868257941; Thu, 25 Jan 2018 00:17:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516868257; cv=none; d=google.com; s=arc-20160816; b=wbd9IirXwUVWHN+6BXFny4nJ2YdwACfF+IyWqHiBc8kcwKWJXdN9Eyh5dlZuPo2XzS T2ssb7wTjb5+LLKWY/k8LJ9tTbl9+PMccCLy1iFXQ2DhYWNE/GEU6xvgyWM4b70tG/NF Upjg8Wu7IYTv4wjAwFA+ghDquV8TfTCWmgWqZ7/lUshKY77siRLKM8Gh3JaqdcWLqCHf HdfN7uxS5uRtAgIUz0k8zotouFMyKaUzzFfDusKzCShGf7nA+xUmNBf33OSH6DZWKx3K dm3rVZ5zC0W4fGaWF4NsjAqZLZG/zG4XRR9gu1TX8WtRc9Nj1j0V359t4/SPqOTJ912N pvNQ== 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:dmarc-filter:arc-authentication-results; bh=DrCFgvFjE2LE1jy9P2l8DEzUXOHl7nOhE7uNObao1oY=; b=Ni/+zFatRg+RbU3gugmW7sPGWc1YRQPlE8BEsa8Rti1Na7uLSL6OBRcK8Ye4MpAyef P4HVeapXJ/1nR6AmBZfOmF6khmoBE7KBy6IkGlPwRpCSUSXDKXE6XpHLfWMXoxpVPGNi MTH4NlEZY0OBq1rlngHJUmTqSRDaGufoTuy4zYJMJsqJOTahnL/Vbjo+4Plem2lpKo8t /RP+1Ex5pxq10ZLfolvq30XE8heMfHOyohswTplj0ax8mjGVBcyyzr4U3yFyYWDKfyIn Jrelc/u0dNRUwnlIimrvjYQk84eO9crfKv4WsRqW9KPmMeHHojQG7LT3G1iHZpnVu4wb 26fg== 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 b26si1260343pgf.488.2018.01.25.00.17.23; Thu, 25 Jan 2018 00:17:37 -0800 (PST) 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 S1751295AbeAYIQ6 (ORCPT + 99 others); Thu, 25 Jan 2018 03:16:58 -0500 Received: from mail.kernel.org ([198.145.29.99]:52958 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751081AbeAYIQ5 (ORCPT ); Thu, 25 Jan 2018 03:16:57 -0500 Received: from jouet.infradead.org (unknown [213.99.16.34]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 498A721778; Thu, 25 Jan 2018 08:16:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 498A721778 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=acme@kernel.org Received: by jouet.infradead.org (Postfix, from userid 1000) id 3C05C140EF2; Thu, 25 Jan 2018 05:16:52 -0300 (-03) Date: Thu, 25 Jan 2018 05:16:52 -0300 From: Arnaldo Carvalho de Melo To: Josh Poimboeuf Cc: Arvind Sankar , linux-kernel@vger.kernel.org, Greg Kroah-Hartman , Peter Zijlstra , Ingo Molnar Subject: Re: [PATCH] tools: libsubcmd: Drop the less hack that was inherited from Git. Message-ID: <20180125081652.GA23548@kernel.org> References: <20180124003831.GA34667@rani.riverdale> <20180124205411.lpzcpqnuw3nlyg4n@treble> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180124205411.lpzcpqnuw3nlyg4n@treble> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Wed, Jan 24, 2018 at 02:54:11PM -0600, Josh Poimboeuf escreveu: > On Tue, Jan 23, 2018 at 07:38:37PM -0500, Arvind Sankar wrote: > > We inherited this hack with the original code from the Git project. The > > select call is invalid as the two fd_set pointers should not be aliased. > > > > We could fix it, but the Git project removed this hack in 2012 in commit > > e8320f3 (pager: drop "wait for output to run less" hack). The bug it > > worked around was apparently fixed in less back in June 2007. > > > > So remove the hack from here as well. > > > > Signed-off-by: Arvind Sankar > > Looks good to me. > > Acked-by: Josh Poimboeuf > > Libsubcmd is used by perf and objtool, so adding the perf maintainers to > CC. Arnaldo, do you want to pick this one up? Sure, I'll put it in my perf/core branch. - Arnaldo > > --- > > tools/lib/subcmd/pager.c | 17 ----------------- > > tools/lib/subcmd/run-command.c | 2 -- > > tools/lib/subcmd/run-command.h | 1 - > > 3 files changed, 20 deletions(-) > > > > diff --git a/tools/lib/subcmd/pager.c b/tools/lib/subcmd/pager.c > > index 5ba754d17952..94d61d9b511f 100644 > > --- a/tools/lib/subcmd/pager.c > > +++ b/tools/lib/subcmd/pager.c > > @@ -1,5 +1,4 @@ > > // SPDX-License-Identifier: GPL-2.0 > > -#include > > #include > > #include > > #include > > @@ -23,21 +22,6 @@ void pager_init(const char *pager_env) > > subcmd_config.pager_env = pager_env; > > } > > > > -static void pager_preexec(void) > > -{ > > - /* > > - * Work around bug in "less" by not starting it until we > > - * have real input > > - */ > > - fd_set in; > > - > > - FD_ZERO(&in); > > - FD_SET(0, &in); > > - select(1, &in, NULL, &in, NULL); > > - > > - setenv("LESS", "FRSX", 0); > > -} > > - > > static const char *pager_argv[] = { "sh", "-c", NULL, NULL }; > > static struct child_process pager_process; > > > > @@ -84,7 +68,6 @@ void setup_pager(void) > > pager_argv[2] = pager; > > pager_process.argv = pager_argv; > > pager_process.in = -1; > > - pager_process.preexec_cb = pager_preexec; > > > > if (start_command(&pager_process)) > > return; > > diff --git a/tools/lib/subcmd/run-command.c b/tools/lib/subcmd/run-command.c > > index 5cdac2162532..9e9dca717ed7 100644 > > --- a/tools/lib/subcmd/run-command.c > > +++ b/tools/lib/subcmd/run-command.c > > @@ -120,8 +120,6 @@ int start_command(struct child_process *cmd) > > unsetenv(*cmd->env); > > } > > } > > - if (cmd->preexec_cb) > > - cmd->preexec_cb(); > > if (cmd->exec_cmd) { > > execv_cmd(cmd->argv); > > } else { > > diff --git a/tools/lib/subcmd/run-command.h b/tools/lib/subcmd/run-command.h > > index 17d969c6add3..6256268802b5 100644 > > --- a/tools/lib/subcmd/run-command.h > > +++ b/tools/lib/subcmd/run-command.h > > @@ -46,7 +46,6 @@ struct child_process { > > unsigned no_stderr:1; > > unsigned exec_cmd:1; /* if this is to be external sub-command */ > > unsigned stdout_to_stderr:1; > > - void (*preexec_cb)(void); > > }; > > > > int start_command(struct child_process *); > > -- > > 2.13.6 > > > > -- > Josh