lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 22 Nov 2011 11:22:19 +0100
From:	Mike Galbraith <efault@....de>
To:	Nicolas Kalkhof <nkalkhof@....de>
Cc:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	maciej.rutecki@...il.com
Subject: Re: [REGRESSION] sudden cpu hogging in kernel 3.2 rc-series

On Tue, 2011-11-22 at 09:19 +0100, Nicolas Kalkhof wrote:
> Hi Mike,
> 
> thanks for your reply! I didn't set any polling explicitly.
> 
> My boot params are:
> intel_iommu=off pcie_aspm=force i915.powersave=1 i915.i915_enable_rc6=1
> 
> and in the cpufrequtils startup daemon the only parameter set is:
> # Options when starting cpufreq (given to the `cpufreq-set` program)
> START_OPTS="--governor ondemand"
> 
> egrep "IDLE|GOV" .config yields:
> 
> CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
> CONFIG_ARCH_HAS_DEFAULT_IDLE=y
> # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
> # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
> CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
> # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
> CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
> CONFIG_CPU_FREQ_GOV_POWERSAVE=y
> CONFIG_CPU_FREQ_GOV_USERSPACE=y
> CONFIG_CPU_FREQ_GOV_ONDEMAND=y
> CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
> CONFIG_CPU_IDLE=y
> CONFIG_CPU_IDLE_GOV_LADDER=y
> CONFIG_INTEL_IDLE=y
> # CONFIG_I7300_IDLE is not set
> 
> Any advice?

Not really.  If you apply the below, then..

make -C tools/perf prefix=/usr/local install
perf top -U

..does perf top agree with oprofile?

diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c
index c9cdedb..28ef86d 100644
--- a/tools/perf/builtin-top.c
+++ b/tools/perf/builtin-top.c
@@ -636,7 +636,6 @@ static const char *skip_symbols[] = {
 	"exit_idle",
 	"mwait_idle",
 	"mwait_idle_with_hints",
-	"poll_idle",
 	"ppc64_runlatch_off",
 	"pseries_dedicated_idle_sleep",
 	NULL


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ