[Bug 10265] oops after resume from acpi S3

2008-10-16 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10265


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED




--- Comment #22 from [EMAIL PROTECTED]  2008-10-16 22:45 ---
patch in comment #18 shipped in 2.6.26 -- closed:

Author: Zhang Rui [EMAIL PROTECTED]  2008-04-29 02:34:42
Committer: Len Brown [EMAIL PROTECTED]  2008-04-29 02:34:42
Parent: f1241c87a16c4fe9f4f51d6ed3589f031c505e8d (Add down_timeout and change
ACPI to use it)
Branches: many (28)
Follows: v2.6.25
Precedes: v2.6.26-rc1

flush kacpi_notify_wq before removing notify handler


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10265] oops after resume from acpi S3

2008-04-04 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10265





--- Comment #20 from [EMAIL PROTECTED]  2008-04-04 14:42 ---
Not sure whether this is related to this bug, but I played with kernel
2.6.25-rc8 , applied the above patch and - well - I got no ooops, but otherwise
I have a feeling (not sure who to put it into a good bugreport), that the acpi
subsystem got some problems when moving from 2.6.23 to 2.6.24 (see this bug)
and got even more on the way to 2.6.25. The battery reporting is flaky after a
resume or after removing the battery module and reinsrting it (hal reports the
battery absent and after a second present and this goes on for some seconds).
The multimedia keys are reported with a delay of several seconds (maybe caused
by switching away from the deprecated asus-acpi module to the asus-laptop
module did this ...)

With respect to the battery problem - running the acpi utility in direct runs
without pause longer than needed to recall the command:

[EMAIL PROTECTED]:~$ acpi -a
 Battery 1: charged, 100%, rate information unavailable.
  AC Adapter 1: on-line
[EMAIL PROTECTED]:~$ acpi -a
 Battery 1: charged, 100%, rate information unavailable.
 Battery 2: charged, 100%, rate information unavailable.
  AC Adapter 1: on-line
[EMAIL PROTECTED]:~$ acpi -a
 Battery 1: charged, 100%, rate information unavailable.
  AC Adapter 1: on-line
[EMAIL PROTECTED]:~$ acpi -a
 Battery 1: charged, 100%, rate information unavailable.
  AC Adapter 1: on-line
[EMAIL PROTECTED]:~$ acpi -a
 Battery 1: charged, 100%, rate information unavailable.
 Battery 2: charged, 100%, rate information unavailable.
  AC Adapter 1: on-line
[EMAIL PROTECTED]:~$ 

I thing Battery 1 has some defect lithium cells, but that never lead to this
flaky behaviour. I'll run again with 2.6.23 tomorrow.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10265] oops after resume from acpi S3

2008-04-01 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10265





--- Comment #14 from [EMAIL PROTECTED]  2008-04-01 00:43 ---
could you please attach the content of /etc/acpi/sleep.sh?
I suspect this script pokes the battery sysfs I/F and causes the oops when
resuming from S3.
Please clear CONFIG_ACPI_SYSFS_POWER and see if it helps.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10265] oops after resume from acpi S3

2008-04-01 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10265





--- Comment #16 from [EMAIL PROTECTED]  2008-04-01 09:22 ---
Created an attachment (id=15552)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=15552action=view)
oops with the patch

This is the result with the patch - the other test has to wait.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10265] oops after resume from acpi S3

2008-04-01 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10265





--- Comment #17 from [EMAIL PROTECTED]  2008-04-01 13:54 ---
I had a look at the debian acpi script - and wow! - there is a ton of things
that are done at resume. I had a closer look and noticed these lines in a file
called 72-acpi-pain.sh (yep - it causing the pain ;-):

modprobe -r battery
modprobe battery

I commented these two lines out and voila - five suspend-resume cylcles worked
as expected. This is no fix for the core of the bug, but at my system works as
expected.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10265] oops after resume from acpi S3

2008-04-01 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10265





--- Comment #18 from [EMAIL PROTECTED]  2008-04-01 17:53 ---
Created an attachment (id=15557)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=15557action=view)
flush kacpi_notify_wq before removing notify handler

Please try this patch and see if it fixes the problem. :)


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10265] oops after resume from acpi S3

2008-03-31 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10265





--- Comment #11 from [EMAIL PROTECTED]  2008-03-31 10:13 ---
hey,

some evidence for the battery hypothesis is, that I tried to remove the battery
module before sending the notebook into S3 and at least it came up again three
times.

I will attach the cat /proc/acpi/events output and the syslog of the debug
run.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10265] oops after resume from acpi S3

2008-03-31 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10265





--- Comment #12 from [EMAIL PROTECTED]  2008-03-31 10:15 ---
Created an attachment (id=15535)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=15535action=view)
cat /proc/acpi/event


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10265] oops after resume from acpi S3

2008-03-30 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10265





--- Comment #9 from [EMAIL PROTECTED]  2008-03-30 04:02 ---
It seams, that it only happens, when /proc/acpi/events is activated. But I have
to have it running, as the asus-laptop/asus-acpi module generates acpi events
for the multimedia keys. These seem not to be put into the input layer (I can
for example get the sleep button key without using the acpid -- they are
reported by hal). If this would be the case I might be able to get rid of acpid
and by that get rid of the bug.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10265] oops after resume from acpi S3

2008-03-21 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10265





--- Comment #7 from [EMAIL PROTECTED]  2008-03-21 00:17 ---
hah, too many debug messages are popped up.
could you please re-do the test, but
echo 0x44  /sys/modules/acpi/parameters/debug_layer
BEFORE echo 0x8811f  /sys/modules/acpi/parameters/debug_level? :)


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10265] oops after resume from acpi S3

2008-03-20 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10265





--- Comment #6 from [EMAIL PROTECTED]  2008-03-20 03:25 ---
Created an attachment (id=15353)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=15353action=view)
Debug Log  around the ooops

When I tried to reproduce the ooops to get the debug output, I noticed, that it
happend approximately every 2-3 times I put the notebook into S3. I had to
repeat the suspend-resume cyle three time, to get the log.

The attached log gives some context to the oops. The oops is logged in line
2978. After that the battery level and multimedia keys aren't reported anymore.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10265] oops after resume from acpi S3

2008-03-19 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10265





--- Comment #4 from [EMAIL PROTECTED]  2008-03-19 09:32 ---
Ok - the bisection is just frustrating - the testing of the acpi functionality
with a crashing kernel or without the networking subsystem (the acpid tells me,
that it can't open the event socket). So I'm a little stuck. Not sure where to
go on.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10265] oops after resume from acpi S3

2008-03-19 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10265


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|NEEDINFO




--- Comment #5 from [EMAIL PROTECTED]  2008-03-19 20:31 ---
Does this happen occasionally or it happens every time back from S3?
please set CONFIG_ACPI_DEBUG,
echo 0x8811f  /sys/modules/acpi/parameters/debug_level
echo 0x44  /sys/modules/acpi/parameters/debug_layer
and attach the dmesg output after this oops.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10265] oops after resume from acpi S3

2008-03-17 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10265


[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  |[EMAIL PROTECTED]
   |bugs.osdl.org   |
 Status|NEW |ASSIGNED




--- Comment #1 from [EMAIL PROTECTED]  2008-03-17 00:06 ---
First, please try the lastest kernel and see if it still hangs.
Second, as this is a regression, it would be great if you can do a git bisect
to see which commit causes this oops.

BTW: please attach the output of acpidump using the latest pmtools here:
http://www.kernel.org/pub/linux/kernel/people/lenb/acpi/utils/


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10265] oops after resume from acpi S3

2008-03-17 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10265





--- Comment #2 from [EMAIL PROTECTED]  2008-03-17 08:51 ---
Created an attachment (id=15315)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=15315action=view)
output of acpi dump


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10265] oops after resume from acpi S3

2008-03-17 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10265





--- Comment #3 from [EMAIL PROTECTED]  2008-03-17 09:20 ---
I tested with head of git and got the same results:

BUG: unable to handle kernel paging request at f885e127
IP: [f885e127]
*pde = 37c18067 *pte =  
Oops:  [#1] 
Modules linked in: thermal fan button ipw2200 ieee80211 ieee80211_crypt tg3
binfmt_misc radeon drm rfcomm l2cap bluetooth ppdev lp ipv6 acpi_cpufreq
cpufreq_stats cpufreq_powersave cpufreq_conservative cpufreq_userspace fuse
dm_crypt crypto_blkcipher dm_mod md_mod bay dock video output uinput sbp2 loop
snd_intel8x0m snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm_oss snd_mixer_oss
snd_pcm usbhid snd_seq_dummy pcmcia snd_seq_oss snd_seq_midi nsc_ircc
snd_rawmidi snd_seq_midi_event snd_seq irda parport_pc parport crc_ccitt
snd_timer snd_seq_device snd pcspkr rtc ohci1394 soundcore snd_page_alloc
firmware_class ieee1394 yenta_socket rsrc_nonstatic pcmcia_core i2c_i801
ehci_hcd uhci_hcd rng_core usbcore battery asus_acpi processor intel_agp
agpgart joydev evdev unix [last unloaded: ac]

Pid: 45, comm: kacpi_notify Not tainted (2.6.25-rc6 #2)
EIP: 0060:[f885e127] EFLAGS: 00010286 CPU: 0
EIP is at 0xf885e127
EAX: f7c1cc5c EBX: f756f59c ECX: f7dcecc0 EDX: 0080
ESI: f4cee770 EDI: c020a217 EBP:  ESP: f7ccdf90
 DS: 007b ES: 007b FS:  GS:  SS: 0068
Process kacpi_notify (pid: 45, ti=f7ccc000 task=f7cbe230 task.ti=f7ccc000)
Stack: c020f099 f76f8540 f76f8548 c020a234 f7c3ba40 c0121fc7 f7c3ba40 c01224fa 
   f7c3ba48 c01225a6  f7cbe230 c012454d f7ccdfc4 f7ccdfc4 f7c3ba40 
   c01224fa  c01243f3 c01243bd  c0105207 f7c41efc  
Call Trace:
 [c020f099] acpi_ev_notify_dispatch+0x4c/0x55
 [c020a234] acpi_os_execute_deferred+0x1d/0x25
 [c0121fc7] run_workqueue+0x63/0xca
 [c01224fa] worker_thread+0x0/0xb7
 [c01225a6] worker_thread+0xac/0xb7
 [c012454d] autoremove_wake_function+0x0/0x2b
 [c01224fa] worker_thread+0x0/0xb7
 [c01243f3] kthread+0x36/0x5b
 [c01243bd] kthread+0x0/0x5b
 [c0105207] kernel_thread_helper+0x7/0x10
 ===
Code:  Bad EIP value.
EIP: [f885e127] 0xf885e127 SS:ESP 0068:f7ccdf90
---[ end trace 89ea4c9e06c68987 ]---

I tried a bisect, but was faced with errors, that make it difficult to
decide/test whether the problem is the acpi part or some other subsystem. I
have to look into this some more.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10265] oops after resume from acpi S3

2008-03-16 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10265


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]
OtherBugsDependingO||7216
  nThis||
 Regression|0   |1




-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10265] oops after resume from acpi S3

2008-03-16 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10265


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||acpi-
   ||[EMAIL PROTECTED]
   ||et
  Component|Other   |ACPICA-Core




-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla