Displaying 20 results from an estimated 100 matches similar to: "[PATCH] powernow: don't read never initialoized structure member"
2012 Aug 16
5
[PATCH] AMD, powernow: Update P-state directly when _PSD's CoordType is DOMAIN_COORD_TYPE_HW_ALL
# HG changeset patch
# User Boris Ostrovsky <boris.ostrovsky@amd.com>
# Date 1345135101 -7200
# Node ID 85190245a94d9945b7656c971ba36f7d1eff5c19
# Parent 6d56e31fe1e1dc793379d662a36ff1731760eb0c
AMD, powernow: Update P-state directly when _PSD''s CoordType is DOMAIN_COORD_TYPE_HW_ALL
When _PSD''s CoordType is DOMAIN_COORD_TYPE_HW_ALL (i.e. shared_type is
2011 Oct 20
0
[PATCH 07/12] cpufreq: allocate CPU masks dynamically
struct cpufreq_policy, including a cpumask_t member, gets copied in
cpufreq_limit_change(), cpufreq_add_cpu(), set_cpufreq_gov(), and
set_cpufreq_para(). Make the member a cpumask_var_t, thus reducing the
amount of data needing copying (particularly with large NR_CPUS).
Signed-off-by: Jan Beulich <jbeulich@suse.com>
--- 2011-09-20.orig/xen/arch/x86/acpi/cpufreq/cpufreq.c 2011-10-12
2008 Oct 01
0
[PATCH] [IA64] Compilation fix to cpufreq stuff.
Currently xen-unstable.hg is broken on ia64 and it should be fixed
by Yu''s patch. However he is off this week, so I''m sending
the workaround patch.
[IA64] Compilation fix to cpufreq stuff.
This patch fixes the following compilation error by
defining stubs.
This patch is just band aid patch until those functions are implemented
later.
> .../xen/drivers/built_in.o: In
2008 Oct 29
4
[PATCH] cpufreq.c: shut up compiler about cpufreq_dom
Some versions of GCC are too stupid to figure out that cpufreq_dom is
only used if !!domexist and always set in that case, and complain that
it may be used uninitialised.
(In general it is IMO better to avoid these kind of flag
variables; I would prefer structures like
for (...) { cpufreq_dom = dom; if (...) goto cpufreq_dom_found; }
cpufreq_dom = 0;
cpufreq_dom_found:
but on
2011 Dec 15
3
Cause for kernel panic
Hi ! On an 8-node cluster, one of the node did a kernel panic.
The only bit of information I have is on a ssh console I had open, which
said :
Message from syslogd at node108 at Dec 14 19:00:15 ...
kernel:------------[ cut here ]------------
Message from syslogd at node108 at Dec 14 19:00:15 ...
kernel:invalid opcode: 0000 [#1] SMP
Message from syslogd at node108 at Dec 14 19:00:15 ...
2011 Nov 13
2
kernel messages: alignment check: 0000 [#1] SMP
Hi,
This is just to report about the "alignment check: 0000 [#1] SMP"
kernel messages in one of my build system (domU) running Scientific
Linux 6.1.
I am compiling/rpm package for sbcl (http://sbcl.sourceforge.net/) in
my build system (domU) and hit the following kernel messages although
the domU in question still running and compilation still in progress.
I have done some searching
2008 Sep 19
8
[PATCH] x86: add hypercall to query current underlying pCPU''s frequency
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Index: 2008-09-19/xen/arch/x86/platform_hypercall.c
===================================================================
--- 2008-09-19.orig/xen/arch/x86/platform_hypercall.c 2008-09-19 14:12:02.000000000 +0200
+++ 2008-09-19/xen/arch/x86/platform_hypercall.c 2008-09-19 14:12:56.000000000 +0200
@@ -21,7 +21,7 @@
#include <xen/acpi.h>
2013 Sep 09
0
[Bug 714] Kernel panics in same_src()
https://bugzilla.netfilter.org/show_bug.cgi?id=714
lizhao09 at huawei.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lizhao09 at huawei.com
--- Comment #15 from lizhao09 at huawei.com 2013-09-09 04:48:17 CEST ---
Here is another case related to this
2010 Sep 17
1
General protection fault
Hello
I have an active-active DRBD cluster using OCFS2 as the filesystem on
the drbd devices.
I started getting a "general protection fault error" when trying to
mount any one of the ocfs2 volumes I have, even when running mount on a
single node, with no mounted FSs on the other node.
The kernel trace follows at the bottom of this message. Does anyone know
what could have been
2011 Oct 25
3
[Bug 759] New: "iptables -m recent" crashes a LXC host on lxc-stop
http://bugzilla.netfilter.org/show_bug.cgi?id=759
Summary: "iptables -m recent" crashes a LXC host on lxc-stop
Product: netfilter/iptables
Version: linux-2.6.x
Platform: x86_64
OS/Version: Ubuntu
Status: NEW
Severity: critical
Priority: P5
Component: ip_tables (kernel)
AssignedTo:
2007 Oct 24
1
powernow-k8 config
Hello
I'm building a router/proxy/firewall, the default governor is
ondemand, but for this application, what governor is best suited? (for
example conservative?)
Thanks at all!
Best regards
2006 Jun 11
0
Powernow-k8 support?
Hi,
I recently installed Xen on my AMD64 for my first time and so far,
everything seems to work pretty fine. :-)
I tried to enable cpu frequency support.
After booting, I get the following message in Dom0-dmesg:
powernow-k8: Found 1 AMD Athlon 64 / Opteron processors (version 1.60.0)
powernow-k8: BIOS error - no PSB or ACPI _PSS objects
I tried to find answers in the mailing-list archive and
2009 Jan 22
1
[GLPI #0000037] Zweirad Stadler | Neues Ticket - powernow error in Xen VM with new kernel
Anyone else getting these "tickets" from sysadmin at zweirad-stadler.de
quoting old messages to this list directly to his mailbox?
Kai
--
Kai Sch?tzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com
2007 Nov 18
0
Unable to load kernel modul powernow-k8 under Debian Etch
Hi.
I am unable to load kernel modu powernow-k8 under Debian Etch Xen
kernel.
message in logs:
Nov 19 00:34:09 alsdom02 kernel: processor: Unknown symbol
pm_idle
Nov 19 00:34:09 alsdom02 kernel: powernow_k8: Unknown symbol
acpi_processor_notify_smm
Nov 19 00:34:09 alsdom02 kernel: powernow_k8: Unknown symbol
acpi_processor_unregister_performance
Nov 19 00:34:09 alsdom02 kernel: powernow_k8:
2006 Oct 24
0
CPU frequency scaling (SpeedStep and PowerNow)
Hello,
I have a new laptop (Core duo 2) and I plan to run Xen on it (using
Windows in a DomU). The laptop won''t be connected to a power plug all the
time. So it would be nice to have the possibility to set the CPU frequency
to a lower value to save some power. I only found the patch by Matt Yourst
for AMD k8 processors
2008 Sep 27
0
powernow error in Xen VM with new kernel
I just upgraded my first Xen guest to the latest 5.2 kernel (2.6.18-
92.1.13.el5xen) and got a kernel error on reboot:
powernow-k8: BIOS error - no PSB or ACPI _PSS objects
No problems seen yet.
I would think that the guest should not try to do any powernow stuff at
all. Has anyone else noticed this?
Kai
--
Kai Sch?tzl, Berlin, Germany
Get your web at Conactive Internet Services:
2012 Nov 22
2
Bug#694012: xen-hypervisor-4.1-amd64: powernow-k8: transition frequency failed [filling the syslog]
Package: xen-hypervisor-4.1-amd64
Version: 4.1.3-3
Severity: normal
Forwarded: http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1789
Dear Debian Xen Team,
after an upgrade from Squeeze to Wheezy I see about ten of these per
second filling my system log (about 8 MB/h):
Nov 23 00:15:37 acromantula kernel: [ 462.544193] powernow-k8: fid trans failed, fid 0x2, curr 0x0
Nov 23 00:15:37 acromantula
2009 Apr 10
4
powernow-k8 in newer centosplus kernel
Hello,
Using kernel:
2.6.18-92.1.13.el5.centos.plus
the cpu throttling works as desired (see 2 traces below)
------------- trace snips --------------
dmesg | grep -i pow
ACPI: SSDT (v001 PTLTD POWERNOW 0x00000001 LTP 0x00000001) @ 0x3fff9b40
powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ processors ( 2 cpu cores) (version 2.20.00)
powernow-k8: 0 :
2007 Aug 30
0
[PATCH][Retry 1] 1/4: cpufreq/PowerNow! in Xen: Xen timer changes
Enable cpufreq support in Xen for AMD Operton processors by:
1) Allowing the PowerNow! driver in dom0 to write to the PowerNow!
MSRs.
2) Adding the cpufreq notifier chain to time-xen.c in dom0.
On a frequency change, a platform hypercall is performed to
scale the frequency multiplier in the hypervisor.
3) Adding a platform hypercall to the hypervisor the scale
the frequency multiplier and reset
2006 Sep 26
5
powernow-k8: Processor cpuid 681 not supported
I am running 2.6.18-1.2693.fc6xen and I am receiving this message
powernow-k8: Processor cpuid 681 not supported
anyone know if xen works on
processor : 0
vendor_id : AuthenticAMD
cpu family : 6
model : 8
model name : AMD Athlon(tm) Prosussor
stepping : 1
cpu MHz : 1994.985
cache size : 256 KB
fdiv_bug : no
hlt_bug : no