[Bug 16548] 2.6.35 regression: apci_ns_lookup+0x125/0x57e NULL pointer after ACPI Error: Could not map memory at 0x000000007D422720 - Samsung NP-X120-XA02 laptop

2011-05-11 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=16548 --- Comment #34 from Anton Kochkov 2011-05-11 07:29:30 --- It cause kernel hault. See output here http://ompldr.org/vOG5jMA/2011-05-11_10-41-56_749.jpg -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You a

[Bug 16548] 2.6.35 regression: apci_ns_lookup+0x125/0x57e NULL pointer after ACPI Error: Could not map memory at 0x000000007D422720 - Samsung NP-X120-XA02 laptop

2011-05-11 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=16548 --- Comment #35 from Anton Kochkov 2011-05-11 10:31:34 --- Created an attachment (id=57322) --> (https://bugzilla.kernel.org/attachment.cgi?id=57322) Dmesg of 2.6.39-rc7 git kernel with debug enabled -- Configure bugmail: https://bugzilla

[Bug 34842] Random unexplained hard-locks with Acer Aspire 4551-4315

2011-05-11 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=34842 --- Comment #3 from Robert Delahunt 2011-05-11 12:30:38 --- OK on the new 2.6.38.6 kernel it worked fine until I suspended it. Upon resume, the screen was white and unresponsive. Pressing the power button for a split second resulted in an

[Bug 34842] Random unexplained hard-locks with Acer Aspire 4551-4315

2011-05-11 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=34842 --- Comment #4 from Robert Delahunt 2011-05-11 13:47:01 --- OK, here are the memory mappings from dmesg: Generic 64 bit kernel, "pci=bios" http://www.puresimplicity.net/~delahunt/linux/acer/dmesg64-pcibios.txt Generic 64 bit kernel, "pci=d

[Bug 27792] Fan speed freezes, and hotkeys stop working. Lenovo Thinkpad L512

2011-05-11 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=27792 --- Comment #11 from amne...@ownage4u.nl 2011-05-11 17:11:13 --- Created an attachment (id=57382) --> (https://bugzilla.kernel.org/attachment.cgi?id=57382) acpidump of 2.6.36-4 when the bug is occuring -- Configure bugmail: https://bugzilla

[Bug 16548] 2.6.35 regression: apci_ns_lookup+0x125/0x57e NULL pointer after ACPI Error: Could not map memory at 0x000000007D422720 - Samsung NP-X120-XA02 laptop

2011-05-11 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=16548 --- Comment #36 from Lin Ming 2011-05-12 01:13:39 --- > It cause kernel hault. See output here > http://ompldr.org/vOG5jMA/2011-05-11_10-41-56_749.jpg I'm looking at this fault. Is there any way to get the full dmesg at the point kernel halt

[Bug 16548] 2.6.35 regression: apci_ns_lookup+0x125/0x57e NULL pointer after ACPI Error: Could not map memory at 0x000000007D422720 - Samsung NP-X120-XA02 laptop

2011-05-11 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=16548 --- Comment #37 from Anton Kochkov 2011-05-12 02:51:29 --- Done. using kernel options boot_delay and increased acpi_dbg_level=0x1F Here is archive of photos of all dmesg output http://ompldr.org/vOG5ycQ/debug.tar.bz2 -- Configure bugmail:

[Bug 16548] 2.6.35 regression: apci_ns_lookup+0x125/0x57e NULL pointer after ACPI Error: Could not map memory at 0x000000007D422720 - Samsung NP-X120-XA02 laptop

2011-05-11 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=16548 Anton Kochkov changed: What|Removed |Added Attachment #57322|0 |1 is obsolete|

[Bug 16548] 2.6.35 regression: apci_ns_lookup+0x125/0x57e NULL pointer after ACPI Error: Could not map memory at 0x000000007D422720 - Samsung NP-X120-XA02 laptop

2011-05-11 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=16548 --- Comment #39 from Lin Ming 2011-05-12 05:23:43 --- A summary, 2 problems here: 1. dynamic table memory map fails This is because the dynamic ACPI tables are stored in normal RAW, which causes ioremap fails, see comment 19. workaround by

[Bug 16548] 2.6.35 regression: apci_ns_lookup+0x125/0x57e NULL pointer after ACPI Error: Could not map memory at 0x000000007D422720 - Samsung NP-X120-XA02 laptop

2011-05-11 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=16548 --- Comment #40 from Lin Ming 2011-05-12 05:39:59 --- >From the dmesg, this is a Uni-processor running an SMP kernel. Please also attach the output of /proc/cpuinfo If it's indeed an Uni-processor, then here is another problem. ACPI Error (

[Bug 16548] 2.6.35 regression: apci_ns_lookup+0x125/0x57e NULL pointer after ACPI Error: Could not map memory at 0x000000007D422720 - Samsung NP-X120-XA02 laptop

2011-05-11 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=16548 --- Comment #41 from Anton Kochkov 2011-05-12 05:50:43 --- Created an attachment (id=57492) --> (https://bugzilla.kernel.org/attachment.cgi?id=57492) cpuinfo Attached /proc/cpuinfo , acpitables and dmesg of anpther hack will be bit later