From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 93783C433DF for ; Sat, 22 Aug 2020 12:17:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6EED620738 for ; Sat, 22 Aug 2020 12:17:00 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="RMEHyVTG" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727971AbgHVMQw (ORCPT ); Sat, 22 Aug 2020 08:16:52 -0400 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:26716 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726704AbgHVMQv (ORCPT ); Sat, 22 Aug 2020 08:16:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1598098609; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=s1PhZ9//qAtXW+wBZ1G+cKJixVit0c5kcvX8lH+2smM=; b=RMEHyVTGCor9U8vZKExK2be91MdptBbl60VnTdp8r0x96GnPfNAl3+PszeNYWYmnmWMp8V wLIG/XDifdOugW18769zugOhRtFNq6keojn60i8/MsmqMS5Jgj2dOrRGKUhlrCzmLDAikV /DgCI7TxMK8nG9QFUOSffMOFiUalWQk= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-474-d0lPOpulONucBFQHxX5_vg-1; Sat, 22 Aug 2020 08:16:48 -0400 X-MC-Unique: d0lPOpulONucBFQHxX5_vg-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 1E7C91DE14; Sat, 22 Aug 2020 12:16:47 +0000 (UTC) Received: from darcari.bos.csb (ovpn-113-99.rdu2.redhat.com [10.10.113.99]) by smtp.corp.redhat.com (Postfix) with ESMTP id A3C4B7B41F; Sat, 22 Aug 2020 12:16:46 +0000 (UTC) Subject: Re: [PATCH] tools/power turbostat: fix output formatting for ACPI CST enumeration To: Len Brown Cc: Linux PM list , Linux Kernel Mailing List References: <20200810144330.75613-1-darcari@redhat.com> From: David Arcari Organization: Red Hat Message-ID: Date: Sat, 22 Aug 2020 08:16:46 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Len, Thanks for the quick turn around. My apologies for not checking the tree before sending a follow-up email. If you decide you prefer to change intel_idle - I'd be happy to do the work if you'd like. Just let me know. Thanks, -Dave On 8/21/20 2:23 PM, Len Brown wrote: > Hi Dave, > > I think this is fine. > Indeed, I actually went ahead and applied it a week or so ago. > > the only alternative that I can think of is actually shortening the > ACPI C-state names in the intel_idle driver -- which is still an > option. It would not be the first time we have tweaked the names used > in that driver to make tools more happy... > > My apology for neglecting to send you an ACK. > I had intended to send my queued series to the list, which would > suffice for all the ACKs, but that send and the subsequent push got > delayed by this and that. So I'll try to ack as I go, so it is clear > at any time where a patch stands. > > thanks! > > Len Brown, Intel Open Source Technology Center >