mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Lockup with cpufreq that may be similar to recently fixed acpi_cpufreq
@ 2006-10-28 12:03 Trever L. Adams
  2006-11-02 12:33 ` Pavel Machek
  0 siblings, 1 reply; 3+ messages in thread
From: Trever L. Adams @ 2006-10-28 12:03 UTC (permalink / raw)
  To: Linux Kernel Mailing List

This may be a single vendor problem. I am having a difficult time
getting the vendor to respond. However, I have a dual core Turion laptop
which is locking up on resume from suspend (resume from hibernate now
works fine). Below is the DWARF2 trace back. It is showing a problem in
cpufreq_resume (if I read this correctly). I think this may be similar
to a problem that was recently fixed, that had the same symptoms, in
acpi_cpufreq. This is 2.6.18.

Oct 18 12:51:12 mysystem kernel: BUG: sleeping function called from
invalid
context at kernel/rwsem.c:20
Oct 18 12:51:12 mysystem kernel: in_atomic():0, irqs_disabled():1
Oct 18 12:51:12 mysystem kernel:  [<c04051db>] dump_trace+0x69/0x1af
Oct 18 12:51:12 mysystem kernel:  [<c0405339>] show_trace_log_lvl+0x18/0x2c
Oct 18 12:51:12 mysystem kernel:  [<c04058ed>] show_trace+0xf/0x11
Oct 18 12:51:12 mysystem kernel:  [<c04059ea>] dump_stack+0x15/0x17
Oct 18 12:51:12 mysystem kernel:  [<c0439446>] down_read+0x12/0x20
Oct 18 12:51:12 mysystem kernel:  [<c0431601>] blocking_notifier_call_chain+0xe/0x29
Oct 18 12:51:12 mysystem kernel:  [<c05a9798>] cpufreq_resume+0x118/0x135
Oct 18 12:51:12 mysystem kernel:  [<c0551440>] __sysdev_resume+0x20/0x53
Oct 18 12:51:12 mysystem kernel:  [<c0551583>] sysdev_resume+0x16/0x47
Oct 18 12:51:12 mysystem kernel:  [<c0555767>] device_power_up+0x5/0xa
Oct 18 12:51:12 mysystem kernel:  [<c04418fd>] suspend_enter+0x3b/0x44
Oct 18 12:51:12 mysystem kernel:  [<c0441a2c>] enter_state+0x126/0x176
Oct 18 12:51:12 mysystem kernel:  [<c0441b01>] state_store+0x85/0x99
Oct 18 12:51:12 mysystem kernel:  [<c04a5fe6>] subsys_attr_store+0x1e/0x22
Oct 18 12:51:14 mysystem kernel:  [<c04a60d9>] sysfs_write_file+0xa7/0xce
Oct 18 12:51:14 mysystem kernel:  [<c046f805>] vfs_write+0xa8/0x159
Oct 18 12:51:14 mysystem kernel:  [<c046fe32>] sys_write+0x41/0x67
Oct 18 12:51:14 mysystem kernel:  [<c0404013>] syscall_call+0x7/0xb
Oct 18 12:51:14 mysystem kernel: DWARF2 unwinder stuck at syscall_call+0x7/0xb
Oct 18 12:51:14 mysystem kernel: Leftover inexact backtrace:
Oct 18 12:51:14 mysystem kernel:  =======================

Thank you,
Trever Adams


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Lockup with cpufreq that may be similar to recently fixed acpi_cpufreq
  2006-10-28 12:03 Lockup with cpufreq that may be similar to recently fixed acpi_cpufreq Trever L. Adams
@ 2006-11-02 12:33 ` Pavel Machek
  2006-11-02 15:33   ` Rafael J. Wysocki
  0 siblings, 1 reply; 3+ messages in thread
From: Pavel Machek @ 2006-11-02 12:33 UTC (permalink / raw)
  To: Trever L. Adams; +Cc: Linux Kernel Mailing List

Hi!

> This may be a single vendor problem. I am having a difficult time
> getting the vendor to respond. However, I have a dual core Turion laptop
> which is locking up on resume from suspend (resume from hibernate now
> works fine). Below is the DWARF2 trace back. It is showing a problem in
> cpufreq_resume (if I read this correctly). I think this may be similar
> to a problem that was recently fixed, that had the same symptoms, in
> acpi_cpufreq. This is 2.6.18.

Try rmmod cpufreq to see if it is cpufreq problem or if something else
causes the lockup.
							Pavel
-- 
Thanks for all the (sleeping) penguins.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Lockup with cpufreq that may be similar to recently fixed acpi_cpufreq
  2006-11-02 12:33 ` Pavel Machek
@ 2006-11-02 15:33   ` Rafael J. Wysocki
  0 siblings, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2006-11-02 15:33 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Trever L. Adams, Linux Kernel Mailing List

Hi,

On Thursday, 2 November 2006 13:33, Pavel Machek wrote:
> Hi!
> 
> > This may be a single vendor problem. I am having a difficult time
> > getting the vendor to respond. However, I have a dual core Turion laptop
> > which is locking up on resume from suspend (resume from hibernate now
> > works fine). Below is the DWARF2 trace back. It is showing a problem in
> > cpufreq_resume (if I read this correctly). I think this may be similar
> > to a problem that was recently fixed, that had the same symptoms, in
> > acpi_cpufreq. This is 2.6.18.
> 
> Try rmmod cpufreq to see if it is cpufreq problem or if something else
> causes the lockup.

I assume "hibernate" means "suspend to disk".  If that is correct, it may be
a BIOS or ACPI problem that manifests itself this way.

Greetings,
Rafael


-- 
You never change things by fighting the existing reality.
		R. Buckminster Fuller

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-11-02 15:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-28 12:03 Lockup with cpufreq that may be similar to recently fixed acpi_cpufreq Trever L. Adams
2006-11-02 12:33 ` Pavel Machek
2006-11-02 15:33   ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®