All of lore.kernel.org
 help / color / mirror / Atom feed
From: Borislav Petkov <bbpetkov@yahoo.de>
To: Andrew Morton <akpm@linux-foundation.org>, len.brown@intel.com
Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: 2.6.24-rc4-mm1: acpi reboots machine
Date: Sun, 9 Dec 2007 10:19:47 +0100	[thread overview]
Message-ID: <20071209091946.GA4501@gollum.tnic> (raw)
In-Reply-To: <20071209075001.GA4686@gollum.tnic>

On Sun, Dec 09, 2007 at 08:50:02AM +0100, Borislav Petkov wrote:
> Hi Andrew,
> Hi Len,
> 
> after booting 2.6.24-rc4-mm1 (2.6.24-rc4-190-g94545ba, otoh, boots just
> fine) on my asus laptop, the machine reboots after claiming that
> "Critical temperature reached (255 C)." However, the degrees number
> is kinda hinting at 0xff all-ones field. Will try dump_stack in
> acpi_thermal_critical() to checkout the call path. For now here's the netconsole bootlog:

Here's what i got so far:

[   50.287939] Pid: 1, comm: swapper Not tainted 2.6.24-rc4-mm1 #14
[   50.287999]  [<c0104b65>] show_trace_log_lvl+0x12/0x25
[   50.288103]  [<c01053e7>] show_trace+0xd/0x10
[   50.288202]  [<c0105a6c>] dump_stack+0x57/0x5f
[   50.288303]  [<c021c991>] acpi_thermal_check+0x150/0x3bb
[   50.288415]  [<c021d4b3>] acpi_thermal_add+0x261/0x2cf
[   50.288515]  [<c0213549>] acpi_device_probe+0x3e/0xdb
[   50.288615]  [<c023f8f5>] driver_probe_device+0xaf/0x12a
[   50.288717]  [<c023fa88>] __driver_attach+0x6c/0xa5
[   50.288817]  [<c023ee5a>] bus_for_each_dev+0x3e/0x60
[   50.288916]  [<c023f77d>] driver_attach+0x14/0x16
[   50.289015]  [<c023f5a6>] bus_add_driver+0xa6/0x1a8
[   50.289114]  [<c023fc53>] driver_register+0x42/0x47
[   50.289214]  [<c02138c2>] acpi_bus_register_driver+0x3a/0x3c
[   50.289316]  [<c044306b>] acpi_thermal_init+0x57/0x76
[   50.289424]  [<c04344a7>] kernel_init+0x138/0x280
[   50.289525]  [<c01047df>] kernel_thread_helper+0x7/0x10
[   50.289625]  =======================
[   50.289680] ACPI: Critical trip point
[   50.289736] Critical temperature reached (255 C), shutting down.

so in acpi_thermal_get_temperature() called in acpi_thermal_add() the
tz->temperature thingy is not set properly (printk's added):

[   50.276607] Old temp: 4294967023
[   50.281890] Got temp: 255
[   50.282567] Old temp: 255
[   50.287882] Got temp: 255

What's also strange is that the tz acpi_thermal is alloc'd with kzalloc and
there's still garbage in it after reading it in acpi_thermal_get_temperature()
for the first time. Debugging continues...
-- 
Regards/Gruß,
    Boris.
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Borislav Petkov <bbpetkov@yahoo.de>
To: Andrew Morton <akpm@linux-foundation.org>, len.brown@intel.com
Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: 2.6.24-rc4-mm1: acpi reboots machine
Date: Sun, 9 Dec 2007 10:19:47 +0100	[thread overview]
Message-ID: <20071209091946.GA4501@gollum.tnic> (raw)
In-Reply-To: <20071209075001.GA4686@gollum.tnic>

On Sun, Dec 09, 2007 at 08:50:02AM +0100, Borislav Petkov wrote:
> Hi Andrew,
> Hi Len,
> 
> after booting 2.6.24-rc4-mm1 (2.6.24-rc4-190-g94545ba, otoh, boots just
> fine) on my asus laptop, the machine reboots after claiming that
> "Critical temperature reached (255 C)." However, the degrees number
> is kinda hinting at 0xff all-ones field. Will try dump_stack in
> acpi_thermal_critical() to checkout the call path. For now here's the netconsole bootlog:

Here's what i got so far:

[   50.287939] Pid: 1, comm: swapper Not tainted 2.6.24-rc4-mm1 #14
[   50.287999]  [<c0104b65>] show_trace_log_lvl+0x12/0x25
[   50.288103]  [<c01053e7>] show_trace+0xd/0x10
[   50.288202]  [<c0105a6c>] dump_stack+0x57/0x5f
[   50.288303]  [<c021c991>] acpi_thermal_check+0x150/0x3bb
[   50.288415]  [<c021d4b3>] acpi_thermal_add+0x261/0x2cf
[   50.288515]  [<c0213549>] acpi_device_probe+0x3e/0xdb
[   50.288615]  [<c023f8f5>] driver_probe_device+0xaf/0x12a
[   50.288717]  [<c023fa88>] __driver_attach+0x6c/0xa5
[   50.288817]  [<c023ee5a>] bus_for_each_dev+0x3e/0x60
[   50.288916]  [<c023f77d>] driver_attach+0x14/0x16
[   50.289015]  [<c023f5a6>] bus_add_driver+0xa6/0x1a8
[   50.289114]  [<c023fc53>] driver_register+0x42/0x47
[   50.289214]  [<c02138c2>] acpi_bus_register_driver+0x3a/0x3c
[   50.289316]  [<c044306b>] acpi_thermal_init+0x57/0x76
[   50.289424]  [<c04344a7>] kernel_init+0x138/0x280
[   50.289525]  [<c01047df>] kernel_thread_helper+0x7/0x10
[   50.289625]  =======================
[   50.289680] ACPI: Critical trip point
[   50.289736] Critical temperature reached (255 C), shutting down.

so in acpi_thermal_get_temperature() called in acpi_thermal_add() the
tz->temperature thingy is not set properly (printk's added):

[   50.276607] Old temp: 4294967023
[   50.281890] Got temp: 255
[   50.282567] Old temp: 255
[   50.287882] Got temp: 255

What's also strange is that the tz acpi_thermal is alloc'd with kzalloc and
there's still garbage in it after reading it in acpi_thermal_get_temperature()
for the first time. Debugging continues...
-- 
Regards/Gruß,
    Boris.

  reply	other threads:[~2007-12-09  9:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-09  7:50 2.6.24-rc4-mm1: acpi reboots machine Borislav Petkov
2007-12-09  9:19 ` Borislav Petkov [this message]
2007-12-09  9:19   ` Borislav Petkov
2007-12-11 17:44   ` 2.6.24-rc4-mm1: acpi reboots machine... solved Borislav Petkov
2007-12-11 17:44     ` Borislav Petkov
2007-12-11 20:00     ` Bjorn Helgaas
2007-12-11 20:52       ` Borislav Petkov
2007-12-11 20:52         ` Borislav Petkov
2007-12-12  0:08         ` Bjorn Helgaas
2007-12-12 10:11           ` Borislav Petkov
2007-12-12 10:38             ` Alexey Starikovskiy
2007-12-12 16:21             ` Bjorn Helgaas
2007-12-13  7:09               ` Borislav Petkov
2007-12-13 16:17                 ` Bjorn Helgaas
2007-12-13 21:29                   ` Borislav Petkov

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=20071209091946.GA4501@gollum.tnic \
    --to=bbpetkov@yahoo.de \
    --cc=akpm@linux-foundation.org \
    --cc=len.brown@intel.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.