Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp9371227imu; Wed, 5 Dec 2018 03:49:47 -0800 (PST) X-Google-Smtp-Source: AFSGD/U795+rnKLOL2lEp2FdtM7p3az2zhOKy9/M/10FDz2aVBATtilBEgrG97dyTA60xFLbgtQD X-Received: by 2002:a62:c683:: with SMTP id x3mr23545435pfk.10.1544010587891; Wed, 05 Dec 2018 03:49:47 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544010587; cv=none; d=google.com; s=arc-20160816; b=tI5i3xC42Mf+4tUcaKGAm/hipCeTuuoeZUG8MNo9cXvOQzTfmDtcdFF/PhKOFEVQzK pxjiKV7gQ1ta6XuxvfqgtC5qUXLQ3/KeD2rkesN+sl1EtjM7txn5DPWLwjXa9vARJ/8k H2Ghh9Giln7OUNpU+yY7nlXdOJFtCDZ8oe/HXdbYKeTEQPHU7qXbEKljvmMJDO11FueU 1ELjc+FOWn8I4z3yr0C2Z4Sfi2VR4lIIv1Qux0je496h4w10MyznSAVehqapiE8OGLcA RiDcZF4mHO3dVrvAqgJFOMZCixxf+yTwiuMn8re9zk7n1JsjkfPLFhe2tN2nOLkZ5M4u 8WvQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=mcq8H99G2RSMoGHt+h1Wf3c3n3Ttda3UL/P9rWujSDA=; b=W9AvfmoesA/+wjDe7xqt2s0q2v2N15PJUOWd58j20LKMrEkihaMTPsZBSjBxLkvQGX B2A8uqPXM4bp6GNCYeGCBu5m2Ik+HJC8iaiXxe+MgRmLI7gaUt62Fa73SYUGFsJTUIrm aeTBMCdoeBWPvQF1oxctt/mXIiXlkYQ9rh2DnvRgUKVFhzLTk+nawS/1YrdyJ6DyO53R eaEea5GbXpzzTKRvRWpteEFgx9l7Xya/HRUXPTgj2ajqEFTlshfecgUnzeC8sZLlc69Z wJ3F/iO1R18Q46tbmuIcQ4NYO/eOoTvTqO6H5tZBKWt53nEkLgSnKrdaXbaGDaoNIODX UCpg== 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 s125si22073439pfc.60.2018.12.05.03.49.32; Wed, 05 Dec 2018 03:49:47 -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 S1727339AbeLELs5 (ORCPT + 99 others); Wed, 5 Dec 2018 06:48:57 -0500 Received: from mx2.suse.de ([195.135.220.15]:35614 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726918AbeLELs5 (ORCPT ); Wed, 5 Dec 2018 06:48:57 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 9AB80AF43; Wed, 5 Dec 2018 11:48:55 +0000 (UTC) From: Thomas Renninger To: Abhishek Goel Cc: linux-pm@vger.kernel.org, shuah@kernel.org, linux-kernel@vger.kernel.org, ego@linux.vnet.ibm.com, akshay.adiga@linux.vnet.ibm.com, Bharath Thodla Subject: Re: [PATCH] cpupower : Auto-completion for cpupower tool Date: Wed, 05 Dec 2018 12:48:53 +0100 Message-ID: <2133486.u21R1XiQqC@house> In-Reply-To: <20181205113104.71319-1-huntbag@linux.vnet.ibm.com> References: <20181205113104.71319-1-huntbag@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday, December 5, 2018 12:31:04 PM CET Abhishek Goel wrote: > This script adds support for auto-completion for cpupower tool. > Added support for auto-completion of all the eight commands for > cpupower tool and their all subsequent sub-commands, wherever > possible. From what I see all changes I proposed in a previous review round with a "not that broad audience" have been addressed. I already integrated the patch (slightly different, without functional changes) into the latest cpupower sources of our build service and things work out nice. Shuah: Can you pick this up for next cpupower submission round, please. Thanks, Thomas