From: "Jan Beulich" <JBeulich@novell.com>
To: xen-devel@lists.xensource.com
Cc: Martin Wilck <mwilck@arcor.de>
Subject: Re: system freeze when processor.ko is loaded during boot
Date: Wed, 20 Oct 2010 07:57:06 +0100 [thread overview]
Message-ID: <4CBEAEE2020000780001E237@vpn.id2.novell.com> (raw)
In-Reply-To: <4CAF794F.6070308@arcor.de>
(Stub reply, to make the mail visible to the list - apparently the original
is still sitting in the to-be-approved queue.)
>>> On 08.10.10 at 22:04, Martin Wilck <mwilck@arcor.de> wrote:
> Hello,
>
> I see a system freeze with xen-unstable and jeremy/xen/2.6.32-next
> kernel when the processor ACPI mocule is loaded during boot on my
> Samsung X50 notebook. I first saw this problem with Xen under OpenSUSE
> 11.3 (https://bugzilla.novell.com/show_bug.cgi?id=623680) with the
> OpenSUSE hypervisor and kernel.
>
> So far, I have found out the following:
>
> - no problem with OpenSUSE default kernel
> - no problem with Xen if I don't load processor.ko
> - no problem with "max_cstate=1" hypervisor parameter (but max_cstate=2
> freezes)
>
> - when the freeze happens, I am usually seeing some unreleated messages
> about USB or SATA device initialization. No keys at all are working,
> sometimes the disk LED stays on without the disk making noises. I
> haven't been able to see any hypervisor messages (even with "vga=keep";
> unfortunately the system has no serial port). The Xen "watchdog"
> parameter causes the machine to reboot without any messages.
>
> - The weirdest thing is that once the system has booted, I seem to be
> able to load processor.ko without problems (at least the system doesn't
> freeze, even if I let it idle for a long time or if I do normal work
> under X). With the SUSE hypervisor + kernel I was even able to verify
> that cpuidle was working and C3 was being used (with xen-unstable, I
> couldn't get xenpm to work so far).
>
> - However if processor.ko is loaded during boot, the system always
> freezes (100% reproducable). I tried loading it in the initrd (SUSE
> default) and early after mounting the root FS (autoloaded by udev I
> think), and even compiling it into the kernel proper (tried that only
> with the jeremy kernel). In all cases, the system freezes hard.
>
> Probably the freeze occurs when the CPU enters a deep C-state while some
> HW initialization is going on at boot time.
>
> I am a little out of clues how to debug this further, any hints would be
> welcome.
>
> The info below was taken with the normal OpenSUSE kernel.
>
> Thanks for any hints
> Martin
>
> martin@athene:~$ cat /proc/cpuinfo
> processor : 0
> vendor_id : GenuineIntel
> cpu family : 6
> model : 13
> model name : Intel(R) Pentium(R) M processor 2.13GHz
> stepping : 8
> cpu MHz : 800.000
> cache size : 2048 KB
> fdiv_bug : no
> hlt_bug : no
> f00f_bug : no
> coma_bug : no
> fpu : yes
> fpu_exception : yes
> cpuid level : 2
> wp : yes
> flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
> mca cmov clflush dts acpi mmx fxsr sse sse2 ss tm pbe up bts est tm2
> bogomips : 1596.03
> clflush size : 64
> cache_alignment : 64
> address sizes : 32 bits physical, 32 bits virtual
> power management:
>
> martin@athene:~$ cat /proc/acpi/processor/CPU0/info
> processor id: 0
> acpi id: 0
> bus mastering control: yes
> power management: yes
> throttling control: yes
> limit interface: yes
>
> martin@athene:~$ cat /proc/acpi/processor/CPU0/power
> active state: C0
> max_cstate: C8
> maximum allowed latency: 2000000000 usec
> states:
> C1: type[C1] promotion[--] demotion[--]
> latency[001] usage[00001563] duration[00000000000000000000]
> C2: type[C2] promotion[--] demotion[--]
> latency[001] usage[00308057] duration[00000000002512350868]
> C3: type[C3] promotion[--] demotion[--]
> latency[085] usage[00126109] duration[00000000000772728489]
> C4: type[C3] promotion[--] demotion[--]
> latency[185] usage[00537539] duration[00000000008753288513]
> m
>
> [ 3.345147] processor_driver-0392 [00] processor_get_info : Bus
> mastering arbitration control present
> [ 3.345187] processor_driver-0474 [00] processor_get_info :
> Processor [0:0]
> [ 3.345215] processor_throttling-1141 [00] processor_get_throttli:
> pblk_address[0x00001010] duty_offset[3] duty_width[1]
> [ 3.345233] processor_throttling-1187 [00] processor_get_throttli:
> Found 2 throttling states
> [ 3.345246] processor_throttling-0657 [00] processor_get_throttli:
> Throttling state is T0 (1000% throttling applied)
> [ 3.345585] processor_idle-0526 [00] processor_get_power_in: Found 4
> power states
> [ 3.345931] processor_throttling-0218 [00] processor_throttling_i:
> Assume no T-state coordination
> [ 82.129875] processor_perflib-0349 [00] processor_get_performa: Found
> 6 performance states
> [ 82.129889] processor_perflib-0367 [00] processor_get_performa:
> Extracting state 0
> [ 82.129901] processor_perflib-0385 [00] processor_get_performa: State
> [0]: core_frequency[2133] power[27000] transition_latency[10]
> bus_master_latency[10] control[0x1029] status[0x1029]
> [ 82.129918] processor_perflib-0367 [00] processor_get_performa:
> Extracting state 1
> [ 82.129928] processor_perflib-0385 [00] processor_get_performa: State
> [1]: core_frequency[1867] power[24000] transition_latency[10]
> bus_master_latency[10] control[0xe25] status[0xe25]
> [ 82.129945] processor_perflib-0367 [00] processor_get_performa:
> Extracting state 2
> [ 82.129955] processor_perflib-0385 [00] processor_get_performa: State
> [2]: core_frequency[1600] power[21000] transition_latency[10]
> bus_master_latency[10] control[0xc20] status[0xc20]
> [ 82.129972] processor_perflib-0367 [00] processor_get_performa:
> Extracting state 3
> [ 82.129982] processor_perflib-0385 [00] processor_get_performa: State
> [3]: core_frequency[1333] power[19000] transition_latency[10]
> bus_master_latency[10] control[0xa1c] status[0xa1c]
> [ 82.129998] processor_perflib-0367 [00] processor_get_performa:
> Extracting state 4
> [ 82.130009] processor_perflib-0385 [00] processor_get_performa: State
> [4]: core_frequency[1067] power[16000] transition_latency[10]
> bus_master_latency[10] control[0x817] status[0x817]
> [ 82.130025] processor_perflib-0367 [00] processor_get_performa:
> Extracting state 5
> [ 82.130035] processor_perflib-0385 [00] processor_get_performa: State
> [5]: core_frequency[800] power[13000] transition_latency[10]
> bus_master_latency[10] control[0x612] status[0x612]
> [ 82.130173] processor_perflib-0486 [00] processor_notify_smm : No
> SMI port or pstate_control
next prev parent reply other threads:[~2010-10-20 6:57 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-08 20:04 system freeze when processor.ko is loaded during boot Martin Wilck
2010-10-20 6:57 ` Jan Beulich [this message]
2010-11-04 14:57 ` Jiang, Yunhong
2010-11-23 23:16 ` Martin Wilck
2011-01-10 15:37 ` Liu, Jinsong
2011-01-13 21:29 ` Martin Wilck
2011-01-14 7:53 ` Liu, Jinsong
2011-03-18 3:40 ` Liu, Jinsong
2011-01-11 14:29 ` Liu, Jinsong
2011-03-28 22:31 ` Martin Wilck
2011-03-28 22:48 ` Martin Wilck
2011-03-31 11:48 ` Jan Beulich
2011-04-01 2:26 ` Liu, Jinsong
2011-03-31 6:23 ` Haitao Shan
2011-04-03 13:46 ` Martin Wilck
2011-04-04 9:22 ` Jan Beulich
2011-04-06 9:58 ` Jan Beulich
2011-04-12 13:59 ` Keir Fraser
2011-04-12 14:12 ` Jan Beulich
2011-03-31 9:52 ` Jan Beulich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4CBEAEE2020000780001E237@vpn.id2.novell.com \
--to=jbeulich@novell.com \
--cc=mwilck@arcor.de \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).