From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751828AbbLMNEV (ORCPT ); Sun, 13 Dec 2015 08:04:21 -0500 Received: from mga02.intel.com ([134.134.136.20]:46734 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751098AbbLMNEU (ORCPT ); Sun, 13 Dec 2015 08:04:20 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,422,1444719600"; d="scan'208";a="706487109" From: Chen Yu To: len.brown@intel.com Cc: rjw@rjwysocki.net, srinivas.pandruvada@intel.com, rui.zhang@intel.com, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] tools/power turbostat: Fix TDP MSR bits and invalid parameters Date: Sun, 13 Dec 2015 21:09:10 +0800 Message-Id: X-Mailer: git-send-email 1.8.4.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [PATCH 1/2] is to fix the TDP MSRs bits calculation, which might bring incorrect information to user. [PATCH 2/2] is to fix invalid parameters passing to dump_cstate_pstate_config_info and also fix some compiling problems. Chen Yu (2): tools/power turbostat: bugfix: TDP MSRs print bits fixing tools/power turbostat: bugfix: fix several invalid parameters tools/power/x86/turbostat/turbostat.c | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) -- 1.8.4.2