On Thu, 2014-07-17 at 10:27 -0700, Markus Gutschke wrote: > Please note the crash in "dmesg" right after booting. This looks relevant: > I think the crash log also exists in 3.15 kernel, can you please verify this?
> https://medusa.gutschke.com/markus/acpi/after-dmesg.txt > https://medusa.gutschke.com/markus/acpi/acpidump.txt > https://medusa.gutschke.com/markus/acpi/before-platform-devices-firmware-node.txt > https://medusa.gutschke.com/markus/acpi/before-platform-devices.txt > https://medusa.gutschke.com/markus/acpi/before-pnp-devices-firmware-node.txt > https://medusa.gutschke.com/markus/acpi/before-pnp-devices.txt > https://medusa.gutschke.com/markus/acpi/after-platform-devices-firmware-node.txt > https://medusa.gutschke.com/markus/acpi/after-platform-devices.txt > https://medusa.gutschke.com/markus/acpi/after-pnp-devices-firmware-node.txt > https://medusa.gutschke.com/markus/acpi/after-pnp-devices.txt are you building the kernel with last commit eec15edbb0e14485998635ea7c62e30911b465f0? If yes, please rebuild your 3.16 kernel with last commit b04c58b1ed26317bfb4b33d3a2d16377fc6acd0f, and re-attach the after-* logs. And please also apply the debug patch attached on top of commit b04c58b1ed26317bfb4b33d3a2d16377fc6acd0f, and see if the problem still exists. thanks, rui
>From 6e0b48c3075f9b1fcedd97c2f2454a585671dcd2 Mon Sep 17 00:00:00 2001 From: Zhang Rui <rui.zh...@intel.com> Date: Tue, 22 Jul 2014 08:11:25 +0800 Subject: [PATCH] debug patch --- drivers/acpi/acpi_pnp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/acpi/acpi_pnp.c b/drivers/acpi/acpi_pnp.c index 4ddb0dc..1c306b4 100644 --- a/drivers/acpi/acpi_pnp.c +++ b/drivers/acpi/acpi_pnp.c @@ -317,6 +317,9 @@ static const struct acpi_device_id acpi_pnp_device_ids[] = { /* snd-opl3sa2-pnpbios */ {"YMH0021"}, {"NMX2210"}, /* Gateway Solo 2500 */ + {"PNP0800"}, + {"PNP0200"}, + {"PNP0c04"}, {""}, }; -- 1.8.3.2