From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755381Ab1BOUyU (ORCPT ); Tue, 15 Feb 2011 15:54:20 -0500 Received: from vms173001pub.verizon.net ([206.46.173.1]:65150 "EHLO vms173001pub.verizon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751406Ab1BOUyS (ORCPT ); Tue, 15 Feb 2011 15:54:18 -0500 Date: Tue, 15 Feb 2011 15:53:41 -0500 (EST) From: Len Brown X-X-Sender: lenb@x980 To: Linus Torvalds Cc: linux-pm@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: [GIT] tools/power patches for 2.6.38-rc4 Message-id: User-Agent: Alpine 2.02 (LFD 1266 2009-07-14) MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6.git tools-release a bug-fix, plus some style updates that didn't seem worth delaying, especially since turbostat is brand-new to the tree in 2.6.38. This will update the files shown below. thanks! Len Brown Intel Open Source Technology Center ps. individual patches are available on linux-pm@lists.linux-foundation.org tools/power/x86/turbostat/turbostat.c | 200 ++++++++++++++++----------------- 1 files changed, 98 insertions(+), 102 deletions(-) through these commits: Len Brown (1): tools: turbostat: style updates Thomas Renninger (1): tools: turbostat: fix bitwise and operand with this log: commit a829eb4d7e08b316e2d48880ecab3630497f300f Author: Len Brown Date: Thu Feb 10 23:36:34 2011 -0500 tools: turbostat: style updates Follow kernel coding style traditions more closely. Delete typedef, re-name "per cpu counters" to simply be counters etc. This patch changes no functionality. Suggested-by: Thiago Farina Signed-off-by: Len Brown commit 8209e054b6bd0805a25b8c4af971160fa146bf22 Author: Thomas Renninger Date: Fri Jan 21 15:11:19 2011 +0100 tools: turbostat: fix bitwise and operand bug could cause false positive on indicating presence of invarient TSC or APERF support. Signed-off-by: Thomas Renninger Signed-off-by: Len Brown